Commit Graph

  • c2450ce96a Update pkg/scopes/filter.go Sam Morrow 2026-01-05 14:25:47 +01:00
  • 39fed357f4 Remove manual scope-to-tools table from docs Sam Morrow 2026-01-05 14:19:12 +01:00
  • 8afb4fb16e Only check scopes for classic PATs (ghp_ prefix) Sam Morrow 2026-01-05 14:14:39 +01:00
  • f45b94a8f5 Make scope filtering always enabled (remove flag) Sam Morrow 2026-01-05 14:10:35 +01:00
  • a19a159d0a Enable scope filtering by default Sam Morrow 2026-01-05 14:02:31 +01:00
  • 46b8cb63ac Add PAT scope filtering for stdio server Sam Morrow 2026-01-05 13:55:28 +01:00
  • 48744ca556 Sort scope slices for deterministic output Sam Morrow 2026-01-05 14:37:42 +01:00
  • cec5a1ae0f Fix conflict and regenerate docs after rebase Sam Morrow 2026-01-05 14:31:21 +01:00
  • df9fc6a3b3 Use repo scope for star/unstar tools instead of public_repo Sam Morrow 2026-01-05 13:05:19 +01:00
  • 3d1ae306f8 refres readme after update Sam Morrow 2026-01-05 12:51:50 +01:00
  • 7796c08681 Add scope hierarchy and auto-derive accepted scopes Sam Morrow 2026-01-05 12:02:26 +01:00
  • c765101aeb refresh readme after rebase Sam Morrow 2026-01-05 11:20:38 +01:00
  • db179be4c3 Simplify scope implementation per feedback copilot-swe-agent[bot] 2025-12-23 15:27:33 +00:00
  • db9f4e8ddf Complete OAuth scope implementation for all tools copilot-swe-agent[bot] 2025-12-23 15:16:11 +00:00
  • 1e5931a2ab Update most tools with OAuth scope information copilot-swe-agent[bot] 2025-12-23 15:07:10 +00:00
  • eb6db0fb5d Add scopes package and update ServerTool struct with scope fields copilot-swe-agent[bot] 2025-12-23 14:58:33 +00:00
  • 291b37b2fb chore: regenerate license files copilot/migrate-tests-to-testify github-actions[bot] 2026-01-05 12:35:16 +00:00
  • 3f648e7b32 Merge branch 'main' into copilot/migrate-tests-to-testify JoannaaKL 2026-01-05 13:33:46 +01:00
  • 2b352ab0b9 Improvements to push_files tool (#1676) v0.27.0 Ksenia Bobrova 2026-01-05 13:27:32 +01:00
  • 86e10547bb Migrate GitHub REST tests to internal testify-based mock helper copilot-swe-agent[bot] 2026-01-05 12:21:10 +00:00
  • d249cc4b99 Fix failing macOS test build - add missing endpoint constant and fix mock usage copilot/fix-github-actions-workflow copilot-swe-agent[bot] 2026-01-05 12:05:37 +00:00
  • da498907b3 Addressing review comments push_files-allow-empty-repo Ksenia Bobrova 2026-01-05 13:05:20 +01:00
  • 65701727e4 Initial plan copilot-swe-agent[bot] 2026-01-05 11:53:18 +00:00
  • fc993d4c17 Merge branch 'main' of https://github.com/github/github-mcp-server into push_files-allow-empty-repo Ksenia Bobrova 2026-01-05 12:35:15 +01:00
  • 5b386c8ee5 Initial plan copilot-swe-agent[bot] 2026-01-05 11:20:57 +00:00
  • 2010cb637b Replace go-github-mock usage in tests with shared HTTP mock helper copilot-swe-agent[bot] 2026-01-05 11:07:34 +00:00
  • 766e440c3e Merge branch 'main' into copilot/work-on-issue-1492-comment JoannaaKL 2026-01-05 11:57:16 +01:00
  • d485855d7a Replace go-github-mock usage in tests with shared HTTP mock helper copilot-swe-agent[bot] 2026-01-05 10:56:54 +00:00
  • 4f622c9573 simplify matchPath and document delete endpoint copilot-swe-agent[bot] 2026-01-05 10:41:10 +00:00
  • 65ff757cf8 refine testmock options and path matching copilot-swe-agent[bot] 2026-01-05 10:39:23 +00:00
  • 962708547c tweak testmock path matching edge case copilot-swe-agent[bot] 2026-01-05 10:37:29 +00:00
  • eb9480e5ee address feedback in testmock helper copilot-swe-agent[bot] 2026-01-05 10:35:54 +00:00
  • c192013351 migrate tests from go-github-mock to internal testify-based mock copilot-swe-agent[bot] 2026-01-05 10:32:45 +00:00
  • 905a08f8fb Update cmd/github-mcp-server/generate_docs.go Matt Holloway 2026-01-02 13:47:26 +00:00
  • 67f3427d39 Update cmd/github-mcp-server/generate_docs.go Matt Holloway 2026-01-02 13:47:17 +00:00
  • 6f7bf271ed refactor docs toolset gen Matt Holloway 2026-01-02 13:24:01 +00:00
  • cac11f2d34 exclude tools requiring ff from docs Matt Holloway 2026-01-02 10:54:21 +00:00
  • e46b48f975 Initial plan copilot-swe-agent[bot] 2026-01-05 10:10:45 +00:00
  • 116c574255 fix: filterToolsByName returns all matching tools for feature flag filtering majiayu000 2026-01-02 07:59:32 +08:00
  • 92bdc286bb add docs for Rovo Dev CLI installation Kun Chen 2025-08-13 13:39:11 -07:00
  • 762845a8b7 Add API Error annotations to GitHub issue errors (#1566) Adam Holt 2026-01-02 15:19:06 +01:00
  • 30712de5a6 docs: regenerate README after parameter rename lif 2025-12-31 23:28:45 +08:00
  • 2cc6911d4b refactor: use consistent snake_case for issue_number parameter majiayu000 2025-12-30 21:31:24 +08:00
  • 953d26f9c0 fix: use gh pr checkout to handle fork PRs in license-check workflow copilot-swe-agent[bot] 2025-12-31 18:39:44 +00:00
  • 587d829a1b docs: add Docker image name to Prerequisites section majiayu000 2025-12-30 21:25:34 +08:00
  • a26079a4b1 Add open world hints for tools. open-world-hints Adam Holt 2025-12-30 13:36:25 +01:00
  • af5a6dff42 Update README.md to hyperlink Open AI Codex installation guide s-sanjay 2025-12-28 21:51:06 +05:30
  • 73a8f98bdc build(deps): bump actions/github-script from 7 to 8 dependabot[bot] 2025-12-29 16:22:33 +00:00
  • 43bea59a19 Change list workflow runs to allow empty resource id to list all runs in repo (#1682) Matt Holloway 2025-12-29 10:25:17 +00:00
  • 1decd77b69 remove claude web tommaso-moro 2025-12-24 15:19:11 +01:00
  • 5c2081186d Merge branch 'main' into flip-actions-tool-ff-to-default Matt Holloway 2025-12-24 10:08:39 +00:00
  • eb8da41199 remove old non-consolidated actions tools Matt Holloway 2025-12-24 10:08:06 +00:00
  • d4da526785 build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 dependabot[bot] 2025-12-23 20:04:51 +00:00
  • 1f381723d3 fix: Skip CodeQL scanning on forked repositories Tiger Kaovilai 2025-08-13 13:33:35 -05:00
  • 942607595c Fallback to default branch in get_file_contents when main doesn't exist (#1669) Ksenia Bobrova 2025-12-23 15:24:23 +01:00
  • a894f5525f Fix empty string pointer handling in create_repository_from_template copilot/add-repo-creation-tool copilot-swe-agent[bot] 2025-12-23 14:07:21 +00:00
  • b32d68f3ca Add create_repository_from_template tool copilot-swe-agent[bot] 2025-12-23 14:03:51 +00:00
  • e8dbc48d61 Update all documentation to use GITHUB_ACCESS_TOKEN copilot/update-env-var-name-access-token copilot-swe-agent[bot] 2025-12-23 13:58:37 +00:00
  • 348be8c7d4 Initial plan copilot-swe-agent[bot] 2025-12-23 13:56:07 +00:00
  • 15bac68943 Remove e2e.test binary from commit copilot-swe-agent[bot] 2025-12-23 13:53:42 +00:00
  • 18f54e8b85 Update e2e tests to use GITHUB_ACCESS_TOKEN copilot-swe-agent[bot] 2025-12-23 13:53:23 +00:00
  • 3caf1caa42 Add support for GITHUB_ACCESS_TOKEN env var copilot-swe-agent[bot] 2025-12-23 13:51:32 +00:00
  • 47f59e85a6 Initial plan copilot-swe-agent[bot] 2025-12-23 13:45:06 +00:00
  • 7e3262341c chore: regenerate license files github-actions[bot] 2025-12-22 22:59:26 +00:00
  • a1bc8b6fb9 build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 dependabot[bot] 2025-12-22 22:57:41 +00:00
  • 7ea39cc0d2 Fixed copilot comments Ksenia Bobrova 2025-12-23 12:58:54 +01:00
  • bf282763c9 Improvements to push_files tool Ksenia Bobrova 2025-12-23 01:31:42 +01:00
  • fda28d2acb Addressing review comments Ksenia Bobrova 2025-12-23 12:45:31 +01:00
  • 95a637eb46 Update PR template to include tool renaming section (#1657) Tommaso Moro 2025-12-23 11:09:08 +00:00
  • 8ac1eb46ff Use typed IconTheme constants from Go SDK copilot-swe-agent[bot] 2025-12-22 23:08:55 +00:00
  • b28d7fbad9 chore: regenerate license files github-actions[bot] 2025-12-22 22:01:38 +00:00
  • 6d1ce242ba build(deps): bump github.com/modelcontextprotocol/go-sdk dependabot[bot] 2025-12-22 16:16:41 +00:00
  • e51e6b1074 chore: regenerate license files github-actions[bot] 2025-12-22 22:00:49 +00:00
  • 6a3c306d98 build(deps): bump github.com/google/jsonschema-go from 0.3.0 to 0.4.2 dependabot[bot] 2025-12-22 16:16:38 +00:00
  • 2bfe46725f Fix YAML syntax errors in license-check workflow copilot-swe-agent[bot] 2025-12-22 20:53:08 +00:00
  • 7f90445baf Merge branch 'main' into fix-connectivity-panic Sam Morrow 2025-12-22 20:38:01 +00:00
  • 4f064a3c25 feat: auto-fix license files on PRs and improve CI reliability (#1583) Sam Morrow 2025-12-22 20:36:54 +00:00
  • f9ef72f0bb build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 dependabot[bot] 2025-12-22 16:22:05 +00:00
  • 6d3051d0ae Fallback to default branch in get_file_contents when main doesn't exist Ksenia Bobrova 2025-12-22 12:38:57 +01:00
  • b5be18c958 remove experiments toolset tommaso-moro 2025-12-22 10:58:21 +01:00
  • 2f31c15393 get_file_contents fetch refs improvements (#1655) Ksenia Bobrova 2025-12-22 10:55:57 +01:00
  • 6c0bbb85ad chore: Update toolsnap for delete_project_item with destructiveHint triepod-ai 2025-12-21 12:32:25 -06:00
  • 844137c378 feat: Add DestructiveHint to delete_project_item tool annotation triepod-ai 2025-12-21 11:48:40 -06:00
  • 6d30396776 Add session info to auth_login tool response copilot/update-success-response-structure copilot-swe-agent[bot] 2025-12-21 08:42:49 +00:00
  • 855b0b3899 Merge branch 'main' into mock-migration-2 mock-migration-2 JoannaaKL 2025-12-19 16:16:15 +01:00
  • c2564de69f Remove migueleliasweb/go-github-mock JoannaaKL 2025-12-19 16:14:29 +01:00
  • b79d1264d5 Add raw client error annotation and annotate GetFileContents (#1570) Adam Holt 2025-12-19 15:23:06 +01:00
  • 93116a53f2 Remove go-github-mock from repositories_test.go and issues_test.go copilot/sub-pr-1653 copilot-swe-agent[bot] 2025-12-19 13:48:44 +00:00
  • e15cb66437 Initial plan copilot-swe-agent[bot] 2025-12-19 13:29:55 +00:00
  • d1464eb2fc Merge branch 'main' into mock-migration mock-migration JoannaaKL 2025-12-19 14:28:52 +01:00
  • c245da1221 Continue replacing migueleliasweb/go-github-mock JoannaaKL 2025-12-19 14:28:24 +01:00
  • 63c7db030a Add aliases for new actions tools (#1652) v0.26.3 Tommaso Moro 2025-12-19 10:33:23 +00:00
  • 525f73be24 Fix linter issues in session info tests copilot-swe-agent[bot] 2025-12-19 09:44:51 +00:00
  • b7243b8251 Add session info metadata to initialize response copilot-swe-agent[bot] 2025-12-19 09:37:32 +00:00
  • 590834e465 Initial plan copilot-swe-agent[bot] 2025-12-19 09:25:14 +00:00
  • 2b89711fda Remove server instructions for unauthenticated mode sammorrowdrums/oauth-device-flow-auth copilot-swe-agent[bot] 2025-12-19 07:37:14 +00:00
  • 810ec9548c Refactor to build inventory once before authentication fork copilot-swe-agent[bot] 2025-12-19 07:13:55 +00:00
  • b99bceae51 Improve code documentation and architectural clarity copilot-swe-agent[bot] 2025-12-19 06:52:39 +00:00
  • 4a1c61e9f8 Add GitHub Apps support documentation to OAuth authentication guide copilot-swe-agent[bot] 2025-12-19 06:43:22 +00:00
  • 6b631f816a Add OAuth scopes customization via CLI flag and environment variable copilot-swe-agent[bot] 2025-12-19 06:32:18 +00:00