Commit Graph

30 Commits

Author SHA1 Message Date
Yingjie He
79e65ec3de fix: resolve confirmation (#2161) 2025-04-11 13:58:54 -07:00
Zaki Ali
454e4a47f4 UI Recipe/Custom Agents (#2119)
Co-authored-by: Kalvin Chau <kalvin@block.xyz>
2025-04-11 13:28:29 -07:00
Wendy Tang
b030f845ce feat: enable extension from ui (#2117) 2025-04-11 13:06:59 -07:00
Yingjie He
df7f2b8ab9 feat: support tool level permission control in ui (#2133) 2025-04-11 12:19:08 -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
Max Novich
03c06c9bf6 fix windows extensions (#1968) 2025-04-08 10:07:37 -07:00
Kalvin C
101e0acab8 feat: add migration logic from settingsV1 to settingsV2 (#2042) 2025-04-07 12:55:27 -07:00
Kalvin C
a4e7d4ef5c feat: parallelize extension startup and handle errors with toasts (#2045) 2025-04-07 09:22:46 -07:00
Joshua Swigut
aed70f624f (bug-fix: 1984) Update search highlighter to use overlay (#2035) 2025-04-04 13:43:03 -07:00
Alex Hancock
177cdbe0f2 feat: create named feature flag for settings v2 (#1976) 2025-04-01 14:18:03 -04:00
Lily Delalande
e7ad230957 add copy button and make extension builtins any time (#1961) 2025-03-31 21:45:10 -04:00
Alex Hancock
41f3478893 fix: V2 settings carry extensions over during model change (#1944) 2025-03-31 15:05:04 -04:00
Joshua Swigut
326f087637 feat(ui): add search functionality to chat view (#1790)
Co-authored-by: Nahiyan Khan <nahiyan.khan@gmail.com>
2025-03-30 18:54:04 -07:00
Alex Hancock
6bd4f36331 alexhancock/extension-init-cleanup (#1890) 2025-03-27 16:47:38 -04:00
Alex Hancock
9c290c569f chore: Initial pass at cleanup of initializeAgent (#1888) 2025-03-27 15:40:27 -04:00
Max Novich
41ce428a96 fix windows native uvx (#1775) 2025-03-24 09:50:28 -07:00
Michael Neale
20a35c7bad feat: shareable goose bots (#1721) 2025-03-22 22:35:58 +11:00
Alex Hancock
119a7077c2 feat: support deep link extension installs in settings v2 (#1808) 2025-03-21 20:49:20 -04:00
Lily Delalande
6e0a23ef72 remove env vars from bottom menu model setting (#1584) 2025-03-10 10:35:03 -07: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
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
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
Bradley Axen
b268316524 feat: Add extra details to prompt for gui (#1387) 2025-02-27 11:22:10 +01: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
Max Novich
cfd3ee8fd9 feat: goose windows (#880)
Co-authored-by: Ryan Versaw <ryan@versaw.com>
2025-02-10 15:05:13 -08:00
Alice Hau
5f6c85d7bd feat: add azure openai provider (#960) 2025-01-31 09:30:36 -05:00
Michael Neale
928dc3d1b1 fix: load shell automatically from env for GUI (#948) 2025-01-31 11:38:28 +11:00
Bradley Axen
03f87e2b57 chore: Rename non dev to computer controller (#788)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2025-01-26 11:36:59 -06:00
Alex Hancock
4404eaf3ed fix: Do not wait 5s before adding extensions to agent (#785) 2025-01-25 20:22:05 -08:00
Bradley Axen
1c9a7c0b05 feat: V1.0 (#734)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Wendy Tang <wendytang@squareup.com>
Co-authored-by: Jarrod Sibbison <72240382+jsibbison-square@users.noreply.github.com>
Co-authored-by: Alex Hancock <alex.hancock@example.com>
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
Co-authored-by: Wes <141185334+wesrblock@users.noreply.github.com>
Co-authored-by: Max Novich <maksymstepanenko1990@gmail.com>
Co-authored-by: Zaki Ali <zaki@squareup.com>
Co-authored-by: Salman Mohammed <smohammed@squareup.com>
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
Co-authored-by: Alec Thomas <alec@swapoff.org>
Co-authored-by: lily-de <119957291+lily-de@users.noreply.github.com>
Co-authored-by: kalvinnchau <kalvin@block.xyz>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
Co-authored-by: bwrage <bwrage@squareup.com>
Co-authored-by: Kalvin Chau <kalvin@squareup.com>
Co-authored-by: Alice Hau <110418948+ahau-square@users.noreply.github.com>
Co-authored-by: Alistair Gray <ajgray@stripe.com>
Co-authored-by: Nahiyan Khan <nahiyan.khan@gmail.com>
Co-authored-by: Alex Hancock <alexhancock@squareup.com>
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
Co-authored-by: marcelle <1852848+laanak08@users.noreply.github.com>
Co-authored-by: Yingjie He <yingjiehe@block.xyz>
Co-authored-by: Yingjie He <yingjiehe@squareup.com>
Co-authored-by: Lily Delalande <ldelalande@block.xyz>
Co-authored-by: Adewale Abati <acekyd01@gmail.com>
Co-authored-by: Ebony Louis <ebony774@gmail.com>
Co-authored-by: Angie Jones <jones.angie@gmail.com>
Co-authored-by: Ebony Louis <55366651+EbonyLouis@users.noreply.github.com>
2025-01-24 13:04:43 -08:00