-
Notifications
You must be signed in to change notification settings - Fork 0
Build and Test Verification
YarCraSy edited this page Jul 8, 2026
·
2 revisions
Run:
npm run compile
npm run lint
npm run build
npm testRun in web-doc:
npm run buildIn Extension Development Host:
- open the DeepSeek Copilot sidebar.
- save API key.
- test connection.
- send a message with streaming.
- cancel generation.
- use history.
- type
./or../in the chat input and select a suggested path. - execute a safe tool.
- confirm or cancel a dangerous tool.
- open a file from preview.
- cancel generation and verify the prompt returns to the input and is not kept in history/context.
Review Official DeepSeek references when changing:
- models.
- chat parameters.
- streaming.
- thinking mode.
- JSON output.
- tool calls.
- FIM.
- HTTP errors.
- the wiki export generates
_Sidebar.mdand_Footer.md. - local Markdown links resolve before publishing.
- pages do not reference removed
documentation/markdownpaths.