Commit Graph

29 Commits

Author SHA1 Message Date
Salman Mohammed
e273f8ebce feat: add /plan command in CLI to invoke reasoner with plan system prompt (#1616) 2025-03-20 10:10:01 -04:00
Matt Toohey
c6fab272ea fix: check if working directory has changed before asking (#1733) 2025-03-19 13:42:26 -07:00
Lily Delalande
70efaed793 extensions: add a display name field (#1759) 2025-03-19 15:42:57 -04:00
Lily Delalande
35cbddbf8d config: add optional extension description (#1743) 2025-03-19 10:48:30 -04:00
Salman Mohammed
ea0960f645 refactor: clean up log usage (#1704) 2025-03-17 15:18:21 -04:00
Yingjie He
99f8126c2c feat: update goose selection (#1638) 2025-03-12 14:32:52 -07:00
Yingjie He
6abc336484 feat: add write approve mode (#1628) 2025-03-11 20:52:41 -07:00
Alice Hau
bb4feacf03 feat: add additional goosebench evals (#1571)
Co-authored-by: Alice Hau <alice.a.hau@gmail.com>
2025-03-10 15:11:44 -04:00
Lily Delalande
5df2875c1c feat: update config endpoints for use with providers (#1563) 2025-03-10 09:51:54 -07:00
Salman Mohammed
32f20cd690 feat: store working directory for sessions (#1559) 2025-03-07 11:12:57 -05:00
Kalvin C
7b37ab0b52 feat(cli): add --debug flag to goose session / run (#1564) 2025-03-06 18:58:25 -08:00
Ariel
5f750a5229 feat(agent): memory condensation for longer context (#1457) 2025-03-06 09:03:37 -08:00
marcelle
49dee048e4 feat: goose bench framework for functional and regression testing
Co-authored-by: Zaki Ali <zaki@squareup.com>
2025-03-05 21:23:00 -05:00
Wendy Tang
b06cbdd6ff fix: add mode to list of help slash commands (#1514) 2025-03-04 17:17:10 -08:00
Wendy Tang
e30f50a92e feat: add mode completion (#1506) 2025-03-04 13:56:09 -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
Paul Walker
469228dee2 feat: implement global command history storage (#1440) 2025-02-28 21:36:09 +01:00
Ariel
633f628115 fix(cli): disable line wrap (#1445) 2025-02-28 21:27:52 +01: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
Kalvin C
0d3d9ca5ae feat(cli): add tab based slash command completion and prompt info completion (#1436) 2025-02-28 10:09:27 -08:00
Kalvin C
d0ca46983e feat(cli): add mcp prompt support via slash commands (#1323) 2025-02-27 15:47:29 -08:00
Ariel
a59535627a feat(cli): support arbitrary path for sessions (#1414) 2025-02-27 11:31:14 +01:00
Bradley Axen
e615ad1a8e feat: interactive after run (#1377) 2025-02-26 17:33:02 +01:00
Wendy Tang
3723c64cc5 feat: permission before tool call (#1313) 2025-02-24 11:54:41 -08:00
Joe Torreggiani
9d20d882f3 feat: Add mode for fully customizable system prompt template (#1249) 2025-02-20 11:19:44 -05:00
Yingjie He
4b94906bb6 fix: update flaky log test (#1295) 2025-02-19 16:49:32 -08:00
marcelle
8bc43f4219 Marcelle/verbose tool output (#1230) 2025-02-13 21:12:39 -05:00
Bradley Axen
7a8552ed9e feat: simplify CLI sessions (#1168) 2025-02-11 21:16:58 -08:00