Skip to content

feat: Add local mode for autocomplete via uvx sweep-autocomplete#46

Merged
wwzeng1 merged 2 commits intomainfrom
feat/local-mode
Feb 13, 2026
Merged

feat: Add local mode for autocomplete via uvx sweep-autocomplete#46
wwzeng1 merged 2 commits intomainfrom
feat/local-mode

Conversation

@wwzeng1
Copy link
Contributor

@wwzeng1 wwzeng1 commented Feb 13, 2026

Ports the JetBrains local mode feature to VSCode, allowing users to run autocomplete inference locally instead of through the cloud API.

Ports the JetBrains local mode feature to VSCode, allowing users to run
autocomplete inference locally instead of through the cloud API.
Local mode is now the only mode. This removes:
- Cloud API endpoints, brotli compression, and HTTPS transport
- API key settings, prompts, and configuration
- Privacy mode toggle and training opt-out flag
- Local mode toggle (always on now)
- Cloud metrics reporting (trackAutocompleteMetrics)
- Edit tracking timers/anchors/snapshots (only fed cloud endpoint)
- Dashboard link and stale menu items

Also fixes server restart by killing existing process before rebinding port.
@wwzeng1 wwzeng1 merged commit 6cc4b87 into main Feb 13, 2026
1 check passed
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