Commit Graph

493 Commits

Author SHA1 Message Date
Lily Delalande eb5b296fdc ui: fix modal state (#1598) 2025-03-10 17:07:14 -07:00
Lily Delalande 6afaa8242b ui: setting configuration (#1597) 2025-03-10 16:52:38 -07:00
Lily Delalande 8689d24407 chore: update types and imports (#1594) 2025-03-10 11:23:46 -07:00
Matthew Diamant c95a15a38c Retain session through view changes (#1580) 2025-03-10 11:04:54 -07:00
Lily Delalande 6e0a23ef72 remove env vars from bottom menu model setting (#1584) 2025-03-10 10:35:03 -07:00
Matthew Diamant 1bb3927ca3 Fix Goosehints modal UI (#1581) 2025-03-10 10:34:32 -07:00
Lily Delalande 5df2875c1c feat: update config endpoints for use with providers (#1563) 2025-03-10 09:51:54 -07:00
Lily Delalande 4f9c08a025 refactor models component (#1535) 2025-03-07 11:56:03 -08: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
Kalvin C 84b1df03b0 fix: respond to interrupted tool calls with a ToolResponseMessageContent (#1557) 2025-03-06 11:32:55 -08:00
Lily Delalande 3d4574dfe4 ui: add default icon (#1553)
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
2025-03-06 10:00:18 -08:00
kang-square b8b5c9dd6e feat: use Ctrl/Cmd + ↑/↓ to navigate message history (#1501) 2025-03-05 13:33:22 -08:00
Yingjie He 89fc871e9c feat: use dropdown for goose selection (#1531) 2025-03-05 10:31:52 -08:00
Alex Hancock fb05929ca5 feat: copy message content (#1511)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
2025-03-04 17:20:39 -05:00
Alex Hancock 7b767abfe6 Revert "feat: copy messages on hoverable icon (#1492)" (#1508) 2025-03-04 11:08:01 -08:00
Alex Hancock 3c1b4f627d feat: copy messages on hoverable icon (#1492) 2025-03-04 13:20:17 -05:00
Lily Delalande 689890d577 ui: introduce form injection for provider modals (#1493) 2025-03-04 12:33:28 -05:00
Michael Neale 5e5c9c8713 fix: [gui] table formatting (#1497) 2025-03-04 17:32:52 +11:00
Yingjie He cd4d6c4a28 fix: check all required keys (#1489)
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
2025-03-03 20:58:58 -08:00
Alex Hancock b2ab9e0e21 feat: extension add & edit in settings v2 (#1480) 2025-03-03 20:53:03 -05:00
Salman Mohammed 54201d9304 fix: use resumed session id in chat view (#1485) 2025-03-03 18:42:05 -05:00
Yingjie He c957bef510 fix: apply dark mode to tool confirmation message (#1482) 2025-03-03 15:07:14 -08:00
Kalvin C cbd1ba6706 chore: re-order MoreMenu items (#1483) 2025-03-03 14:58:47 -08:00
Yingjie He 27b9cd9288 feat: add goose mode to the chat window (#1471) 2025-03-03 13:56:37 -08:00
Yingjie He 7edb624bdc feat: improve the allow tool ui (#1473) 2025-03-03 13:42:49 -08:00
Alex Hancock 76fed1eda3 feat: move configure goosehints to the MoreMenu (#1474) 2025-03-03 13:10:28 -05: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
Alex Hancock 92e39acece feat: hook extensions up in settings-v2 (#1447) 2025-02-28 21:27:55 -05:00
Lily Delalande 7439b8199e ui: providers new design (#1446) 2025-02-28 21:04:50 -05:00
Matthew Diamant c6d4fe6041 More responsive provider grid (#1451) 2025-02-28 20:50:49 -05: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
Matthew Diamant 36726cfb80 feat(desktop-ui): Command/ctrl + comma goes to Settings view (#1439) 2025-02-28 21:35:10 +01:00
Ariel fbc6bb7b90 feat(goose): support customizing extension timeout (#1428) 2025-02-28 21:17:53 +01:00
Ariel 96827303c0 fix(ui): persistent chat history using session storage (#1442) 2025-02-28 15:50:01 +01:00
Bradley Axen 077f3f23e1 fix: disable form call to save cost (#1418) 2025-02-28 15:44:11 +01:00
Matthew Diamant fe6cb72677 feat(desktop-ui): View and edit .goosehints file (#1431) 2025-02-27 19:48:58 -05:00
Kalvin C d0ca46983e feat(cli): add mcp prompt support via slash commands (#1323) 2025-02-27 15:47:29 -08:00
kang-square 234d55ea37 feat: remove the disable state from chat input box (#1341) 2025-02-27 11:23:55 +01:00
Nahiyan Khan 880ffe1ffc style: added launch text and styling (#1406) 2025-02-27 11:10:08 +01:00
Nahiyan Khan 36a90077f2 feat: moved extension add button and updated label (#1408) 2025-02-27 10:55:41 +01:00
Bradley Axen 0602b35ddc draft: use rust messages in typescript (#1393) 2025-02-26 22:02:43 -05:00
Alex Hancock 1919cbf743 feat: wip on ConfigProvider and integration in settings_v2 (#1395) 2025-02-26 17:28:24 -05:00
Yingjie He e51b7be367 feat: allow setting openai base path (#1369) 2025-02-25 14:27:03 -08:00
Alex Hancock b332c1c36e feat: settings v2 scaffolding (#1374) 2025-02-25 15:54:26 -05:00
lily-de c0c9fcccd5 feat: [alpha] Providers grid refactor (#1345)
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
2025-02-24 13:03:13 -05:00
lily-de 9693b40a0f bug: Fix env var for openAI (#1346) 2025-02-22 14:08:35 -05:00
Yingjie He c812ee6af1 feat: add default value for openai host (#1336) 2025-02-21 14:12:35 -08:00
Alex Hancock 57b0982b00 feat: remove longform of 'what can you do?' prompt (#1334) 2025-02-21 16:13:05 -05:00