Commit Graph

978 Commits

Author SHA1 Message Date
Ariel Ahdoot 9b86d96daf Fix: Update session name in UI in real-time (#6533) 2026-01-16 14:07:53 -06:00
Zane 080a0e04ba added optional request params and context limit from GOOSE_PREDEFINED_MODELS (#6489) 2026-01-16 08:12:14 -10:00
Alex Hancock 351e99b82d chore: sync package-lock.json (#6543) 2026-01-16 12:54:48 -05:00
github-actions[bot] f5753759bb Release 1.20.0
Auto-merged release PR after tag v1.20.0 was pushed
2026-01-16 15:57:28 +00:00
Douwe Osinga 7c62f50c41 Standalone mcp apps (#6458)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-16 08:59:04 -05:00
Jack Amadeo b1a53f3456 don't add escaping to the command field (#6519) 2026-01-15 15:50:09 -05:00
Zane 828e863723 Fix popular topics not starting chat when clicked (#6508) 2026-01-15 07:58:18 -08:00
Yelsin Sepulveda 5e815e2a3e fix[desktop]: deeplink ui repeat on refresh (#6469)
Signed-off-by: Yelsin Sepulveda <yelsinsepulveda@gmail.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
2026-01-15 07:39:02 -08:00
Andrew Harvard 06dcb091e2 fix: correctly parse extension name from tool call for MCP apps (#6482) 2026-01-15 08:26:49 -05:00
BestCodes 20b8cbd41b feat: add flatpak support for linux (#6387)
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com>
2026-01-14 13:21:54 -05:00
dependabot[bot] 1d4e4b1281 chore(deps): bump hono from 4.11.3 to 4.11.4 in /ui/desktop (#6485)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 19:20:34 -05:00
Andrew Harvard 1a2bc4807a feat(ui): support prefersBorder option for MCP Apps (#6465) 2026-01-13 12:17:10 -05:00
Andrew Harvard f3157087e0 Use Intl.NumberFormat for token formatting in SessionsInsights (#6466) 2026-01-13 10:06:51 -05:00
Andrew Harvard 5c506a8158 feat(ui): format large and small token counts for readability (#6449) 2026-01-13 09:13:10 -05:00
Adrian Cole 8880192071 docs: remove SSE transport and rename to Streamable HTTP (#6319)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2026-01-12 13:42:48 -08:00
Abhijay Jain 9376796cf0 refactor: include hidden dotfiles folders in file picker search (#6315)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-01-12 14:56:30 -05:00
Zane 5bc0b8c51b upgraded safe npm packages (#6450) 2026-01-12 11:47:10 -08:00
dependabot[bot] 72ba96b36c chore(deps): bump react-router and react-router-dom in /ui/desktop (#6408)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 14:17:02 -05:00
dependabot[bot] d1941eaadb chore(deps-dev): bump @modelcontextprotocol/sdk from 1.24.0 to 1.25.2 in /ui/desktop (#6375)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 14:15:53 -05:00
Abhijay Jain 115bbd5491 fix: inconsistent API url requirement between desktop and CLI versions (#6419)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-01-12 14:15:33 -05:00
Zane eb5577a4a8 fix deeplink recipe launch cold start (#6210) 2026-01-12 11:00:50 -08:00
Douwe Osinga d70cfd7a57 Spell check setting (#6446)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-12 13:05:33 -05:00
Douwe Osinga 5a460fd3b1 File bug directly (#6413)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 12:13:01 -05:00
Yelsin Sepulveda 19d3ead108 fix[desktop]: Improve UX for ExtensionItem component (#6443)
Signed-off-by: Yelsin Sepulveda <yelsinsepulveda@gmail.com>
2026-01-12 23:07:43 +11:00
Rizel Scarlett 40747ebac9 Restore task completion notification (#6427) 2026-01-09 18:44:31 -05:00
Andrew Harvard 070b2ee85c Add frameDomains and baseUriDomains CSP support for MCP Apps (#6399) 2026-01-09 09:11:58 -05:00
Michael Neale f7e190b193 feat: http proxy support
thanks from shanto12 (PR#6349 which has original code)
2026-01-09 14:39:58 +11:00
Zane 9a01fcb740 Add support for changing working dir and extensions in same window/session (#6057) 2026-01-08 16:48:15 -08:00
Douwe Osinga d97b6a52e8 Fixed fonts (#6389)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-08 08:42:43 -05:00
dorien-koelemeijer 3d415fc1ea Update confidence levels prompt injection detection to reduce false positive rates (#6390)
Signed-off-by: Dorien Koelemeijer <dkoelemeijer@squareup.com>
2026-01-08 15:51:53 +10:00
dorien-koelemeijer 9dc548ee2f Add ML-based prompt injection detection (#5623) 2026-01-08 11:55:59 +10:00
Lifei Zhou 42271650eb changed z-index to make sure the search highlighter does not appear on modal overlay (#6386) 2026-01-08 10:01:23 +11:00
Andrew Harvard 5e116e3cbc fix: prevent duplicate rendering when tool returns both mcp-ui and mcp-apps resources (#6378) 2026-01-07 16:03:19 -05:00
Andrew Harvard 847cabb964 fix: update MCP Apps _meta.ui.resourceUri to use nested format (SEP-1865) (#6372) 2026-01-07 14:53:22 -05:00
Andrew Harvard dbfc9c8958 fix: prevent infinite loop of tool-input notifications in MCP Apps (#6374) 2026-01-07 12:02:14 -05:00
Abhijay Jain 76bf1d049f fix: Show platform-specific keyboard shortcuts in UI (#6323)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-01-07 21:31:47 +05:30
Michael Neale 7d751b3196 fix: we load extensions when agent starts so don't do it up front (#6350) 2026-01-07 17:03:51 +11:00
github-actions[bot] 635131d7bf Release 1.19.0
Auto-merged release PR after tag v1.19.0 was pushed
2026-01-06 20:32:50 +00:00
Alex Hancock 6f9eafb53b chore: upgrade to node v24 as engine (#6361) 2026-01-06 15:09:20 -05:00
Zane 7be90cdacc Hide advanced recipe options under expandable content (#6021) 2026-01-06 11:04:54 -08:00
Abhijay Jain a4fd6f3beb fix: prevent KaTeX from treating underscores as subscripts in plain text (#6242)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-01-07 00:02:06 +05:30
Abhijay Jain 1d63739b69 fix : preserve provider engine type when editing custom providers (#6106)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-01-06 22:54:40 +05:30
Abhijay Jain ebae5d870f refactor: when changing provider/model,load existing provider/model (#6334)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
2026-01-06 10:43:01 +05:30
dependabot[bot] 59088e033e chore(deps): bump qs from 6.14.0 to 6.14.1 in /ui/desktop (#6317)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-05 13:50:07 -05:00
github-actions[bot] cabbda3dbc Release 1.18.0
Auto-merged release PR after tag v1.18.0 was pushed
2026-01-05 18:28:22 +00:00
Zane edcd011543 Add recipe download and copy yaml (#6201) 2026-01-05 09:55:50 -08:00
Zane 901cac9441 Add more logging and analytics to updater processes (#6208) 2026-01-05 09:35:05 -08:00
Douwe Osinga 85aee9c5b7 MCP Apps Plumbing (#6286)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-01-05 10:34:52 -05:00
Michael Neale 5027164e35 fix: Update tetrate signup step (#6324) 2026-01-05 12:27:55 +08:00
kdunn926 dd03d2aa95 fix: handle toolnames without underscores (#6318)
Signed-off-by: Kyle Dunn <kdunn926@gmail.com>
2026-01-02 12:22:18 +11:00