Matt Toohey
e0f8e6b256
refactor(goose2): deduplicate backend_paths in justfile
...
Extract the duplicated BACKEND_PATHS shell variable from the `setup`
and `check-binary` recipes into a single top-level `just` variable
`backend_paths`, referenced via {{ backend_paths }} interpolation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Signed-off-by: Matt Toohey <contact@matttoohey.com >
2026-04-21 11:59:16 +10:00
Matt Toohey
268390f34d
feat(goose2): filter staleness check to backend-relevant paths only
...
Use `git diff --name-only` filtered to crates/, Cargo.toml, Cargo.lock,
and vendor/ so that UI-only commits don't force an unnecessary rebuild.
The dirty-state check is similarly scoped to backend paths. Falls back
to a hard error if the build SHA is unreachable (e.g. after rebase).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 11:54:51 +10:00
Matt Toohey
cf2115e2b2
fix(sdk): use pnpm instead of npm in build script
...
Replace `npm run` with `pnpm run` in ui/sdk/package.json build script
for consistency with the rest of the pnpm-managed workspace.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 11:46:45 +10:00
Matt Toohey
5335433f51
fix(goose2): correct sdk path in setup recipe
...
After `cd ../` puts us in `ui/`, the sdk directory is at `ui/sdk/` not
`../sdk/`. Change `cd ../sdk` to `cd sdk`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 11:41:06 +10:00
Matt Toohey
88019f8aec
feat(goose2): detect stale goose binary via git SHA stamp file
...
`just setup` now writes a `.goose-build-sha` stamp file after building
the goose binary. `just dev` and `just dev-debug` call the new
`check-binary` recipe which compares the stamp against the current HEAD:
mismatched base SHAs fail hard, dirty-flag mismatches warn and continue.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 11:25:18 +10:00
Bradley Axen
8eda6fdabc
overhaul provider inventory and agent/model selection ( #8652 )
...
Signed-off-by: Bradley Axen <baxen@squareup.com >
2026-04-20 15:00:17 -07:00
Jack Amadeo
49526405d6
delete the goose2 migration plan prompt ( #8678 )
2026-04-20 20:41:34 +00:00
tulsi
5642e0b81e
feat(goose2): voice dictation via direct-ACP pattern ( #8609 )
...
Signed-off-by: tulsi <tulsi@block.xyz >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-20 19:26:50 +00:00
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