Commit Graph

1296 Commits

Author SHA1 Message Date
Taylor Ho a7d78ee59e feat: goose2 context window usage in chat input (#8613)
Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
2026-04-20 04:53:44 +00:00
Lifei Zhou 765213561e used default fallback provider and model if default are set (#8650) 2026-04-20 04:46:14 +00:00
Bradley Axen 8a51e34891 perf: gate perf logs and dedup build_config_update on first message (#8627)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-17 19:43:36 +00:00
Will Pfleger 7fa662bcac feat(extensions): support Unix domain socket transport for StreamableHttp MCP (#7860) 2026-04-17 19:16:37 +00:00
jh-block 1a18c2748c fix: eliminate ~5s delay when opening Switch Models panel with local provider (#8626)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-17 19:08:41 +00:00
Lifei Zhou 2533765359 goose2 session working dir (#8624) 2026-04-17 18:50:37 +00:00
jh-block d52cde3fb9 Register IconTheme in OpenAPI schema after rmcp 1.5.0 upgrade (#8621)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-17 12:14:58 +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 75a41a34dc chore: package the goose binary in the goose2 tauri app (#8615)
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2026-04-17 07:01:30 +00:00
morgmart bd14186214 polish: refine sidebar activity indicators, add placeholder token, and tidy search field (#8606)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-16 19:28:32 +00:00
Lifei Zhou e7a91c7d4f Lifei/delete tauri backend acp (#8582)
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-04-16 16:46:37 +00:00
Jack Amadeo 67b90205ed chore: set goose binaries as executable in package.json (#8589) 2026-04-16 15:36:53 +00:00
g.sunilkumar 05d99f89a3 fix: chat loading-state model placeholder (#8431)
Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
Co-authored-by: jh-block <jhugo@block.xyz>
2026-04-16 08:42:13 +00:00
Jiri Luzny fd61058a74 fix: expand tool calls by default when Response Style is Detailed (#8478)
Signed-off-by: Jiri Luzny <jiri.luzny@gmail.com>
Co-authored-by: ximi <liyuan851277048@icloud.com>
2026-04-16 07:53:06 +00:00
morgmart d17688330d fix tauri-plugin-dialog version constraint to match other plugins (#8542)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-16 07:41:58 +00:00
Lifei Zhou 50ac3dc0b2 call goose serve from tauri frontend via goose-acp client (#8549)
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
2026-04-16 07:34:19 +00:00
Lifei Zhou 625f2d75fe failed the script when bundle:default fails and cleanup "alpha" (#8580) 2026-04-16 05:51:23 +00:00
morgmart 19ce336a36 show individual untracked files in git changes widget (#8574)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-16 00:57:58 +00:00
Matt Toohey dc052f4447 fix: remove double border on content in chat (#8545)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 00:27:26 +00:00
Matt Toohey bae26d6302 chore(goose2): just goose2 <command> with the addition of just goose2 kill (#8570)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 00:08:58 +00:00
Lifei Zhou 23755aa458 Lifei/oltp data (#8458) 2026-04-15 23:47:09 +00:00
tulsi 8b2c6e0129 Sidebar polish: search copy, dividers, project reorder, fix DnD (#8568)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 23:26:03 +00:00
Alex Hancock fb81f0de02 fix: one more rename (#8562) 2026-04-15 15:38:04 -04:00
Gandalf_Le_Dev 890ad15934 fix(desktop): accept self-signed certs from configured external goosed host (#8400)
Signed-off-by: jh-block <jhugo@block.xyz>
Co-authored-by: Mathis Rocher <mathis.rocher@corp.ovh.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: jh-block <jhugo@block.xyz>
2026-04-15 19:10:37 +00: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
morgmart c9507ba672 add extensions settings page and context panel widget (#8540)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-15 16:55:46 +00:00
Alex Hancock a7396a7bd0 chore: move acp to sdk (#8556) 2026-04-15 13:00:12 -04:00
Alex Hancock f850b44d4d refactor: @aaif/goose-acp -> @aaif/goose-sdk (#8555) 2026-04-15 12:00:02 -04:00
jh-block 2d3e2dfe23 Show context window usage inline in the status bar (#7607)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-15 10:13:06 +00:00
George fb4b38471b fix(ui): sync sidebar sessions after chat history deletion (#7707)
Signed-off-by: George <george@zuos.us>
Co-authored-by: George <george@zuos.us>
2026-04-15 09:59:22 +00:00
morgmart 529d6f7195 move agent skills to repo root for tool discoverability (#8535)
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
2026-04-14 23:03:56 +00:00
tulsi 210ef52d81 port goose2 chat attachments into goose (#8534)
Signed-off-by: tulsi <tulsi@block.xyz>
2026-04-14 21:26:43 +00:00
github-actions[bot] 8e04d7c8be chore(release): bump version to 1.31.0 (minor) (#8527)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-14 14:48:16 +00:00
Alex Hancock 3fe750c01d feature: provider & model config (#8515) 2026-04-14 10:55:21 -04:00
Jack Amadeo 482f1962c1 Move goose2 (#8516)
Signed-off-by: Jack Amadeo <jackamadeo@squareup.com>
Co-authored-by: block-open-source[bot] <201011344+block-open-source[bot]@users.noreply.github.com>
Co-authored-by: block-open-source[bot] <1159699+block-open-source[bot]@users.noreply.github.com>
Co-authored-by: Wes <wesbillman@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: tulsi <tulsi@block.xyz>
Co-authored-by: morgmart <98432065+morgmart@users.noreply.github.com>
Co-authored-by: Bradley Axen <baxen@squareup.com>
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
Co-authored-by: Taylor Ho <taylorkmho@gmail.com>
Co-authored-by: Nahiyan Khan <nahiyan.khan@gmail.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2026-04-14 14:39:30 +00:00
Alex Hancock 17a404d4f9 feat: onboarding UX for the TUI (#8513) 2026-04-14 14:17:01 +00:00
jh-block 65e5d97cac Improve local inference settings and model downloader (#8467)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-14 08:50:50 +00:00
jh-block de317d5445 Add vision/image support for local inference models (#8442)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-13 08:17:04 +00:00
Michael Neale d87ab32dac Use mesh-llm serve/client subcommands (#8451)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-13 02:55:35 +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
g.sunilkumar b1eff5f7f9 fix(desktop): start recipe deeplink sessions from the recipe prompt (#8424)
Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2026-04-10 06:16:23 +00:00
Vincenzo Palazzo 8c3b5eb56a feat: add Ollama Cloud as a declarative provider (#8189) 2026-04-09 20:19:27 +00:00
YAGI 31f5dcf00c fix: allow manual model entry when provider model listing fails (#8411) 2026-04-09 20:12:50 +00:00
Alex Hancock 1fe379afbc fix: node publishing (#8438) 2026-04-09 15:03:04 +00:00
chaoliang yan 2cfdae1553 fix: preserve = characters in deeplink header values (#8434)
Signed-off-by: lawrence3699 <lawrence3699@users.noreply.github.com>
Co-authored-by: lawrence3699 <lawrence3699@users.noreply.github.com>
2026-04-09 14:39:39 +00:00
Matt Van Horn 1d2a2760d7 fix: handle missing notification settings app on Linux (#8304)
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-04-09 14:20:59 +00:00
Vincenzo Palazzo ed5b2448af feat(ui): add Skills view component to desktop app (#8190)
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 14:17:56 +00:00
jh-block e8cbfc55da fix: local inference provider loses thinking and fragments tool calls across turns (#8415)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-09 09:27:31 +00:00
Bradley Axen 9d7de43eec feat(acp): introduce threads (#8344)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-08 22:14:28 -07:00