Commit Graph

20 Commits

Author SHA1 Message Date
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