Commit Graph

1906 Commits

Author SHA1 Message Date
Joshua Swigut 580b451e44 Fix voice dictation provider selection bug (#3862) 2025-08-06 17:37:41 +02:00
Mark Van de Vyver 8679b6b9b5 doc: Update supported container runtimes (#3874) 2025-08-06 17:07:17 +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 90ef14979d Don't ignore lockfiles on linux/windows builds (#3859) 2025-08-06 17:03:21 +02:00
Jack Amadeo 6b93260fd0 Use RMCP for StreamableHTTP OAuth support (#3845) 2025-08-06 09:02:38 -04:00
Jack Amadeo ee450254b6 Try to keep key order for Databricks (#3876)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-08-06 09:02:10 -04:00
Rahul Zhade 7f877960d3 Fix OpenAI Provider with GitHub Models (#3875)
Signed-off-by: Rahul Zhade <rzhade3@users.noreply.github.com>
2025-08-06 11:45:08 +02: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
Michael Neale 8f54fa84a5 fix: optimise reading large file content (#3767) 2025-08-06 09:38:52 +10:00
Bradley Axen 44526de207 fix: replace glob/grep tool with shell (#3834) 2025-08-05 14:56:49 -07:00
Ebony Louis 747b959c77 docs: Add Youtube Link to dev.to tutorial (#3869) 2025-08-05 16:54:58 -04: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
Jack Amadeo 0220880ea1 Pin @mcp-ui/client in package.json (#3860) 2025-08-05 11:24:45 -04:00
damienrj 1bf3ea40d3 blog for mcp-jupyter server (#3059)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
Co-authored-by: Dean Wyatte <2512762+dwyatte@users.noreply.github.com>
Co-authored-by: Dean Wyatte <dwyatte@squareup.com>
2025-08-05 09:03:09 -06:00
Ebony Louis c42c2ab6cd docs: Adding dev.to Tutorial & Update CLI Component (#3828)
Signed-off-by: Ebony Louis <ebony774@gmail.com>
2025-08-05 10:41:31 -04:00
Jack Amadeo 7174fc74c3 Detect client disconnects and cancel tool calls (#3782) 2025-08-05 11:48:15 +02:00
Douwe Osinga bef7622123 Suppress ansi with pipes (#3775)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-05 11:37:02 +02:00
David Katz 97e508b3a1 Fix leaky env variable causing flaky test (#3761) 2025-08-05 10:45:04 +02:00
Douwe Osinga 66f8ef123b Update gemini error msg (#3847)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-05 10:40:21 +02:00
Douwe Osinga 918faddf03 Generic retry and error parsing (#3558)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-08-05 10:37:04 +02:00
Douwe Osinga 33f57da4c9 Clear the current line on ctrl-c in line with other tools (#3764)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-05 10:13:22 +02:00
Michael Neale c6848efc26 chore: upgrade morph to use new model with instruction (#3745) 2025-08-05 14:43:19 +10:00
dianed-square 2f313646e8 add CODEOWNERS file with /documentation owners (#3840) 2025-08-04 19:42:10 -07:00
David Katz 63f4374820 Token counting in Auto-compact uses provider metadata (#3788) 2025-08-04 15:45:23 -04:00
Ebony Louis 7b044d93a2 docs: Add YouTube link to Git MCP Tutorial (#3831)
Signed-off-by: Ebony Louis <ebony774@gmail.com>
2025-08-04 13:26:29 -04:00
Alex Hancock 3f567efd9e feat: more robust client initialization for the app (#3830) 2025-08-04 12:56:47 -04:00
Jack Amadeo 162011fccb Build app bundles on release branches always (#3789) 2025-08-04 12:14:12 -04:00
Jack Amadeo f7de3596cf fix param order of debug_conversation_fixer (#3796) 2025-08-04 12:13:50 -04:00
Zane 7a364de187 Fix directory switcher not working in active chat sessions and file browser not defaulting to current session directory path (#3791) 2025-08-04 08:46:53 -07:00
Douwe Osinga 092ece780c File completion in CLI (#3822)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2025-08-04 17:42:49 +02:00
Rizel Scarlett 562dea3f23 docs: Dynamic linux install buttons (#3810) 2025-08-03 19:17:46 -04:00
Colin Walters 5d24432c83 tests: Add missing #[serial] to two tests (#3816)
Signed-off-by: Colin Walters <walters@verbum.org>
2025-08-03 16:29:12 +02:00
Lifei Zhou 48a38dc034 Chore: apply more clippy rules to prevent from code complexity (#3813) 2025-08-03 20:03:08 +10:00
Colin Walters 412ceb8128 chore(mcp): Add helpers to parse parameters (#2821)
Signed-off-by: Colin Walters <walters@verbum.org>
2025-08-03 10:51:36 +02:00
Robert Mcgregor da8f64b370 feat: enable docusaurus respectPrefersColorScheme (#3746) 2025-08-03 10:22:44 +02:00
Zane 9d5f58a0f3 fix session resume in new window (#3800) 2025-08-03 10:21:24 +02:00
Rizel Scarlett c850ac20f4 Add settings field documentation to recipe guides (#3809) 2025-08-03 00:12:10 -04:00
dependabot[bot] f775cd9a47 chore(deps): bump on-headers and compression in /documentation (#3532)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-02 21:17:07 -04:00
Shodipo Ayomide e433643b6d fix(ui): refresh provider related issues (#3385) 2025-08-03 01:07:31 +02:00
Alfonso de la Guarda Reyes 84704d1e3a feat: Add comprehensive Linux build support (#3673) 2025-08-03 00:40:42 +02:00
Colin Walters 43e85c4304 developer: Optimize text_editor_view a bit (#3781)
Signed-off-by: Colin Walters <walters@verbum.org>
2025-08-02 19:36:37 +02:00
Angela Ning d93063b686 Override session name generator for ollama provider (#3710) 2025-08-02 19:36:21 +02:00
Daniel Dides 9cd07b88c9 docs: fix markdown for cognee tutorial (#3801) 2025-08-02 12:56:30 +02:00
Jack Amadeo ba02ed906e chore: Upgrade node (#3756)
Co-authored-by: Zane Staggs <zane@squareup.com>
2025-08-01 22:15:05 -04:00
dianed-square 7e7b19db9e docs: update custom extension project setup (#3793) 2025-08-01 18:42:04 -04:00
Jack Amadeo 6b3018b77a Swap MCP client implementations to rmcp (#3634) 2025-08-01 17:14:41 -04:00
Jack Amadeo 7b67007a54 Use PR number for concurrency group (#3790) 2025-08-01 15:36:40 -04:00
Max Novich 3b6a92b715 Mnovich/otlp v2 (#3772) 2025-08-01 12:15:12 -07:00