Commit Graph

291 Commits

Author SHA1 Message Date
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 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
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
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
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
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
Lifei Zhou ade0839804 fix: make sure platform binary exists (#7676) 2026-03-05 18:23:27 +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
Ebony Louis 50c7cf229c Change Recipe Security Scanner API key (#7387) 2026-02-20 15:41:55 +00:00
Douwe Osinga 5c77a3dae4 Update more instructions (#7305)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-02-18 15:59:48 +00:00
Will Pfleger 2b9eb41eec ci: add fork guards to scheduled workflows (#7292)
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
2026-02-18 13:16:01 +00:00
Lifei Zhou 18cbe96ca0 install node in goose dir (#7220) 2026-02-17 08:17:48 +00:00
Jack Amadeo 5ba5b9899d Add a goosed over HTTP integration test, and test the developer tool PATH (#7178)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-13 19:41:18 +00:00
David Katz 71b5ca7b90 Add testing instructions for speech to text (#7185)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@block.xyz>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-13 13:51:09 +00:00
tlongwell-block 60e782c424 Add SLSA build provenance attestations to release workflows (#7097) 2026-02-12 20:54:23 +01:00
dianed-square b90484297c workflow: auto-update cli-commands on release (#6755) 2026-02-12 16:23:47 +00:00
Lifei Zhou 0e11d18478 Lifei/smoke test for developer (#7174) 2026-02-12 10:12:11 +00:00
Josh Soref f636a97faa Spelling (#7137)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2026-02-11 14:35:24 +00:00
Lifei Zhou d600c02b6d chore: added notification for canary build failure (#7106) 2026-02-10 05:24:19 +00:00
Lifei Zhou 8cd50972eb fix: fix windows bundle random failure and optimise canary build (#7105) 2026-02-10 05:23:45 +00:00
Adrian Cole 3a304c6af3 ci: enable agentic provider live tests (claude-code, codex, gemini-cli) (#7088)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-10 03:01:28 +00:00
Adrian Cole 9544570b16 fix(ci): switch from cargo-audit to cargo-deny for advisory scanning (#7032)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-02-09 15:28:57 +00:00
Lifei Zhou 021233c419 fix: switch to windows msvc (#7080) 2026-02-09 14:04:10 +00:00
Lifei Zhou 5f183a63c6 added build notify (#6891) 2026-02-09 03:22:01 +00:00
Jack Amadeo e670f348bd Smoke tests: split compaction test and use debug build (#6984)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-08 02:35:58 +00:00