Commit Graph

363 Commits

Author SHA1 Message Date
Wendy Tang
fec6f84f78 feat: mcp router skeleton (#2606) 2025-05-23 14:15:54 -07:00
Shea Craig
d8d78396e0 Shea/gdrive labels (#2537)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
2025-05-23 09:23:32 -07:00
Michael Neale
df2cb78228 large tool response handling (#2629) 2025-05-23 12:27:17 +10:00
Raduan Al-Shedivat
e465ea60cf cli(ux): add hint for enter/ctrl-j if input is empty (#2632)
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
2025-05-22 08:14:36 -07:00
Best Codes
e9c93834cc feat: fix program crashes and allow cancelling tool calls (#2586) 2025-05-22 10:52:46 -04:00
Michael Neale
e6d8921729 fix: don't stop when in non interactive when you need to summarize (#2623) 2025-05-22 10:25:30 +10:00
Alice Hau
be09849128 [feat] goosebenchv2 additions for eval post-processing (#2619)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-05-21 15:00:13 -04:00
Max Novich
8fade6b320 Add GIF unsupported format test (#2618) 2025-05-21 10:31:18 -07:00
Raduan Al-Shedivat
302ac81990 add configurability for a tool_params_max_length (#2448)
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
2025-05-21 10:03:46 -07:00
Salman Mohammed
f153204dde [goose-llm] kotlin fn for getting structured outputs (#2547) 2025-05-20 10:08:54 -04:00
Greg Knoblauch
1b6209d0b2 Add Tests for Optional Params with Empty Default (Fixed in v1.0.24) (#2567)
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
Co-authored-by: Yingjie He <yingjiehe@block.xyz>
2025-05-19 12:25:02 -07:00
Yingjie He
58cf6b48f8 fix: update o3/mini and o4 mini context limit (#2590) 2025-05-19 11:57:36 -07:00
Antonio Cheong
4ae5e4264c feat: GitHub Copilot stream support (fixes gpt-4.1, claude) (#2576)
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
2025-05-19 10:23:04 -07:00
Lifei Zhou
41c67eb2c3 feat: discover recipe in the paths from environment variable GOOSE_RECIPE_PATH (#2561) 2025-05-19 16:57:45 +10:00
Lifei Zhou
a60cef233b added recipe_dir (#2543) 2025-05-16 18:04:38 +10:00
Yingjie He
b52af12910 chore(release): release version 1.0.24 (#2552) 2025-05-15 14:41:28 -07:00
Lifei Zhou
e968e0022c feat: show recipe explanation (#2530)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-05-15 10:57:05 +10:00
Max Novich
4e1b091d91 feat: add tool repetition monitoring to prevent infinite loops (#2527) 2025-05-14 14:46:37 -07:00
Lifei Zhou
24a8195702 fix: the conflict_with in no-session arg (#2531) 2025-05-14 18:01:02 +10:00
Wes
59631e2b10 chore: fix docs for building goose ffi (#2485) 2025-05-13 17:45:02 -07:00
Raduan Al-Shedivat
f74a1c9c9a Allow putting GOOSE_PLANNER_MODEL and GOOSE_PLANNER_PROVIDER to config.yaml (#2525) 2025-05-13 17:42:16 -07:00
faces
e63300887f goose/providers: add Venice.ai private open-source LLM (#2252) 2025-05-13 15:52:44 -07:00
Max Novich
78e4de7893 allow running goose run with no session persistence (#2517) 2025-05-13 09:48:34 -07:00
Michael Neale
3a4f205945 feat: goose cli to track directories, allow to resume projects in location (#2503) 2025-05-13 09:05:10 +10:00
Lifei Zhou
15aa240f7d feat: specify parameters configuration in recipe file (#2444) 2025-05-13 07:54:25 +10:00
Zane
7027de6238 Move token limits to backend (#2484) 2025-05-12 16:52:46 -04:00
Salman Mohammed
7b81562351 [goose-llm] add providerConfig param for exposed LLM functions (#2491) 2025-05-09 13:09:54 -04:00
Salman Mohammed
b7dd3aba73 [goose-llm] autogenate kotlin bindings using uniffi-rs proc macros (#2478) 2025-05-09 12:15:38 -04:00
Salman Mohammed
77e8f03da5 [goose-llm] use chrono utc timestamp milliseconds for msg created (#2483) 2025-05-08 16:01:12 -04:00
Alice Hau
1b47eee4c0 fix: move process group termination instead unix code block (#2481)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-05-08 14:28:12 -04:00
Lily Delalande
01e28423ff ctx_management: summarize on command button (#2479) 2025-05-08 11:43:53 -06:00
Alice Hau
85dd6375b5 fix: cleanup MCP processes when CLI closes (#2469)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-05-08 10:19:59 -04:00
Tyler Rockwood
d395fb9266 goose/providers: add github copilot (#1926) 2025-05-08 18:14:10 +10:00
Tibor Vass
df512ab36d Remove outdated truncation of tool descriptions in OpenAI and Databricks providers (#2465)
Signed-off-by: Tibor Vass <teabee89@gmail.com>
2025-05-07 21:01:07 -05:00
Raduan Al-Shedivat
a8d4bd0415 load all previous messages if --resume is passed (#2424) 2025-05-07 16:42:52 -07:00
Salman Mohammed
300dd06ec8 [goose-llm] add generate tooltip & session name via extract method (#2467)
* extract method in provider to use for structured outputs

* generate session name from msgs

* generate tooltip from msgs

* add provider tests
2025-05-07 15:42:03 -04:00
Salman Mohammed
c37ea4e99e [goose-llm] add completion request & error (#2451) 2025-05-07 14:50:58 -04:00
Lily Delalande
97ff0cdd03 cli: add summarize slash command (#2464) 2025-05-07 12:46:42 -04:00
Michael Neale
c0b79873b5 allowlist blocks and shift SSE to warning (#2445) 2025-05-07 09:44:52 -04:00
Michael Neale
38448193bd this is so much nicer (#2455) 2025-05-07 12:39:26 +10:00
Zane
392a101078 Fix resume session with an invalid path crash (#2453) 2025-05-06 15:23:00 -07:00
Salman Mohammed
d4c5b30f58 [goose-llm] remove dependency on goose & mcp-core, add needsApproval (#2425) 2025-05-06 14:43:49 -04:00
Yingjie He
7fbdb5e79d fix: use less strict timestamp in system prompt (#2434) 2025-05-06 10:02:48 -07:00
Lifei Zhou
705a858cf2 feat: support configurable way to retrieve recipes via github (#2400) 2025-05-06 09:54:35 +10:00
Lily Delalande
8ba40bdccc ctx-mgmt: ctx session management (dev mode only) (#2415) 2025-05-02 16:12:56 -04:00
Douwe Osinga
2366a3ad01 Don't require prompt in headless mode for recipes (#2403)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-05-02 12:20:29 -04:00
Salman Mohammed
fa93f5fbec feat: add runtime metrics to completion response (#2404) 2025-05-02 12:02:26 -04:00
Lifei Zhou
e089b0a845 Lifei/pass param to goose recipe (#2395) 2025-05-02 08:47:45 +10:00
Yingjie He
76cb77ebbb fix: use the pre-fetched mime type (#2417) 2025-05-01 14:42:13 -07:00
Alice Hau
c99d5beb07 feat: Azure credential chain logging (#2413)
Co-authored-by: Michael Paquette <mpaquette@pax8.com>
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-05-01 14:09:37 -04:00