remove-legacy-thread-history-view
a5b116c
agent_ui: Remove history view
Bennet Bo Fenner created
a5b116c
agent_ui: Remove history view
Bennet Bo Fenner created
121cac8
context_server: Mirror authorization server grant_types_supported
In MCP OAuth, mirror the authorization server's grant_types_supported in the DCR registration body instead of hardcoding just authorization_code. Logfire's auth server requires both authorization_code and refresh_token in grant_types, and we already uses refresh tokens, so the only issue was not advertising the capability during registration. The DCR body now intersects our supported grant types with what the server advertises, or sends all of ours when the server metadata omits grant_types_supported. Without this change, the Pydantic Logfire MCP auth server refuses our client registration.
Tom Houlé created
38a5e03
context_server: Handle buggy server WWW-Authenticate resource_metadata URLs
When the resource_metadata URL from the WWW-Authenticate header is same-origin but points to a broken endpoint (for example Pydantic Logfire doubles the path component, producing /mcp/mcp), fall back to the RFC 9728 well-known URIs instead of failing outright. The header URL is still tried first per the MCP spec requirement.
Tom Houlé created
cfe4f54
skip redudant excerpts check per match
Smit Barmase created
1039f00
Speed up collab test a bit by doing less repeated work in multi iteration tests
Lukas Wirth created
c1fc9df
Remove redundant use telemetry import from sidebar
Katie Geer created
d95628a
Prevent auto-restart of language servers after stopping single servers
Extend the stop-suppresses-restart mechanism to also work when stopping individual language servers, not just "Stop All Servers". Replace the single language_servers_stopped boolean with two fields: - all_language_servers_stopped: set by Stop All Servers - stopped_language_servers: tracks individually-stopped servers by name When a user stops a specific language server, its name is recorded in the stopped set. The three auto-start paths (buffer registration, server tree refresh, settings-triggered restarts) now skip servers in this set. Restarting a specific server clears it from the stopped set. Restart All Servers clears both the global flag and the per-server set.
Lukas Wirth created
804fb44
Propagate PgDn/PgUp if it wasn't handled by editor
This way these keys can be used for scrolling agent thread when the message is empty or when the cursor is already at the top/bottom of the text
Oleksiy Syvokon created
209ec3e
Stuff
Anthony Eid created
4057b1e
Final clean up
Anthony Eid created
fc90359
address feedback
Kunall Banerjee created
8b943c6
Restrict snapshot edits to a single-edit divergence from buffer
Max Brunsfeld created
8d350f5
Remove plan.md
Richard Feldman created
82b964c
Make clicking on the project header give you a consistent workspace
Mikayla Maki created
8b36d73
fmt
cameron created
18920c1
docs: Clarify Edit Predictions scope, remove redundancy, fix line breaks
morgankrey created
66ec871
Merge remote-tracking branch 'origin/main' into feat/chatgpt-subscription-provider
Agus Zubiaga created
b4cf654
Support code lens in the editor
# Conflicts: # crates/editor/src/editor.rs
Kirill Bulatov created
49c94f3
Merge remote-tracking branch 'origin/main' into oaken-spruce
Richard Feldman created
e06a620
Fix proto ci errors
Anthony Eid created