Michael Neale
674c1ed6c4
better downloading and tool emulation
2025-11-10 13:35:36 +11:00
Michael Neale
75f5110ff3
good progress
2025-11-10 10:56:37 +11:00
Michael Neale
c05b586a30
cleanup
2025-11-07 14:12:30 +11:00
Michael Neale
bb1949bf68
is shutting down now
2025-11-07 14:04:10 +11:00
Michael Neale
b9871c313d
reloads, but doesn't die yet
2025-11-07 11:38:11 +11:00
Michael Neale
fcc8bef93c
better loading
2025-11-06 17:29:54 +11:00
Michael Neale
7332e0e73b
always show embedded
2025-11-06 15:56:51 +11:00
Michael Neale
01c5333e70
Merge branch 'main' into micn/embedded-llama-server
...
* main: (41 commits)
Add pending extension indicator to extension panel (#5493 )
Add environment subsition for auth blocks (#5439 )
acp: ToolCallLocations and working cancellation (#5588 )
feat(providers): add Mistral AI provider (#5009 )
Listen for ctrl-c during provider request (#5585 )
Also accept null as description, not just missing (#5589 )
Document missing recipe param types (#5584 )
docs: description required for "Add Extension" in cli (#5573 )
fix: Add schema-aware numeric coercion for MCP tool arguments (#5478 )
Add uv for uvx in Justfile (#5581 )
Keep llm logs in place (#5577 )
bump to 1.12.0 (#5580 )
automate more of the release process (#5409 )
add clippy warning for string_slice (#5422 )
improve linux tray icon support (#5425 )
feat: log rotation (#5561 )
use app.isPackaged instead of checking for node env development (#5465 )
disable RPM build-ID generation to prevent package conflicts (#5563 )
Add Diagnostics Info to Q&A and Bug Report Templates (#5565 )
fix: improve server error messages to include HTTP status code (#5532 )
...
2025-11-06 15:37:46 +11:00
Alex Holder
ec6faf92a3
Add pending extension indicator to extension panel ( #5493 )
...
Signed-off-by: Alex Holder <alexeeyre@gmail.com >
2025-11-05 23:30:34 -05:00
Daniel Cooper
6209a81e1c
Add environment subsition for auth blocks ( #5439 )
...
Signed-off-by: Daniel Cooper <daniel@14lines.com >
2025-11-05 23:30:24 -05:00
Alex Hancock
b2aa26a0f1
acp: ToolCallLocations and working cancellation ( #5588 )
2025-11-05 23:11:35 -05:00
Gregory L
147d884251
feat(providers): add Mistral AI provider ( #5009 )
...
Signed-off-by: glinf <gregory.linford@mistral.ai >
2025-11-05 23:01:39 -05:00
Jack Amadeo
db0b78b4b6
Listen for ctrl-c during provider request ( #5585 )
2025-11-05 22:44:36 -05:00
Jack Amadeo
f7e2bcd98a
Also accept null as description, not just missing ( #5589 )
2025-11-05 22:33:38 -05:00
Emma Youndtsmith
9086438fca
Document missing recipe param types ( #5584 )
ls
2025-11-05 11:20:23 -06:00
dianed-square
efdf22eacd
docs: description required for "Add Extension" in cli ( #5573 )
2025-11-05 08:09:35 -08:00
tlongwell-block
78fd31a47a
fix: Add schema-aware numeric coercion for MCP tool arguments ( #5478 )
2025-11-05 10:56:17 -05:00
Jack Amadeo
b7f5f0f97f
Add uv for uvx in Justfile ( #5581 )
2025-11-05 10:09:10 -05:00
Douwe Osinga
7d4824e853
Keep llm logs in place ( #5577 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-05 10:06:40 -05:00
Jack Amadeo
3269298b8a
bump to 1.12.0 ( #5580 )
2025-11-05 09:15:14 -05:00
Jack Amadeo
c59ec1de07
automate more of the release process ( #5409 )
2025-11-05 06:54:42 -05:00
Zane
89f7384d57
add clippy warning for string_slice ( #5422 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-04 17:46:25 -05:00
Zane
687a007d26
improve linux tray icon support ( #5425 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-04 17:06:24 -05:00
Alex Hancock
cd2ea778f0
feat: log rotation ( #5561 )
2025-11-04 14:59:44 -05:00
Zane
ff49fa1617
use app.isPackaged instead of checking for node env development ( #5465 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-04 14:47:51 -05:00
Douwe Osinga
ae7e713d37
disable RPM build-ID generation to prevent package conflicts ( #5563 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-04 14:47:44 -05:00
Ebony Louis
ccc5858dbd
Add Diagnostics Info to Q&A and Bug Report Templates ( #5565 )
2025-11-04 14:44:03 -05:00
Angie Jones
68187feb5b
fix: improve server error messages to include HTTP status code ( #5532 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-04 11:59:00 -06:00
Alex Holder
1437d1fc1c
improvement: add useful error message when attempting to use unauthenticated cursor-agent ( #5300 )
...
Signed-off-by: Alex Holder <alexeeyre@gmail.com >
2025-11-04 12:54:28 -05:00
Alex Hancock
b5eaa6a3e4
fix: unblock acp via databricks ( #5562 )
2025-11-04 11:40:05 -05:00
Sheikh Limon
d4a7bd39be
feat: add --output-format json flag to goose run command ( #5525 )
...
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com >
Signed-off-by: Sheikh Limon <sheikhlimon404@gmail.com >
2025-11-04 11:33:17 -05:00
Douwe Osinga
5b93ee587f
Sessions required ( #5548 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-03 21:04:44 -05:00
jom-sq
86c3e42e43
feat: add grouped extension loading notification ( #5529 )
...
Signed-off-by: jom-sq <148157197+jom-sq@users.noreply.github.com >
2025-11-03 19:43:20 -06:00
Michael Neale
7511a533d6
we should run this on main and also test open models at least via ope… ( #5556 )
...
adds qwen3-code and GLM 4.6 to test_providers for open model coverage
2025-11-04 09:06:23 +11:00
Alex Hancock
2c1e52c3c2
info: print location of sessions.db via goose info ( #5557 )
2025-11-03 17:03:28 -05:00
Alex Hancock
69e083ec1d
chore: remove yarn usage from documentation ( #5555 )
2025-11-03 17:03:15 -05:00
Alex Hancock
da45ca9282
cli: adjust default theme to address #1905 ( #5552 )
2025-11-03 16:46:22 -05:00
David Katz
9466d92f04
Manual compaction counting fix + cli cleanup ( #5480 )
2025-11-03 16:27:12 -05:00
dependabot[bot]
723cbce7ee
chore(deps): bump prismjs and react-syntax-highlighter in /ui/desktop ( #5549 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 16:09:29 -05:00
Alex Hancock
38e7dc8f30
fix: remove qwen3-coder from provider/mcp smoke tests ( #5551 )
2025-11-03 14:33:49 -05:00
Alex Hancock
d2bed8efa4
fix: do not build unsigned desktop app bundles on every PR in ci. add manual option. ( #5550 )
2025-11-03 13:23:33 -05:00
Sheikh Limon
13a4985527
fix: update Husky prepare script to v9 format ( #5522 )
...
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com >
2025-11-03 12:55:38 -05:00
Timothy
9fa22cf036
Fix 404 for responsible coding guide ( #5543 )
...
Merging because it's docs only and fixes a 404
2025-11-03 12:40:38 -05:00
BestCodes
bb2c27b4d8
fix hermit text file busy issues on linux ( #5372 )
...
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com >
2025-11-03 12:37:25 -05:00
Douwe Osinga
d70c24cda5
Fix image processing ( #5544 )
...
Co-authored-by: Douwe Osinga <douwe@squareup.com >
2025-11-03 12:29:43 -05:00
Angie Jones
d46554dc88
docs: AI attribution for PRs ( #5547 )
2025-11-03 12:24:21 -05:00
Alex Hancock
c1c13716e0
chore(tests/mcp): testing for MCP sampling ( #5456 )
2025-11-03 12:23:11 -05:00
Angie Jones
f7a4d1b01b
docs: adding HOWTOAI.md ( #5533 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-03 02:25:51 -06:00
Viet Bui
4695d98005
added configuration content, also added signoff, fix merging issue with another commit by creating a clean branch. removed and closed commits that caused signoff issues. ( #5519 )
...
Signed-off-by: vietbui99 <buiquocviet99@gmail.com >
2025-11-03 03:00:37 -05:00
Michael Neale
f1a0b04641
Merge branch 'main' into micn/embedded-llama-server
...
* main:
Fixes Gemini API parse issue by converting nullable type arrays to single types in tool schemas (#5530 )
Troubleshooting diagnostics doc (#5526 )
fix link to Ollama FAQ (#5531 )
docs: remove speech-mcp (#5514 )
fix: adds ProviderRetry to openai provider (#5518 )
docs: extensions directory minor updates (#5466 )
Docs/json recipe support (#5492 )
docs: recipe buttons (#5507 )
Improve system theme detection and fallback (#5427 )
[Autovisualiser] remove unnecessary content from mermaid HTML template (#5505 )
Improve subagents docs (#5484 )
FIX: prefer linux in WSL and add INSTALL_OS override for CLI (#5215 )
Propagate session ID in LLM and MCP requests (#5165 )
feat: YT Short for Canva MCP + goose (#5495 )
2025-11-03 15:15:53 +11:00