command-code 1.1.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -13
- package/dist/bundled/command-code-knowledge/reference/models.md +2 -0
- package/dist/bundled/command-code-knowledge/reference/permissions.md +248 -212
- package/dist/bundled/command-code-knowledge/reference/product-help.md +2 -0
- package/dist/cli.mjs +3 -3
- package/package.json +4 -4
- package/vsix/commandcode-vscode.vsix +0 -0
|
@@ -286,6 +286,7 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
286
286
|
- Qwen/Qwen3.7-Plus
|
|
287
287
|
- stepfun/Step-3.7-Flash
|
|
288
288
|
- stepfun/Step-3.5-Flash
|
|
289
|
+
- tencent/hy3-paid
|
|
289
290
|
- tencent/Hy3
|
|
290
291
|
- google/gemini-3.6-flash
|
|
291
292
|
- google/gemini-3.5-flash
|
|
@@ -296,6 +297,7 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
296
297
|
- meta/muse-spark-1.1
|
|
297
298
|
- nvidia/nemotron-3-ultra-550b-a55b
|
|
298
299
|
- poolside/laguna-s-2.1-free
|
|
300
|
+
- inclusionai/ling-3.0-flash-free
|
|
299
301
|
A BYO-provider id (from a configured custom provider) also works and is passed through as-is.
|
|
300
302
|
|
|
301
303
|
WHEN THE USER ASKS YOU TO CREATE AN AGENT (e.g. "make a changelog agent with a cheap model"):
|