Commit Graph

14 Commits

Author SHA1 Message Date
Lily Delalande 8ba40bdccc ctx-mgmt: ctx session management (dev mode only) (#2415) 2025-05-02 16:12:56 -04:00
Zane 621eb42fb0 fix: truncation not working for long for session descriptions (#2268) 2025-04-18 12:09:09 -07:00
Zane a1fe3bcbf1 Another take on chat timestamps (#2214)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
2025-04-17 09:37:52 -07:00
Zane 8451fb1c89 Fix ESLint warnings and and enable max warnings 0 to fail builds (#2101) 2025-04-09 15:13:53 -07:00
Salman Mohammed 51edc0c7af feat: add tooltips, fix back button inverse color (#2023) 2025-04-03 14:35:13 -04:00
Salman Mohammed 262d7f70d9 fix: see last msg fully in shared session view (#1994) 2025-04-01 18:34:16 -04:00
Salman Mohammed 35c2536975 chore: add tests for session serialization issues (#1985) 2025-04-01 16:39:01 -04:00
Salman Mohammed 759d6368e5 feat: styling changes for viewing sessions (#1974) 2025-04-01 12:51:34 -04:00
Salman Mohammed a075bb0052 feat: add more metadata for shared session view (#1919) 2025-03-31 08:48:37 -04:00
Zane 08d8bb46bc Fix scrollbars not showing for mac and some padding issues (#1917) 2025-03-28 16:12:28 -07:00
Salman Mohammed ca41c6ba53 feat: share sessions in the UI (#1727) 2025-03-27 11:41:55 -04:00
Salman Mohammed 32f20cd690 feat: store working directory for sessions (#1559) 2025-03-07 11:12:57 -05:00
Yingjie He fb444728f0 fix: continue to use resumed session after confirmation is cancelled (#1548) 2025-03-06 16:51:31 -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