Michael Neale
365f2a8df9
update to main and resolve
2026-01-19 18:20:08 +11:00
Bradley Axen
b760c22784
update openapi
2026-01-15 21:05:58 -08:00
Bradley Axen
ee4448876f
summary tool
2026-01-15 20:29:24 -08:00
Bradley Axen
aacd3d8aeb
skippable session titles
2026-01-15 20:29:14 -08:00
Bradley Axen
2c0121042a
support extra params in subagent/provider
2026-01-15 18:44:38 -08:00
Bradley Axen
f730111ca2
reenable developer
2026-01-14 20:22:09 -08:00
Bradley Axen
3cf705d795
hints for terminal mode style
2026-01-14 15:13:30 -08:00
Bradley Axen
45c4a2f5dc
more backgrounding hints
2026-01-14 15:13:30 -08:00
Bradley Axen
8c426e7a7e
avoid reread tip
2026-01-14 15:13:30 -08:00
Bradley Axen
faba3265d4
optional preset timeout
2026-01-14 15:13:30 -08:00
Bradley Axen
81cb524b2a
cleanup
2026-01-14 15:13:30 -08:00
Bradley Axen
663ed660af
fix rare marker collisions
2026-01-14 15:13:30 -08:00
Bradley Axen
bafc8f9020
Add read_image tool to develop extension
...
Unified image tool that can:
- Read images from filesystem (by path)
- Capture windows by fuzzy title matching
- Capture full screen (display)
Features:
- Automatic resizing for optimal LLM consumption (max 1568px long edge, ~1.15MP)
- Fuzzy window matching with helpful error messages listing available windows
- System UI filtering (menubar items, status bar, etc.)
- PNG output for quality
2026-01-14 15:13:30 -08:00
Bradley Axen
ae81197e79
Update develop extension strategy based on experiment results
...
Experiment compared four conditions for codebase exploration:
- with-analyze: Full semantic analysis tool
- with-map-balanced: Lightweight map + rg with balanced prompting
- with-map: Lightweight map + rg, minimize context
- without-analyze: Baseline shell + text_editor
Key findings:
- with-map-balanced achieved 60% reduction in final context size
- Cumulative token cost essentially neutral (+1.8% vs baseline)
- All conditions produced high-quality answers
- Aggressive context minimization can backfire (23% higher cumulative cost)
Updated develop extension instructions to use the winning strategy:
- Emphasize context window management responsibility
- Recommend map + rg --heading -n for exploration
- Add efficiency tip about balancing context vs round-trip overhead
Also removes experiment files from git tracking (kept locally in
experiments/analyze-tool/ which is now gitignored).
2026-01-14 15:13:30 -08:00
Bradley Axen
fa79789265
Add with-map condition to analyze tool experiment
...
Adds a third experimental condition using the new develop extension:
- with-analyze: Full analyze tool with tree-sitter semantic analysis
- with-map: Lightweight map tool (line counts) + rg --heading -n
- without-analyze: Baseline with just shell and text_editor
Updated run-experiment.sh and analyze-results.sh to handle all three conditions.
2026-01-14 15:13:29 -08:00
Bradley Axen
e0c75962f8
Simplify explore tools: keep map with line counts, remove find
...
- Remove find tool and all tree-sitter language analyzers (go, js, py, rs)
- Simplify map to only show line counts (no function/class counting)
- Add Token Efficiency guidance to MCP instructions recommending:
- map for codebase layout
- rg --heading -n for symbol searches
- Avoiding large output dumps
The find tool provided marginal value over 'rg --heading -n' which gives
grouped output with line numbers in a single shell call.
2026-01-14 15:13:29 -08:00
Bradley Axen
d7db388213
Add file_write and file_edit tools to develop extension
...
- file_write: create/overwrite files, auto-creates parent dirs
- file_edit: find/replace with before/after params, requires unique match
- Shows 2 match contexts on ambiguous edits to save tokens
- 7 unit tests covering happy paths and error cases
2026-01-14 15:13:29 -08:00
Bradley Axen
b9d25c743b
p1: shell/process tools
2026-01-14 15:13:29 -08:00
Adrian Cole
7d4a6bd8ff
feat(goose-acp): enable parallel sessions with isolated agent state ( #6392 )
...
Signed-off-by: Adrian Cole <adrian@tetrate.io >
2026-01-14 14:19:17 -08:00
dianed-square
fb0eca2c36
copilot instruction to flag prelease docs ( #6504 )
2026-01-14 13:07:04 -08:00
dianed-square
5e102f81f1
docs: acp mcp support ( #6491 )
2026-01-14 10:39:06 -08:00
BestCodes
20b8cbd41b
feat: add flatpak support for linux ( #6387 )
...
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com >
2026-01-14 13:21:54 -05:00
Rabi Mishra
eaa05f9636
fix(code_execution): serialize record_result output as JSON ( #6495 )
...
Signed-off-by: rabi <ramishra@redhat.com >
2026-01-14 10:58:09 -05:00
Rabi Mishra
7b59f554d7
perf(google): avoid accumulating thoughtSignatures across conversation history ( #6462 )
...
Signed-off-by: rabi <ramishra@redhat.com >
2026-01-14 08:36:41 -05:00
Rabi Mishra
a66e5d306a
fix(openai): make tool_call arguments optional and fix silent stream termination ( #6309 )
...
Signed-off-by: rabi <ramishra@redhat.com >
2026-01-14 08:36:27 -05:00
Jason Carr
355d319bc4
fix: Improve error messages for invalid tool calls ( #6483 )
...
Signed-off-by: J. Carr <jcarr250@protonmail.com >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-14 08:14:34 -05:00
Michael Neale
d923b323f8
fix: require auth when running goose on non loopback address ( #6478 )
2026-01-14 13:14:50 +11:00
dependabot[bot]
1d4e4b1281
chore(deps): bump hono from 4.11.3 to 4.11.4 in /ui/desktop ( #6485 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 19:20:34 -05:00
Sheikh Limon
c6c2d74dbe
feat(cli): graceful fallback for keyring failures ( #5808 )
...
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com >
2026-01-13 19:10:09 -05:00
Leo Cavalcante
d2e01db2ed
fix: support global .gooseignore and negation patterns ( #6157 )
...
Signed-off-by: leocavalcante <leonardo.cavalcante@picpay.com >
2026-01-13 19:08:48 -05:00
dianed-square
f7ae1ebea1
docs: manual config for jetbrains ( #6490 )
2026-01-13 16:07:36 -08:00
github-actions[bot]
e8247e283a
fix: Recipe slash command doesn't work with single optional parameter ( #6235 )
...
Co-authored-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com >
Co-authored-by: David Katz <dkatz@squareup.com >
2026-01-13 19:06:13 -05:00
Rabi Mishra
bb209498d6
fix(openrouter): Handle Gemini thoughtSignature for tool calls ( #6370 )
...
Signed-off-by: rabi <ramishra@redhat.com >
2026-01-13 19:02:47 -05:00
dianed-square
1809b68bd3
docs: fix extensions page ( #6484 )
2026-01-13 16:20:33 -06:00
Trae Robrock
d512b493bc
Allow customizing the new line keybinding in the CLI ( #5956 )
...
Signed-off-by: Trae Robrock <trobrock@gmail.com >
2026-01-13 16:38:15 -05:00
Douwe Osinga
7af88d21a9
Ask for permission in the CLI ( #6475 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2026-01-13 16:29:54 -05:00
Rizel Scarlett
1c0895e6b4
docs: add Ralph Loop tutorial for multi-model iterative development ( #6455 )
2026-01-13 15:21:03 -05:00
Emma Youndtsmith
653fa3a712
Remove gitignore fallback from gooseignore docs ( #6480 )
2026-01-13 14:18:28 -06:00
Alex Hancock
c222bdeab3
fix: clean up result recording for code mode ( #6343 )
2026-01-13 14:35:00 -05:00
Rabi Mishra
d9a30a8f99
fix(code_execution): handle model quirks with tool calls ( #6352 )
...
Signed-off-by: rabi <ramishra@redhat.com >
2026-01-13 12:51:22 -05:00
Andrew Harvard
1a2bc4807a
feat(ui): support prefersBorder option for MCP Apps ( #6465 )
2026-01-13 12:17:10 -05:00
Angie Jones
b913ad1628
fixed line breaks ( #6459 )
2026-01-13 08:47:56 -08:00
Andrew Harvard
f3157087e0
Use Intl.NumberFormat for token formatting in SessionsInsights ( #6466 )
2026-01-13 10:06:51 -05:00
Andrew Harvard
5c506a8158
feat(ui): format large and small token counts for readability ( #6449 )
2026-01-13 09:13:10 -05:00
Angie Jones
237f1c2bdd
fix: apply subrecipes when using slash commands ( #6460 )
2026-01-12 23:55:09 -06:00
Lifei Zhou
637049c967
Fix: exclude platform_schedule_tool in CLI ( #6442 )
2026-01-13 11:35:58 +11:00
dorien-koelemeijer
8a9b090aa8
Fix: Small update in how ML-based prompt injection determines final result ( #6439 )
2026-01-13 08:20:40 +10:00
Adrian Cole
8880192071
docs: remove SSE transport and rename to Streamable HTTP ( #6319 )
...
Signed-off-by: Adrian Cole <adrian@tetrate.io >
2026-01-12 13:42:48 -08:00
Rizel Scarlett
ce0fcea905
fix: correct Cloudinary extension command and env variable ( #6453 )
2026-01-12 16:30:58 -05:00
BestCodes
aed7519bc3
fix: add gap between buttons in MacDesktopInstallButtons.js ( #6452 )
...
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com >
2026-01-12 14:26:07 -06:00