Commit Graph

63 Commits

Author SHA1 Message Date
Alice Hau
3ad908eacd feat: add optional view_range to text editor tool and text editor insert tool (#3093)
Co-authored-by: Alice Hau <ahau@squareup.com>
2025-06-27 14:45:41 -04:00
Zane
ee0ae10682 Fix clippy + test errors (#3120) 2025-06-27 10:43:56 -07:00
Dhanji R. Prasanna
f5ab33cfeb you forgot the important ones! (#3105) 2025-06-27 15:49:46 +10:00
Max Novich
16fdc2c965 fix powershell executions (#3006) 2025-06-19 15:28:43 -07:00
Michael Neale
2a4a0e1b84 feat: optional fast edit models (#2580)
Co-authored-by: Eitan Borgnia <eborgnia2@gmail.com>
2025-06-18 15:12:36 +10:00
Michael Neale
21ea7524f6 fix: remove computer controller presentation (#2956) 2025-06-17 16:28:39 -07:00
Zaki Ali
f2a1548aec feat: add newline at end of file writes (#2221) 2025-06-16 14:37:20 -07:00
Jack Amadeo
1d557161d0 fix: Don't break from consuming subprocess output in shell tool until both streams are done (#2771)
Co-authored-by: Max Novich <maksymstepanenko1990@gmail.com>
2025-06-05 11:20:11 +10:00
Raduan Al-Shedivat
d1dc6c3ff0 mcp(developer): add fallback on .gitignore if no .gooseignore is present (#2661) 2025-06-03 15:12:40 -05:00
Jack Amadeo
03e5549b54 feat: Handle MCP server notification messages (#2613)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-05-30 11:50:14 -04:00
Michael Neale
153b84263e fix: set permissions for quickscript (#2691) 2025-05-28 15:08:46 +10:00
Shea Craig
d8d78396e0 Shea/gdrive labels (#2537)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com>
2025-05-23 09:23:32 -07:00
Yingjie He
b52af12910 chore(release): release version 1.0.24 (#2552) 2025-05-15 14:41:28 -07:00
Yingjie He
76cb77ebbb fix: use the pre-fetched mime type (#2417) 2025-05-01 14:42:13 -07:00
Yingjie He
3d4181fb38 feat: combine create and reply comment tools (#2388) 2025-04-30 14:28:03 -07:00
Yingjie He
b5273c71f4 feat: reduce the # of gdrive tools (#2346) 2025-04-25 10:47:43 -07:00
Shea Craig
f850db1847 Update gdrive instructions to be comprehensive (#2265) 2025-04-18 10:23:14 -07:00
Shea Craig
ec53e39347 Shea/gdrive perms (#2229) 2025-04-16 14:00:45 -07:00
Kalvin C
64d17e5205 feat: add support for full url extraction for google_drive (#2121) 2025-04-09 18:11:31 -07:00
Michael Neale
2c483a8146 google docs api (#2097) 2025-04-09 12:30:19 +10:00
Kalvin C
319f2301f3 feat: add google_drive uri verification, and example instructions (#2088) 2025-04-08 11:30:12 -07:00
Yingjie He
544751908d feat: update the google drive update file tool description (#2013) 2025-04-04 13:39:56 -07:00
Yingjie He
4c76124b4e fix: handle the case sensitive in mac screenshot name (#2021) 2025-04-03 09:20:38 -04:00
Max Novich
f5f2bc122c fix developer mcp for windows (#1966) 2025-04-01 08:54:10 -07:00
Yingjie He
680523297b feat: add tool annotations for build-in tools (#1939) 2025-03-31 16:46:55 -07:00
Michael Neale
40d3371910 fix: better search options now, this crowds prompt (#1895) 2025-03-28 11:29:16 +11:00
Shea Craig
75a1d3df8d feat(google_drive): More comments, replies, folders, shortcuts, file moves (#1751) 2025-03-21 12:12:35 -07:00
Michael Neale
cee069da58 feat: can read and write to google sheets now (#1784) 2025-03-21 08:05:05 +11:00
Shea Craig
a2ce2b7460 feat(google_drive): comment read (#1732) 2025-03-18 10:48:49 -07:00
Kalvin C
ca8b38470b feat(google_drive): add image resizing logic from developer, and use Content::Image (#1735) 2025-03-18 08:32:27 -07:00
Kalvin C
952e0d22c0 feat(google_drive): set read/write scope on all commands to use the same token (#1707) 2025-03-17 12:32:49 -07:00
Kalvin C
7f445b1d6b feat(google_drive): use oauth2 crate for PKCE support, make token storage generic over Serializable (#1645) 2025-03-14 17:38:22 -07:00
Shea Craig
8bda119d80 feat: google_drive write tools and read comment tool (#1650) 2025-03-14 12:04:33 -07:00
Wendy Tang
d84b28fae3 Revert "feat: handling larger more complex PDF docs (and fix) (#1663)" (#1675) 2025-03-13 15:08:37 -07:00
Michael Neale
4c31832384 feat: handling larger more complex PDF docs (and fix) (#1663) 2025-03-13 12:37:09 -07:00
Wendy Tang
68b3b3f9cc fix: trigger words for memory (#1654) 2025-03-12 16:51:18 -07:00
Kalvin C
22c8b32c78 feat(google_drive): move credentials into keychain, add optional fallback (#1603) 2025-03-12 09:28:45 -07:00
Michael Neale
bdb90a56ba feat: google sheets support (in google drive builtin MCP server) (#1601) 2025-03-12 08:59:49 -07:00
Zaki Ali
ee5ef8c5e6 fix: handle mac screenshots with the image tool (#1622) 2025-03-11 14:07:15 -07:00
Michael Neale
602300c61f feat: work with docs/xls and simple html (#1526) 2025-03-10 10:29:00 +11:00
Kalvin C
c292429cb0 chore: remove logging of oauth config, just log where we output (#1573) 2025-03-07 10:57:14 -08:00
Zaki Ali
6cb6e1d918 feat: add image tool to developer mcp (#1515) 2025-03-06 16:16:57 -08:00
Michael Neale
e03e3c6037 feat: goose to read PDFs (#1522) 2025-03-05 16:12:18 +11:00
Kalvin C
d0ca46983e feat(cli): add mcp prompt support via slash commands (#1323) 2025-02-27 15:47:29 -08:00
Salman Mohammed
5bf05d545e fix: return tool error for invalid param in computer controller (#1430) 2025-02-27 18:18:38 -05:00
ZhenLian
f73ba9f1af feat: Read .gooseignore to Restrict access to files or Directories (#1199) 2025-02-27 08:27:32 -08:00
wanderer
c35ea66dd8 Check that we have wl-copy and paste (#1361) 2025-02-23 19:47:39 -06:00
Kalvin C
e57b766fa2 feat(google_drive): add corpora and pageSize parameter to search tool (#1311) 2025-02-20 10:10:33 -08:00
Max Novich
559bfe67e6 feat: linux computer control (WIP) (#1227) 2025-02-14 13:00:38 -08:00
Bradley Axen
911f9b2033 feat: tutorial extension (#1169)
Co-authored-by: Kalvin Chau <kalvin@squareup.com>
2025-02-13 13:54:06 -05:00