a589920d1a
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
Resolves conflicts from merging origin/main into the multi-select branch. main added the `fields_param` feature which also split `list_issues` into flag-gated variants, colliding with this branch's `remote_mcp_issue_fields_multiselect` split. Rather than gate `list_issues` on two independent flags (which the inventory's single FeatureFlagEnable can't express for the "both on" case), the multi-select feature flag is removed entirely — multi-select is now unconditional, matching the already-unconditional read paths: - issue_write / list_issue_fields collapse to their single multi-select-aware variant; the legacy siblings and issues_legacy_multiselect.go are deleted - list_issues adopts main's fields_param split (ListIssues / LegacyListIssues) with the multi-select `values` slot always advertised - optionalIssueWriteFields / resolveIssueRequestFieldValues / parseRawFieldFilters drop the now-constant multiSelectEnabled bool and their dead single-select-only branches - FeatureFlagIssueFieldsMultiSelect const, allowlist and insiders entries removed - toolsnaps + generated docs regenerated Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>