chore: lower min VS Code to 1.105, remove chat sidebar, harden deeplink params#975
Open
EhabY wants to merge 1 commit into
Open
chore: lower min VS Code to 1.105, remove chat sidebar, harden deeplink params#975EhabY wants to merge 1 commit into
EhabY wants to merge 1 commit into
Conversation
67bad03 to
4231c3e
Compare
…nk params - engines.vscode -> ^1.105.0, @types/vscode -> 1.105.0, CI integration matrix pinned at 1.105.1 so the latest Cursor stable can install again. - Remove the Coder Chat (Experimental) secondary sidebar and every supporting piece: webview provider, agents experiment fetch, coder.agentsEnabled context, chatId deeplink handoff, pendingChatId memento helpers, @repo/chat iframe shim package, ChatApi IPC contract. - Add regression tests pinning the permissive deeplink contract so older Coder servers still emitting chatId and newer servers emitting unknown params both keep working. Closes #974
4231c3e to
9797ef2
Compare
ibetitsmike
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
engines.vscodeis now^1.105.0,@types/vscodeis1.105.0, and the CI integration matrix is pinned at1.105.0.agentsexperiment fetch,coder.agentsEnabledcontext,chatIddeeplink handoff,pendingChatIdmemento helpers, the@repo/chatiframe shim package, and theChatApiIPC contract.test/unit/uri/uriHandler.test.tspinning the permissive deeplink contract: older servers still emittingchatIdand newer servers emitting unknown params both keep working with no error modal.Closes #974