Commit Graph

91 Commits

Author SHA1 Message Date
Alex Hancock
b96fed55ea fix: remove MCP extension install debug shortcut - fixes #1433 (#1475) 2025-03-03 15:39:46 -05:00
Alex Hancock
76fed1eda3 feat: move configure goosehints to the MoreMenu (#1474) 2025-03-03 13:10:28 -05:00
Alex Hancock
4f4c8c9f70 chore: load default built-in extensions from a json file instead of ts (#1470) 2025-03-03 12:57:46 -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
Kalvin C
8f5fba97b8 feat: install python3.10 in uvx shim before uv (#1449) 2025-02-28 15:56:21 -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
Alex Hancock
5451bd1f5c feat: Add tutorial built-in extension for app (#1381) 2025-02-28 10:47:23 -05: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
Vincent H.
1a3012acbe ui: disable mcp extension shortcut when unfocused (#1382) 2025-02-27 13:45:31 -05:00
Vincent H.
a5ff6b850b ui: create-chat-window opens most recent directory (#1384) 2025-02-27 13:43:59 -05:00
kang-square
234d55ea37 feat: remove the disable state from chat input box (#1341) 2025-02-27 11:23:55 +01:00
Bradley Axen
b268316524 feat: Add extra details to prompt for gui (#1387) 2025-02-27 11:22:10 +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
Salman Mohammed
9ae1f62633 fix: don't set SSL_CERT_FILE in uvx shim (#1376) 2025-02-25 09:30:08 -08: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
Alex Hancock
ffe020ea0c fix: deep link installs of extensions (#1333) 2025-02-21 15:15:05 -05:00
Alex Hancock
81a0334aa1 refactor: Component hierarchy and code cleanup (#1319) 2025-02-21 11:29:07 -05:00
Alex Hancock
bfe23765b5 fix: fixing UI styling of modals (#1327) 2025-02-21 11:24:54 -05:00
Alex Hancock
f509bafd07 fix: fully remove react-router now that it is unused (#1317) 2025-02-20 16:39:33 -05:00
Alex Hancock
3f8f67581e chore: minor cleanup/deletion of unused code directories (#1299) 2025-02-19 15:26:21 -05:00
Yingjie He
92833aeb1c feat: allow users to configure openai host (#1283) 2025-02-18 15:00:40 -08:00
Max Novich
08b58c313e easter egg (#1201) 2025-02-14 10:15:53 -08:00
Alex Hancock
3ef552d7bf ldelalande+alexhancock/shared-config-client (#1219)
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
2025-02-13 13:50:02 -05:00
Bradley Axen
394cd1917d Revert #1138 (#1213) 2025-02-12 20:18:46 -08:00
Yuku Kotani
58c9eeb6d6 feat: Support VertexAI for Claude (#1138) 2025-02-12 09:17:15 -08:00
lily-de
d56a92e4b2 remove provider settings from dev mode it does nothing (#1195) 2025-02-11 13:21:49 -05:00
Andrew Fong
9bb3f8de05 fix: Ellipsis in loading state (#1149) 2025-02-11 09:39:40 -05:00
Max Novich
cfd3ee8fd9 feat: goose windows (#880)
Co-authored-by: Ryan Versaw <ryan@versaw.com>
2025-02-10 15:05:13 -08:00
Yuta Hinokuma
18524c1214 fix: Fixed a problem with IME's(i.e. Japanese IME input) Enter to Co… (#1165) 2025-02-10 11:48:02 -08:00
Nahiyan Khan
54618e7298 fix: reload crashes the app (#1020) 2025-02-10 14:08:21 -05:00
Yingjie He
76f8034a5c feat: update gemini models (#1135) 2025-02-07 09:35:51 -08:00
Nahiyan Khan
b3978c7a5e styles: tweaks to tool call UI (#812) 2025-02-06 14:42:34 -05:00
Michael Neale
ec0e87f0c5 simple prompt addition to have goose reflect on start (#1059) 2025-02-06 14:51:16 +11:00