Skip to content

Remove CLI-install banner and Generate Rule feature; use explicit onboarding models#10

Closed
sestinj wants to merge 2 commits into
mainfrom
final-release-ui-cleanup
Closed

Remove CLI-install banner and Generate Rule feature; use explicit onboarding models#10
sestinj wants to merge 2 commits into
mainfrom
final-release-ui-cleanup

Conversation

@sestinj

@sestinj sestinj commented Jun 15, 2026

Copy link
Copy Markdown

Summary

Final-release cleanup for the Continue VS Code extension (Hub/slug resolution removed):

  • 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.

Test plan

Local equivalents of CI (Node 20.20.1):

  • gui: npm run build (tsc + vite) — passed
  • gui: eslint on changed files — passed
  • core: npx tsc --noEmit -p . — passed
  • extensions/vscode: npx tsc --noEmit -p . — passed
  • Prettier --check on changed files — passed
  • Verified 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 commented Jun 15, 2026

Copy link
Copy Markdown
Author

Superseded by upstream PR continuedev#12634 (merged). Closing this fork PR.

@sestinj sestinj closed this Jun 15, 2026
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.

1 participant