Commit Graph

48 Commits

Author SHA1 Message Date
Isaac Wismer e854725202 Add a setting for the quit confirmation dialog (#2901) 2025-06-18 11:13:12 -07:00
Zane d9ca16d9e6 Fix window not showing for some users (#2967)
Co-authored-by: Max Novich <mnovich@squareup.com>
2025-06-17 12:46:10 -07:00
Zane 6324c26873 fix updater download text (#2919) 2025-06-13 16:53:02 -07:00
Zane 92b3735953 Enable updater and remove unzipping and installing update text (#2918) 2025-06-13 16:15:20 -07:00
Zane 6d954bcbf4 Change updater to use platform agnostic and secure zip library (#2913) 2025-06-13 13:36:36 -07:00
Zane e7d38c6023 Disable updater until we can debug more in release (#2908) 2025-06-13 12:20:10 -07:00
jack 37812fc76a feat(desktop): Add auto-update functionality to Goose desktop app (#2852)
Co-authored-by: jack <jack@deck.local>
Co-authored-by: Bradley Axen <baxen@squareup.com>
2025-06-12 11:25:44 -07:00
Alex Hancock a89fa18502 alexhancock/remove-settings-v1 (#2744)
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-06-02 14:04:57 -04:00
Zane 0c042010ff Fix remaining typescript errors (#2741) 2025-05-30 12:06:49 -07:00
Oliver 4ff5ed462a fix: menu bar and dock icon settings (#2490)
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-05-29 12:29:21 -07:00
Max Novich feb7b15c76 Add screenshot paste support (#2679) 2025-05-28 11:11:22 -07:00
Lifei Zhou 3d808d99ef fix: Automatically added the prompt after the app is initialised with recipe instructions (#2631)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-05-23 13:29:20 +10:00
Zane 7027de6238 Move token limits to backend (#2484) 2025-05-12 16:52:46 -04:00
Zane 9417e54593 Add search to sessions list (#2439) 2025-05-06 16:34:11 -07:00
Zane 6c0f8d648f Global/local chat history store in localstorage (#2428) 2025-05-05 09:05:05 -07:00
Kalvin C 1f70c34315 revert: add enabled extensions to agent sequentially not in parallel (#2285) 2025-04-21 11:36:36 -07:00
Bradley Axen cfb0eab9cf fix: use env keys (#2258)
Co-authored-by: Zaki Ali <zaki@squareup.com>
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
2025-04-18 14:01:46 -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
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