Skip to content

Final release cleanup: remove CLI banner & Generate Rule, explicit onboarding/config models, deprecation link#12634

Merged
sestinj merged 2 commits into
mainfrom
final-release-ui-cleanup
Jun 15, 2026
Merged

Final release cleanup: remove CLI banner & Generate Rule, explicit onboarding/config models, deprecation link#12634
sestinj merged 2 commits into
mainfrom
final-release-ui-cleanup

Conversation

@sestinj

@sestinj sestinj commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Part of the final release of the Continue VS Code extension. This removes deprecated UI/features and converts onboarding/config off Hub uses: slugs to explicit model definitions:

  • Remove the CLI-install banner (CliInstallBanner component + test) and its hasDismissedCliInstallBanner localStorage key.
  • Remove the "Generate Rule" feature: the ResponseActions button, the GenerateRuleDialog directory, the continue.generateRule VS Code command + menu entry, and the generateRule protocol message.
  • Convert onboarding (core/config/onboarding.ts) and the new-assistant template (core/config/createNewAssistantFile.ts) off Hub uses: slugs to explicit model definitions (and drop the mcpServers section from the new-config template).
  • Update the deprecation banner export link to https://continue.dev/export.
  • Bump the VS Code extension version to 1.3.40.

Test plan

Local equivalents of CI (Node 20.20.1) all pass:

  • gui: npm run build (tsc + vite)
  • gui: eslint on changed files
  • core: npx tsc --noEmit -p .
  • extensions/vscode: npx tsc --noEmit -p .
  • Prettier --check on changed files
  • No dangling references to removed modules

Made with Cursor

sestinj and others added 2 commits June 15, 2026 08:05
…cit onboarding models

- Remove CliInstallBanner component, test, and dismissal localStorage key
- Remove "Generate Rule" button, GenerateRuleDialog, command, and protocol message
- Convert onboarding and new-assistant template off Hub `uses:` slugs to explicit model definitions
- Update deprecation banner export link to https://continue.dev/export

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@sestinj
sestinj requested a review from a team as a code owner June 15, 2026 16:02
@sestinj
sestinj merged commit 10639a2 into main Jun 15, 2026
45 of 63 checks passed
@sestinj
sestinj deleted the final-release-ui-cleanup branch June 15, 2026 16:09
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 15, 2026
@dosubot dosubot Bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jun 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant