Commit Graph

579 Commits

Author SHA1 Message Date
Alex Hancock
fb05929ca5 feat: copy message content (#1511)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
2025-03-04 17:20:39 -05:00
Wendy Tang
e30f50a92e feat: add mode completion (#1506) 2025-03-04 13:56:09 -08:00
Kalvin C
389e8059f4 docs: add tip for gdrive environment variables (#1502) 2025-03-04 15:51:43 -06:00
Angie Jones
348c76e90e docs: remove limitation about mac intel (#1510) 2025-03-04 15:24:27 -06:00
Ebony Louis
b6f82c3d60 docs: Update CLI Commands Guide (#1476) 2025-03-04 15:44:24 -05:00
Ebony Louis
12ef3e3dec docs: Add Puppeteer MCP Tutorial Video To Guide (#1477) 2025-03-04 20:44:06 +00:00
Kalvin C
1c2332cc68 chore(release): release version 1.0.12 (#1509) 2025-03-04 11:29:07 -08:00
Alex Hancock
7b767abfe6 Revert "feat: copy messages on hoverable icon (#1492)" (#1508) 2025-03-04 11:08:01 -08:00
Yingjie He
48838c91c4 docs: update the goose mode for desktop and smart approve (#1503)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2025-03-04 11:05:23 -08:00
Salman Mohammed
f26808b7ee feat: load global prompts at startup, add minijinja crate (#1467) 2025-03-04 13:44:37 -05:00
Alex Hancock
3c1b4f627d feat: copy messages on hoverable icon (#1492) 2025-03-04 13:20:17 -05:00
Kalvin C
263b34985a chore: include Cargo.lock in just release version (#1487) 2025-03-04 09:36:12 -08:00
Lily Delalande
689890d577 ui: introduce form injection for provider modals (#1493) 2025-03-04 12:33:28 -05:00
Kalvin C
5f98a111c3 ci: have release depend on bundle-desktop-intel so zip is ready (#1495) 2025-03-04 08:52:47 -08: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
Kalvin C
d045c9900f ci: use npm run bundle:intel in intel workflow (#1488) 2025-03-03 17:38:42 -08:00
Kalvin C
4ea5933e97 chore(release): release version 1.0.11 (#1486) 2025-03-03 16:20:24 -08: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
Michael Neale
426da76cd3 building intel mac app (#878)
Co-authored-by: Max Novich <mnovich@squareup.com>
2025-03-03 13:12:14 -08:00
Alex Hancock
b96fed55ea fix: remove MCP extension install debug shortcut - fixes #1433 (#1475) 2025-03-03 15:39:46 -05:00
Kalvin C
ac81472fd7 chore: log errors to debug, not all extensions support prompts (#1472) 2025-03-03 11:00:29 -08: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
Angie Jones
d1a365789e docs: Use Installer Link (#1461) 2025-03-03 10:00:28 -06: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
Paul Walker
469228dee2 feat: implement global command history storage (#1440) 2025-02-28 21:36:09 +01:00
Matthew Diamant
36726cfb80 feat(desktop-ui): Command/ctrl + comma goes to Settings view (#1439) 2025-02-28 21:35:10 +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
Paul Walker
e8212c4005 feat(cli): Improve default behavior when no command is provided (#1438) 2025-02-28 14:24:14 -05: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
Alex Hancock
314f567f95 feat: extensions install link generator (#1444) 2025-02-28 12:16:04 -05:00
Alex Hancock
5451bd1f5c feat: Add tutorial built-in extension for app (#1381) 2025-02-28 10:47:23 -05:00
Si Zengyu
7d5d8b400b fix(provider): update url path handling for azure provider (#1443)
Co-authored-by: Zengyu <sizengyu@spgroup.com.sg>
2025-02-28 10:23:39 -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