mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
docs(code-runtime): stop calling the private experimental Python backend published
The review's carry-over: 'each has a published backend' in the CodeRuntime JSDoc and its projections (tool-cordis api-catalog, subsystems page) plus 'both shipped'/'backends ship' in the code-runtime README all claimed the Python backend is released; it is private and experimental, excluded from the release family. The wording now states the TypeScript backend is released and the Python backend is experimental and private (not published), in the JSDoc (api-catalog regenerated to match), the READMEs (paired), and the subsystems page (paired).
This commit is contained in:
@@ -106,7 +106,8 @@ export abstract class CodeRuntime extends Service {
|
||||
* generates language-specific presentation (typed SDK stubs, usage
|
||||
* instructions) switches on it and fails loud on a language it cannot
|
||||
* present. Well-known values: `'typescript'` and `'python'`, those
|
||||
* `dsh-tools` presents; each has a published backend.
|
||||
* `dsh-tools` presents; the TypeScript backend is released, the Python
|
||||
* backend is experimental and private (not published).
|
||||
*/
|
||||
abstract readonly language: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user