Skip to content

Build and Test Verification

YarCraSy edited this page Jul 8, 2026 · 2 revisions

Previous page: Scripts

Verification

Before closing code changes

Run:

npm run compile
npm run lint
npm run build
npm test

Web documentation

Run in web-doc:

npm run build

Manual validation

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

API validation

Review Official DeepSeek references when changing:

  • models.
  • chat parameters.
  • streaming.
  • thinking mode.
  • JSON output.
  • tool calls.
  • FIM.
  • HTTP errors.

Wiki validation

  • the wiki export generates _Sidebar.md and _Footer.md.
  • local Markdown links resolve before publishing.
  • pages do not reference removed documentation/markdown paths.

Next page: Overview

Clone this wiki locally