Commit Graph

81 Commits

Author SHA1 Message Date
Alice Hau 259ccd516e feat: ollama tool shim (#1448)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-03-12 11:01:28 -04:00
Yingjie He 6abc336484 feat: add write approve mode (#1628) 2025-03-11 20:52:41 -07:00
Alice Hau 746c915f68 [fix] fix model config logging to remove api key (#1619) 2025-03-11 13:59:06 -04:00
Yingjie He 9447b792ee feat: enable smart approve for user by default (#1599) 2025-03-10 17:57:31 -07:00
Lily Delalande 5df2875c1c feat: update config endpoints for use with providers (#1563) 2025-03-10 09:51:54 -07:00
Salman Mohammed 3b36591cb5 fix: update anthropic provider headers (#1592) 2025-03-10 12:40:29 -04:00
Wendy Tang 3faff03f7c feat: parallel processing in approve mode (#1575) 2025-03-07 15:25:00 -08:00
Wendy Tang c4f571aeec feat: implement a tool permission store (#1516) 2025-03-07 10:54:01 -08:00
Adam Erb 2383de5921 minor typo (#1569) 2025-03-07 09:34:53 -08:00
Salman Mohammed 32f20cd690 feat: store working directory for sessions (#1559) 2025-03-07 11:12:57 -05:00
Alice Hau e05903e23c fix: update openrouter referer website to point to github page site (#1566)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-03-06 22:54:17 -05:00
Yingjie He e52e5474b7 fix: get tool def back to chat mode (#1538) 2025-03-06 11:11:15 -08:00
Kalvin C 5237277082 fix: fix summarize agent, use session_id and add provider fn (#1552) 2025-03-06 09:35:17 -08:00
Ariel 5f750a5229 feat(agent): memory condensation for longer context (#1457) 2025-03-06 09:03:37 -08:00
Kalvin C 24210d7b7b feat: use refresh_tokens from databricks api (#1517) 2025-03-05 16:18:45 -08:00
Yingjie He 09cae6e83d feat: remove tools from chat mode (#1533) 2025-03-05 12:36:49 -08:00
Wendy Tang 38d5357c98 feat: adjust chat tool response (#1512) 2025-03-04 14:57:17 -08:00
Salman Mohammed f26808b7ee feat: load global prompts at startup, add minijinja crate (#1467) 2025-03-04 13:44:37 -05:00
Kalvin C ac81472fd7 chore: log errors to debug, not all extensions support prompts (#1472) 2025-03-03 11:00:29 -08:00
Salman Mohammed 9ae9045584 feat: sessions api, view & resume prev sessions (#1453)
* Centralize session files to goose::session module
* Write session metadata and messages in jsonl
* Refactor CLI build_session to use goose::session functions
* Track session's token usage by adding optional session_id in agent.reply(...)
* NOTE: Only sessions saved through the updates goose::session functions will show up in GUI

Co-authored-by: Bradley Axen <baxen@squareup.com>
2025-03-03 11:49:15 -05:00
Uddhav Kambli 68b8c5d19d feat: add GCP Vertex AI platform as provider (#1364)
Signed-off-by: Uddhav Kambli <uddhav@kambli.net>
2025-03-03 08:46:11 -08:00
Yingjie He f7f2540287 feat: support goose mode in UI (#1434)
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
2025-02-28 17:00:41 -08:00
Ariel fbc6bb7b90 feat(goose): support customizing extension timeout (#1428) 2025-02-28 21:17:53 +01:00
Salman Mohammed e799e80eb3 feat: [anthropic] Claude 3.7 Sonnet with extended thinking (#1370)
- only works with anthropic provider (wont work with databricks)
2025-02-28 13:38:40 -05:00
Si Zengyu 7d5d8b400b fix(provider): update url path handling for azure provider (#1443)
Co-authored-by: Zengyu <sizengyu@spgroup.com.sg>
2025-02-28 10:23:39 -05:00
Yingjie He 6d28f44768 fix: gemini empty content (#1425) 2025-02-27 15:58:26 -08:00
Kalvin C d0ca46983e feat(cli): add mcp prompt support via slash commands (#1323) 2025-02-27 15:47:29 -08:00
Ariel 64c59af2e2 feat(model): add context window limit for OpenAI reasoning models (#1423) 2025-02-27 11:07:06 -08:00
Yingjie He cc78763762 feat: allow user to turn off smart approve (#1407) 2025-02-27 10:04:17 -08:00
Bradley Axen 0602b35ddc draft: use rust messages in typescript (#1393) 2025-02-26 22:02:43 -05:00
Yingjie He 552facb7ef fix: detect read only tool when only mode is approve (#1398) 2025-02-26 16:39:54 -08:00
Yingjie He fd3ebeebed fix: update approve prompt (#1383) 2025-02-26 08:54:57 -08:00
Yingjie He e51b7be367 feat: allow setting openai base path (#1369) 2025-02-25 14:27:03 -08:00
Yingjie He 111773a426 feat:skip read only tool approval (#1371) 2025-02-25 09:30:39 -08:00
Wendy Tang 3723c64cc5 feat: permission before tool call (#1313) 2025-02-24 11:54:41 -08:00
Aarni Koskela 45b3812bc9 fix: handle OpenAI API errors better (#1291) 2025-02-23 13:31:50 -08:00
Yingjie He 5d4f824b76 feat: add experiment manager to control whether we enable a feature (#1287) 2025-02-21 10:03:20 -08:00
Kalvin C 6881953953 style: use is_none_or instead of map_or per clippy warnings rust >= 1.85.0 (#1314) 2025-02-20 09:59:13 -08:00
Joe Torreggiani 9d20d882f3 feat: Add mode for fully customizable system prompt template (#1249) 2025-02-20 11:19:44 -05:00
Kalvin C a59119bc27 feat: propagate external_model_message upwards on errors (#1297) 2025-02-19 12:11:59 -08:00
Yingjie He 67883ca3c7 fix:expose unsupported tool use error (#1293) 2025-02-19 09:37:38 -08:00
Yingjie He 92833aeb1c feat: allow users to configure openai host (#1283) 2025-02-18 15:00:40 -08:00
Yingjie He d8ca7a3e1b fix:extra error handling for gemini (#1268) 2025-02-18 12:57:29 -08:00
Salman Mohammed aa32c4a61d feat: support OpenAI reasoning effort configuration for O1/O3 models (#1266) 2025-02-17 18:53:49 -05:00
Cole McIntosh d29022b462 feat(openai): Add organization and project support for OpenAI provider (#1250) 2025-02-17 14:53:23 -08:00
Bradley Axen 394cd1917d Revert #1138 (#1213) 2025-02-12 20:18:46 -08:00
Alex Hancock 9287eaeb5d feat: endpoints for config management via goose-server (#1207)
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
2025-02-12 21:19:13 -05:00
Michael Neale e461e6845d feat: handle images mentioned in messages (#1202) 2025-02-12 14:36:46 -08:00
Yuku Kotani 58c9eeb6d6 feat: Support VertexAI for Claude (#1138) 2025-02-12 09:17:15 -08:00
Wendy Tang 724e5ac9a9 fix: fix lint error (#1203) 2025-02-12 08:33:53 -08:00