Commit Graph

652 Commits

Author SHA1 Message Date
John Landa e86c7ddb19 Add PKCE support for Tetrate Agent Router Service (#4165)
Signed-off-by: John Landa <jonathanlanda@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-08-21 16:04:09 +10:00
Spence 134ae8b9c5 Enhanced onboarding page visual design (#4156)
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-08-20 16:29:10 -04:00
Jack Amadeo 868316a5a7 Don't show a confirm dialog for quitting (#4225) 2025-08-20 11:58:05 -04:00
Abhijay Jain 80ce4541e1 feat: add remark-breaks plugin to preserve single newlines in markdown (#4217)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2025-08-20 10:04:58 -04:00
Jack Amadeo 240084c50f Remove dead code and old settings migration (#4180) 2025-08-19 21:11:06 -04:00
Zane 62121c6823 removed tests from lint-staged (#4203) 2025-08-19 15:56:38 -07:00
Douwe Osinga 942ef5b0a3 Custom providers update (#4099)
Co-authored-by: developerayo <shodipovi@gmail.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-08-19 15:03:10 -07:00
Amed Rodriguez 4f4e8ace33 Desktop alerts when suspicious unicode characters found in Recipe (#4080) 2025-08-19 14:05:46 -07:00
Jack Amadeo 33bf5a44ed chore: remove the google drive built-in extension (#4187) 2025-08-19 17:04:30 -04:00
Douwe Osinga 70f0173f9d Move out app init (#4185)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-19 16:39:46 -04:00
Zane 93949bb7f8 Added tests for extensions functionality (#3794) 2025-08-19 09:52:51 -07:00
Alex Hancock 2bc297c763 chore(release): release version 1.5.0 (#4169) 2025-08-19 12:44:22 -04:00
Zane 867752a71e Fix tests from upstream changes and add testing to lint staged and ci (#4127) 2025-08-19 09:09:34 -07:00
Bright Zheng e5075ea180 feat(ui): Implement in-place message editing with re-response (#3798)
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-08-19 08:22:57 -07:00
Zane a14f087d20 upgraded all npm packages and fixed related issues (#4072) 2025-08-18 15:12:44 -07:00
Alex Hancock 112ad20aeb fix: consistent font sizing in ToolCallWithResponse (#4167) 2025-08-18 15:15:58 -04:00
Jarrod Sibbison 43211803a9 Recipe config to limit tool availability (#4020) 2025-08-18 01:14:23 -05:00
Wendy Tang b23559640a chore: remove vector search tool selection strategy (#3933)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-08-18 13:56:27 +10:00
Alex Hancock 285e110836 chore(release): release version 1.4.0 (#4069)
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-08-15 11:29:40 -04:00
Zane f2e81a3d1c E2E tests working again (#4103) 2025-08-15 07:08:51 -07:00
Zane 63b67bcbbf fix not being able to add spaces to activity message area (#4055) 2025-08-14 16:28:31 -07:00
Zane f609f27db0 remove and cleanup unused code (#4074) 2025-08-14 16:27:53 -07:00
Parsa Rahimi d9b0e7f4c6 fix: update dictation settings handling and improve user feedback (#4093)
Signed-off-by: Parsa Rahimi <mail@parsuli.net>
2025-08-14 13:17:06 -07:00
Parsa Rahimi 28b106a039 chore: add info tooltip to share session button (#4038)
Signed-off-by: Parsa Rahimi <mail@parsuli.net>
2025-08-14 14:53:24 -04:00
Douwe Osinga d7e761c529 Reroute routes (#4088)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-14 14:23:02 -04:00
Zane 68dd3281f8 Load recipe deeplinks in single window when app is closed (#4048) 2025-08-13 14:52:33 -07:00
Zane 84d0ca111d cleanup memory in chat (#4073) 2025-08-13 13:56:07 -07:00
Zane a7f158ee11 speed up loading extensions by loading in parallel (#4054)
thx verified locally should be gtg 👍
2025-08-13 10:30:12 -07:00
Jason Cochard 6583480dc8 fix(build): feed electronforge the icon explicitly for linux (#4045)
Signed-off-by: Jason Cochard <cochard@protonmail.com>
2025-08-13 11:45:57 -04:00
Parsa Rahimi c5e6916430 fix: delete dialog layout (#4037)
Signed-off-by: Parsa Rahimi <mail@parsuli.net>
2025-08-13 13:06:16 +10:00
Douwe Osinga 4ac530a2ea Better provider logging (#4052)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-12 18:05:09 -04:00
David Katz dab1415fdd Move summarize button inside of context view (#4015) 2025-08-12 11:36:29 -04:00
Jason Cochard d6341e9492 fix: enable 'goose://' handler for debian systems (#3952)
Signed-off-by: Jason Cochard <cochard@protonmail.com>
2025-08-12 13:29:21 +10:00
Alex Hancock 46cc89d980 chore(release): release version 1.3.0 (#3921)
Co-authored-by: David Katz <dkatz@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Jack Amadeo <jackamadeo@block.xyz>
2025-08-11 11:44:26 -04:00
Rizel Scarlett 45e0ec226b Adding better deeplink support for streamable-http (#3986)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2025-08-09 15:56:43 -04:00
Zane 48c1ec8afd remove fallback routing to hub/home for unknown routes (#3954) 2025-08-08 10:37:09 -07:00
Michael Neale e124bb084f feat: first time automated ollama install experience and openrouter (#3881)
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-08-08 11:41:53 +10:00
Zane 9b7593d8cc Fix dark mode rendering of config form and centered providers grid for wider screens. (#3837) 2025-08-07 11:28:55 -04:00
Zane d3b76df676 fix: extension list not refreshing after installing from deeplink (#3878) 2025-08-07 11:28:48 -04:00
Lifei Zhou 67e63624ab fixed recipe schedule jobs (#3880) 2025-08-07 11:18:39 +10:00
Andrew Harvard a646c7a0f5 Upgrade to MCP-UI ~5.6.2 and handle internalized auto iframe resizing (#3889) 2025-08-06 16:27:11 -04:00
Douwe Osinga 1bd4298e69 Make the window title reflect what we are doing (#3883)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-06 18:39:17 +02:00
Anthony Langhorne a5371af4c1 feat: Add session description editing functionality (#3819)
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-08-06 08:59:33 -07:00
Joshua Swigut 580b451e44 Fix voice dictation provider selection bug (#3862) 2025-08-06 17:37:41 +02:00
Adam Tarantino c2f08557af feat: add OAuth provider abstraction for CLI configuration (#3157)
Signed-off-by: Adam Tarantino <tarantino.adam@gmail.com>
2025-08-06 17:04:49 +02:00
Jack Amadeo 6b93260fd0 Use RMCP for StreamableHTTP OAuth support (#3845) 2025-08-06 09:02:38 -04:00
Douwe Osinga 46e883db6e Cmd click open finder (#3807)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-08-06 10:46:27 +02:00
Zane c5fd3b708a fix: recipe parameter form max height and not scrolling (#3879) 2025-08-06 10:43:27 +02:00
Zane c4c6b98d86 Changed app settings configuration form to match settings panels (#3829) 2025-08-05 09:14:37 -07:00
Douwe Osinga 861bd0a71d Tell the user to hit compact (#3851)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-05 18:12:16 +02:00