-
Notifications
You must be signed in to change notification settings - Fork 0
Maintenance Migration Status
YarCraSy edited this page Jul 8, 2026
·
2 revisions
-
deepseek-copilot-oldwas removed. - The extension compiles from
src. - The main output is
dist/Extension.js. - The webview builds from
src/ui/chat. - Public configuration is DeepSeek-only.
- Human documentation lives in
web-docwith Astro and has English, Spanish, and Chinese routes. - Technical documentation lives in this GitHub Wiki.
- Marketplace metadata, README, MIT license, and VSIX packaging are prepared for
0.0.1-beta.
- Legacy internal names such as
ProviderFactory,BaseProvider, ortabs/providers. - Historical messages such as
providersif the UI stops needing them. - Duplicated defaults between UI and backend.
- Ensure
coreremains free ofvscodeimports. - Ensure new tools use
ToolWorkspaceand not direct VS Code APIs. - Keep
web-doc/src/i18n.tsas the source of translated documentation strings.
Remove a legacy piece when:
- it is not part of the active webview contract.
- it has no references in UI or handlers.
- it does not provide compatibility with existing conversations/history.
- compile and lint pass after removal.