Commit Graph

333 Commits

Author SHA1 Message Date
Lifei Zhou bfaf73a8ce Merge remote-tracking branch 'origin/main' into lifei/agent-browser
* origin/main: (32 commits)
  docs: rework homepage and add aaif migration blog post (#8356)
  chore(aaif): rename a bunch of repository references (#8152)
  fix: use OPENAI_API_KEY secret for recipe security scanner (#8358)
  feat: configurable extension timeouts via ACP _meta and global default (#8295)
  fix: hide hidden extensions in UI (#8346)
  refactor: skills as its own platform ext (#8244)
  fix baseUrl (#8347)
  Fix desktop slash commands (#8341)
  fix(cli): display platform-correct secrets path in keyring config dialog (#8328)
  feat(acp): add reusable ACP provider controls (#8314)
  fix: resolve MDX compilation error in using-goosehints.md (#8332)
  fix: use v1beta1 API version for Google/MaaS models on GCP Vertex AI (#8278)
  docs: add MCP Roots guide (#8252)
  rust acp client for extension methods (#8227)
  fix: reconsolidate split tool-call messages to follow OpenAI format (#7921)
  fix: clean up MCP subprocesses after abrupt parent exit (#8242)
  build: raise default stack reserve to 8 MB (#8234)
  fix(config): honour GOOSE_DISABLE_KEYRING from config.yaml at startup (#8219)
  feat: add configurable fast_model for declarative providers (#8194)
  fix(authentication): Allow connecting to Oauth servers that use protected-resource fallback instead of the WWW-authenticate header (#8148)
  ...
2026-04-07 22:04:52 +10:00
Michael Neale 7449a96664 docs: rework homepage and add aaif migration blog post (#8356)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-07 07:18:04 +00:00
Jack Amadeo 583acd4335 chore(aaif): rename a bunch of repository references (#8152)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>

continuing migration to aaif
2026-04-07 15:34:48 +10:00
Michael Neale 0b080faad5 fix: use OPENAI_API_KEY secret for recipe security scanner (#8358)
Signed-off-by: Michael Neale <michael.neale@gmail.com>

needed as part of migration
2026-04-07 15:14:41 +10:00
Jack Amadeo 6a594a2094 fix baseUrl (#8347) 2026-04-06 19:27:14 +00:00
Lifei Zhou 353283f042 Merge remote-tracking branch 'origin/main' into lifei/agent-browser
* origin/main: (85 commits)
  docs: standardize on ~/.agents/skills/ as canonical skill path (#8239)
  feat: bump versions (already published) (#8240)
  Revert "fix: rename bin for the tui (#8231)" (#8238)
  docs: update reusable recipes docs (#8232)
  docs: add GOOSE_SHELL env var (#8233)
  feat(security): add egress logging inspector (#8149)
  blog: Adversary Mode — A Second Pair of Eyes on Every Tool Call (#8220)
  fix: rename bin for the tui (#8231)
  feat: goose serve (#8209)
  refactor: make --text mode independent of the normal TUI (#8210)
  refactor: handle complex streaming/scrolling with better rendering (#8214)
  Add Inference Mesh settings tab (#8094)
  only run windows compile on main branch (#8216)
  used simplified privacy info modal and removed unnecessary components (#8200)
  removed unused welcome route (#8196)
  fix: use build_host_url for GCP Vertex AI location fallback (#8185)
  fix: remove ui/acp/.npmrc to allow auth token inheritance
  fix(openai): use safely_parse_json for streaming tool arguments (#8208)
  feat: add copilot-acp provider (#8154)
  chore(deps): bump path-to-regexp from 8.3.0 to 8.4.0 in /evals/open-model-gym/mcp-harness (#8178)
  ...

# Conflicts:
#	ui/desktop/.gitignore
#	ui/desktop/src/components/Layout/CondensedRenderer.tsx
#	ui/desktop/src/components/Layout/navigation/ChatSessionsDropdown.tsx
#	ui/desktop/src/components/Layout/navigation/SessionsList.tsx
#	ui/desktop/src/components/ParameterInputModal.tsx
#	ui/desktop/src/components/parameter/ParameterInput.tsx
#	ui/desktop/src/components/recipes/RecipeActivityEditor.tsx
#	ui/desktop/src/components/recipes/shared/CreateSubRecipeInline.tsx
#	ui/desktop/src/main.ts
2026-04-02 10:30:11 +11:00
Lifei Zhou bc296816b1 only run windows compile on main branch (#8216) 2026-03-31 02:23:39 +00:00
Alex Hancock 074f8312b0 fix: add NODE_AUTH_TOKEN and always-auth (#8163) 2026-03-30 13:30:56 +00:00
Alex Hancock dfa93fe948 refactor: goose-acp-server -> goose binary for TUI (#8155) 2026-03-27 21:12:11 +00:00
Jack Amadeo 88c06ab5dc chore(aaif): Use Azure Artifact Signing for Windows (#8116)
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-03-27 11:36:27 +00:00
Jack Amadeo 376e94e47a chore(aaif): Switch macOS code signing (#8076) 2026-03-27 11:36:19 +00:00
Vincenzo Palazzo 2977512bb5 fix(ci): produce .tar.gz archives for Zed ACP registry compatibility (#8054)
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-03-26 17:47:55 +00:00
Extra Small 81d623709b fix: send empty object instead of null for bedrock tool input (#8121)
Signed-off-by: Extra Small <littleshuai.bot@gmail.com>
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-03-26 14:07:37 +00:00
Lifei Zhou 59a96c986f fix: gemini acp without an unexpected terminal window (#8101) 2026-03-26 03:07:27 +00:00
Alex Hancock 8615853a89 refactor: redesign npm publishing workflow (#8122) 2026-03-25 21:15:45 +00:00
Rodolfo Olivieri caef9f6466 feat: add optional native-tls support as alternative to rustls (#8037)
Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-03-25 20:46:50 +00:00
Alex Hancock 5b4dd40593 actions: various pnpm publishing flow fixes (#8112) 2026-03-25 10:05:28 -04:00
Lifei Zhou 6c21015807 Merge branch 'main' into lifei/agent-browser
* main:
  Fix user message text silently dropped when message contains both text and image (#8071)
  fix: use pnpm when publishing (#8092)
  Alexhancock/publish npm file format fix (#8091)
  fix: iteration on the publish-npm workflow (#8087)
  chore: ignore unmaintained warning for proc-macro-error (#8084)
  chore: clean up stray recipe.yaml (#8086)
  chore(release): bump version to 1.29.0 (minor) (#8088)
  Update lockfile references (#8085)
  Fix version bump (#8083)
  Add a code review step which uses a short-lived provider token (#7932)
2026-03-25 13:19:44 +11:00
Lifei Zhou d38e0721cd make provider, model, api key for testing configurable 2026-03-25 11:22:17 +11:00
Alex Hancock 18bc030e48 fix: use pnpm when publishing (#8092) 2026-03-24 22:07:37 +00:00
Alex Hancock 6b14cff5f9 Alexhancock/publish npm file format fix (#8091) 2026-03-24 18:24:19 +00:00
Alex Hancock 21bc462581 fix: iteration on the publish-npm workflow (#8087) 2026-03-24 17:33:15 +00:00
Jack Amadeo b75ca5e414 Update lockfile references (#8085) 2026-03-24 14:15:03 +00:00
Jack Amadeo 4c4cebb418 Fix version bump (#8083) 2026-03-24 13:29:49 +00:00
Jack Amadeo 928f4ac46a Add a code review step which uses a short-lived provider token (#7932) 2026-03-24 12:57:40 +00:00
Lifei Zhou 64af9d9b49 added more timeout for ci run 2026-03-24 17:44:02 +11:00
Lifei Zhou 3bef76bc45 changed the structure of the report 2026-03-24 13:36:58 +11:00
Lifei Zhou 328146954a install timeout 2026-03-24 12:34:15 +11:00
Lifei Zhou ec54a48a9e added action sha 2026-03-24 11:33:23 +11:00
Lifei Zhou c54e28a895 Merge branch 'main' into lifei/agent-browser
* main: (37 commits)
  fix: handle reasoning content blocks in OpenAI-compat streaming parser (#8078)
  chore(acp): build native packages on latest mac (#8075)
  Display delegate sub agents logs in UI (#7519)
  Update tar version to avoid CVE-2026-33056 (#8073)
  refactor: consolidate duplicated dependencies into workspace (#8041)
  tui: set up for publishing via github actions (#8020)
  feat: feature-gate local inference dependencies (#7976)
  feat: ability to manage sub recipes in desktop ui (#6360)
  Tweak the release process: no more merge to main (#7994)
  fix: gemini models via databricks (#8042)
  feat(apps): Pass toolInfo to MCP Apps via hostContext (#7506)
  fix: remove configured marker when deleting oauth provider configuration (#7887)
  docs: add vmware-aiops MCP extension documentation (#8055)
  Show setup instructions for ACP providers in settings modal (#8065)
  deps: replace sigstore-verification with sigstore-verify to kill vulns (#8064)
  feat(acp): add session/set_config and stabilize list, delete and close (#7984)
  docs: Correct `gosoe` typo to `goose` (#8062)
  fix: use default provider and model when provider in session no longer exists (#8035)
  feat: add GOOSE_SHELL env var to configure preferred shell (#7909)
  fix(desktop): fullscreen header bar + always-visible close controls (#8033)
  ...
2026-03-24 10:37:24 +11:00
Lifei Zhou aa0822ef5a enable running e2e test in ci 2026-03-24 09:53:50 +11:00
Alex Hancock 2ff4ab27ee chore(acp): build native packages on latest mac (#8075) 2026-03-23 19:22:32 +00:00
Alex Hancock 997f27ef33 tui: set up for publishing via github actions (#8020) 2026-03-23 17:21:20 +00:00
Jack Amadeo 59c74e1b7d Tweak the release process: no more merge to main (#7994) 2026-03-23 13:30:44 +00:00
Lifei Zhou 354e2e1d5f set MACOSX_DEPLOYMENT_TARGET=12.0 (#7947) 2026-03-20 13:41:08 +00:00
fre$h a68c6788eb feat(cli): add Sigstore/SLSA provenance verification to Rust self-update (#7818)
Signed-off-by: fre$h <fre5h3nough@gmail.com>
Signed-off-by: fre <anonwurcod@proton.me>
2026-03-19 17:54:36 +00:00
Douwe Osinga a0835be10f Update contributing.md (#7927)
Signed-off-by: Angie Jones <angie@Angies-MBP.lan>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2026-03-17 06:35:27 +00:00
Lifei Zhou 670fbc887f fix: removed double dash in pnpm command (#7951) 2026-03-17 06:09:40 +00:00
Rodolfo Olivieri f16fe88f2d Add github actions workflow for unused deps (#7681)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
2026-03-12 12:51:50 +00:00
Lifei Zhou 02bc7ed745 use pnpm for Desktop Electron App (#7679) 2026-03-11 12:46:05 +00:00
Rizel Scarlett 20ef874136 Add @DOsinga as CODEOWNER for documentation (#7799) 2026-03-11 01:23:05 +00:00
Adrian Cole 902c2ac28a feat: ACP providers for claude code and codex (#6605)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-03-10 22:55:05 +00:00
Rizel Scarlett d7ffedaa6e Add @angiejones as CODEOWNER for documentation (#7711) 2026-03-07 17:08:39 +00:00
Lifei Zhou ade0839804 fix: make sure platform binary exists (#7676) 2026-03-05 18:23:27 +00:00
Rizel Scarlett b43302a058 Update CODEOWNERS for team restructuring (#7574) 2026-02-27 17:55:20 +00:00
dianed-square 835a1af608 copilot instructions: reword no prerelease docs (#7101) 2026-02-26 15:55:56 +00:00
Rizel Scarlett 86186a9afc feat: add goose-powered release notes generator workflow (#7503) 2026-02-26 04:58:31 +00:00
Douwe Osinga ef3f5fa6c2 streamline some github actions (#7430)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-23 13:54:18 +00:00
David Katz dc6579daec Post release checklist as a comment on release PRs (#7307) 2026-02-20 18:03:42 +00:00
Ebony Louis 5b8bb419d7 unique api key (#7391) 2026-02-20 17:31:01 +00:00