Commit Graph

39 Commits

Author SHA1 Message Date
Jack Amadeo 0a958213db protocol cleanup (#9147) 2026-05-22 21:04:46 +00:00
Alex Hancock 01e2f735d7 feat(tui): diff viewer (#9260)
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-05-18 15:13:12 +00:00
Alex Hancock d5b6407bbb improvement(tui): make spacing/layout nicer (#9243) 2026-05-15 09:47:30 -04:00
Alex Hancock 147a7d14b7 chore: bump package.json versions from 0.19.1 to 0.20.0 (#9218)
Signed-off-by: Alex Hancock <alexhancock@block.xyz>
2026-05-14 14:17:35 -04:00
Alex Hancock c80044d9d0 alexhancock/goose-tui-bin (#9089) 2026-05-07 14:07:28 -04:00
Alex Hancock 81d35e42c5 agents: add CLAUDE.mds to mirror AGENTS.mds (#9029) 2026-05-05 18:53:52 +00:00
Kalvin C 2fe4c3d0bb feat(acp): replace raw config and secret methods (#9000)
Signed-off-by: Kalvin Chau <kalvin@block.xyz>
2026-05-05 01:24:28 +00:00
Alex Hancock e790d37959 updates: release 0.19.0 of the tui/sdk/etc (#8806) 2026-04-24 15:10:18 -04:00
Alex Hancock 0b961f14d5 tui: do not build goose if connecting to a server (#8779) 2026-04-23 11:52:09 -04:00
Lifei Zhou a7ccdd780d upgrade goose sdk and tui to be compatible with the latest agentclientprotocol/sdk package (#8667) 2026-04-22 02:25:13 +00:00
Alex Hancock 23b3b3dcac alexhancock/tui-improvements (#8736) 2026-04-22 00:44:22 +00:00
Bradley Axen dfc5b0b803 consolidate provider ACP methods onto inventory (#8710)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-21 16:19:20 +00:00
Michael Neale c9536d721e fix(ui/text): stop idle 300ms re-render loop that could OOM the TUI (#8616)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-17 09:27:35 +00:00
Jack Amadeo 67b90205ed chore: set goose binaries as executable in package.json (#8589) 2026-04-16 15:36:53 +00:00
Alex Hancock fb81f0de02 fix: one more rename (#8562) 2026-04-15 15:38:04 -04:00
Alex Hancock cff0992aef alexhancock/npm-bumps (#8557) 2026-04-15 15:09:12 -04:00
Alex Hancock ea236ab664 feat(tui): add extension management screen (#8536) 2026-04-15 13:39:01 -04:00
Alex Hancock f850b44d4d refactor: @aaif/goose-acp -> @aaif/goose-sdk (#8555) 2026-04-15 12:00:02 -04:00
Alex Hancock 3fe750c01d feature: provider & model config (#8515) 2026-04-14 10:55:21 -04:00
Alex Hancock 17a404d4f9 feat: onboarding UX for the TUI (#8513) 2026-04-14 14:17:01 +00:00
Jack Amadeo 9cf178265b ci: switch npm publish to OIDC trusted publishing (#8454)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 20:30:45 +00:00
Alex Hancock 1fe379afbc fix: node publishing (#8438) 2026-04-09 15:03:04 +00:00
Alex Hancock 4fb37ee161 feat: fast_complete summary of tool calls as they happen in the TUI and other ACP clients (#8393) 2026-04-08 18:32:08 +00:00
Alex Hancock 9d0efcb72a fix: MultilineInput (#8382) 2026-04-07 20:55:39 -04: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
Alex Hancock 496d6d728f feat: bump versions (already published) (#8240) 2026-04-01 16:05:05 +00:00
Alex Hancock 1233c308d7 Revert "fix: rename bin for the tui (#8231)" (#8238)
This is a really simple revert - merging
2026-04-01 10:18:39 -04:00
Alex Hancock 77d45d2c35 fix: rename bin for the tui (#8231)
Signed-off-by: Alex Hancock <alexhancock@block.xyz>
2026-03-31 20:59:41 +00:00
Alex Hancock c4d4ee8e4e refactor: make --text mode independent of the normal TUI (#8210) 2026-03-31 19:38:46 +00:00
Alex Hancock 2cfe21566d refactor: handle complex streaming/scrolling with better rendering (#8214) 2026-03-31 14:56:13 +00:00
Alex Hancock dfa93fe948 refactor: goose-acp-server -> goose binary for TUI (#8155) 2026-03-27 21:12:11 +00:00
Alex Hancock 7368f74e74 feat(tui): UI improvements for messages, tool calls, text entry, etc (#8156) 2026-03-27 19:45:12 +00:00
Alex Hancock d596113e72 fix(tui): ordering of messages (#8144) 2026-03-27 13:38:08 +00:00
Alex Hancock 0a1f773e7d feat(tui): tab expand tool calls cleanly (#8136)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-03-26 21:04:57 -04:00
Alex Hancock 997f27ef33 tui: set up for publishing via github actions (#8020) 2026-03-23 17:21:20 +00:00
Michael Neale 565b06b715 feat: upgrade ink for performance, and use stdio not http (#8004) 2026-03-20 01:23:18 +00:00
Alex Hancock a36ca9a07b feat: combine TUI UX from alexhancock/tui-goodness with publishing config from jackamadeo/package-tui (#7683)
Co-authored-by: Jack Amadeo <jamadeo@squareup.com>
2026-03-06 19:22:37 +00:00
Alex Hancock bb374343be feat: make the text bar persistent and add a queue for messages (#7560) 2026-03-02 01:51:49 +00:00
Alex Hancock d4dfa5d311 feat: TUI client of goose-acp (#7362) 2026-02-19 20:54:07 +00:00