Skip to content

chore: lower min VS Code to 1.105, remove chat sidebar, harden deeplink params#975

Open
EhabY wants to merge 1 commit into
mainfrom
chore/cursor-compat-and-chat-removal
Open

chore: lower min VS Code to 1.105, remove chat sidebar, harden deeplink params#975
EhabY wants to merge 1 commit into
mainfrom
chore/cursor-compat-and-chat-removal

Conversation

@EhabY
Copy link
Copy Markdown
Collaborator

@EhabY EhabY commented May 22, 2026

  • Lower minimum VS Code to 1.105 (was 1.106) so the latest Cursor stable, which reports VS Code 1.105.1 to extensions, can install us again. engines.vscode is now ^1.105.0, @types/vscode is 1.105.0, and the CI integration matrix is pinned at 1.105.0.
  • 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, the @repo/chat iframe shim package, and the ChatApi IPC contract.
  • Add regression tests in test/unit/uri/uriHandler.test.ts pinning the permissive deeplink contract: older servers still emitting chatId and newer servers emitting unknown params both keep working with no error modal.

Closes #974

@EhabY EhabY self-assigned this May 22, 2026
@EhabY EhabY force-pushed the chore/cursor-compat-and-chat-removal branch from 67bad03 to 4231c3e Compare May 22, 2026 18:02
…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
@EhabY EhabY force-pushed the chore/cursor-compat-and-chat-removal branch from 4231c3e to 9797ef2 Compare May 22, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lower minimum VS Code to 1.105, remove Coder Chat sidebar, harden deeplink params

2 participants