1513 Commits

Author SHA1 Message Date
Zane a3ef55080b chore(release): release version 1.0.30 (#3126) v1.0.30 2025-06-27 15:10:37 -07:00
Angie Jones f7fef3372c blog: everyday tasks for ai (#3103) 2025-06-28 00:28:38 +03:00
Zane 6f0997d10c fix windows session paths (#3130) 2025-06-27 14:01:58 -07:00
Max Novich e42b1393e3 update the path regex (#3129) 2025-06-27 13:48:00 -07:00
Max Novich 1abb7da852 wider support for cron schedules (#3123) 2025-06-27 11:50:57 -07:00
Alice Hau 3ad908eacd feat: add optional view_range to text editor tool and text editor insert tool (#3093)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-06-27 14:45:41 -04:00
Zane e40e84ec2e Added announcement modal (#3098) 2025-06-27 10:50:32 -07:00
Salvatore Testa dfc9dd2bf8 build: Add just to Hermit, correct ui/desktop's README (#3116) 2025-06-27 10:50:25 -07:00
Oliver 6f7855b5e0 fix: Make the entire toolcall argument row clickable to expand (#3118) 2025-06-27 10:50:02 -07:00
Zane ee0ae10682 Fix clippy + test errors (#3120) 2025-06-27 10:43:56 -07:00
David Katz da253f1644 Update goose help to include cli (#3095) 2025-06-27 10:42:36 -07:00
Max Novich aabfb2fca6 add scheduler type setting (#3119) 2025-06-27 09:39:22 -07:00
Douwe Osinga f0f6bf0611 Add a reference for recipes (#3099)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
2025-06-27 09:52:07 -04:00
jack 6ad95fe0d0 feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079)
Co-authored-by: jack <>
2025-06-27 16:36:35 +10:00
Michael Neale 0962041696 feat: new cli provider for claude code and gemini (#3083) 2025-06-27 15:55:47 +10:00
Dhanji R. Prasanna f5ab33cfeb you forgot the important ones! (#3105) 2025-06-27 15:49:46 +10:00
Michael Neale 7f71220411 hotfix: fix build (#3102) 2025-06-27 15:29:21 +10:00
Dhanji R. Prasanna 666ce691d3 Richer tool call ui messages (#3104) 2025-06-27 15:13:22 +10:00
Rizel Scarlett 8f52e17633 Update linux instructions (#3087) 2025-06-26 21:52:08 -04:00
Zane 2f19082661 Add flag for showing cost tracking (#3090) 2025-06-26 11:09:18 -07:00
Zane 79553e0b8b Improve config file editing and recovery fallback mechanisms (#3082) 2025-06-26 11:08:57 -07:00
Dan Corin 39b943ee85 Cleanup Temporal debug files (#3089) 2025-06-26 10:35:41 -07:00
jack d2ff4f3746 feat: Add comprehensive cost tracking display for LLM usage (#2992)
Co-authored-by: jack <jack@deck.local>
Co-authored-by: Bradley Axen <baxen@squareup.com>
2025-06-26 19:46:14 +10:00
Stuart Douglas 9d48ed980f feat: add ability to create new directory in working dir selection (#3081) 2025-06-25 16:38:19 -07:00
Wendy Tang d9d7eb0697 subagents (#2797)
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
2025-06-25 19:18:48 -04:00
Max Novich c3acddc360 reapply temporal fix (#3080) 2025-06-25 15:41:16 -07:00
Max Novich 19befb66ef added jbang back (#3076)
accidentally deleted restore
2025-06-25 13:15:38 -07:00
Zane 85f284b4cf Session file security updates (#3071) 2025-06-25 12:02:48 -07:00
Alex Rouse 8a32128461 feat(ui): Add drag and drop support for opening sessions from finder. (#3070)
Co-authored-by: Alex Rouse <alex.rouse@block.xyz>
2025-06-25 10:45:14 -07:00
Max Novich bdb10e7d97 Mnovich/fix cli permisisons (#3074) 2025-06-25 10:15:25 -07:00
Max Novich 35e0d9b9fb copy permission fix for cli (#3073)
needs to big pushed to test
2025-06-25 09:46:33 -07:00
Will Pfleger 6c2f2a13cc Update download_cli.sh to support arbitrary Goose versions (#3060) 2025-06-25 09:35:40 -07:00
Carlos M. Lopez 041ebd5aa8 fix(temporal-service): makes the search for possible temporal paths parallel. (#3062)
The serialized nature of it meant that even a slightly larger than expected delay could quickly add up to enough to trigger timeouts consistently. Since these operations are highly IO bound there's no reason not to run them all asynchronously.
2025-06-24 20:22:10 -04:00
Angie Jones 39cf42d1bd added MCPs menu item (#3066) 2025-06-25 03:02:28 +03:00
Max Novich a025161072 fix missing dependencies for cli (#3065) 2025-06-24 16:30:25 -07:00
Lifei Zhou 9e6247d9ed feat: created sub recipe tools (#2982) 2025-06-25 09:29:26 +10:00
Max Novich 566796f767 attempt to build CLI native for Windows (#3058) 2025-06-24 15:33:06 -07:00
Rizel Scarlett 0fbc69191c docs: typo - wrong extension id (#3063) 2025-06-25 01:15:08 +03:00
Patrick Gatewood 50612ca190 fix(docs): teach Goose how to spell “autonomous” 🪿📚 (#3061) 2025-06-24 15:14:47 -07:00
Gary Zhou 2d5d034371 feat (cli): list Groq-supported models (#3048) 2025-06-24 21:31:43 +03:00
Zane 4cac8e4a0b Fix session corruption issues (#3052) 2025-06-24 09:34:52 -07:00
Alice Hau 3179e9a322 feat: update to get vector db path from env var for vector tool strategy (#3042)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-06-24 12:17:37 -04:00
Michael Neale 9c8e3e3500 Fix Linux desktop download links to point to actual desktop versions (#3051) 2025-06-24 05:42:26 -04:00
Max Novich e6a893254d fix temporal build for windows (#3045) 2025-06-23 17:45:26 -07:00
Max Novich 603d0da27c fix cron parsing for windows (#3044) 2025-06-23 16:12:05 -07:00
Will Pfleger a4546d4108 feat: list Databricks-supported models and enable fuzzy search during model configuration (#3039) 2025-06-23 12:53:15 -07:00
Wendy Tang cebdbdb3d2 fix: update index when tool selection strategy changes (#2991) 2025-06-23 11:45:54 -07:00
Ebony Louis ce7eabf20d docs: Add "Add Recipe button" To Recipe Cookbook (#3038) 2025-06-23 13:47:51 -04:00
Lifei Zhou 8ad87733a5 fix: issue when parsing recipe parameters (#3031) 2025-06-23 21:52:51 +10:00
Jarrod Sibbison 09b06c51ae fix: Improves reliability of flaky log tests (#3029) 2025-06-23 13:57:30 +10:00