@kolbo/mcp 1.86.4 → 1.87.1
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/README.md +4 -0
- package/package.json +1 -1
- package/skill/GENERATED.md +1 -1
- package/skill/SKILL.md +435 -435
- package/skill/references/models/seedance.md +4 -32
- package/skill/references/workflows/cost-and-validation.md +1 -1
- package/skill/references/workflows/visual-dna.md +3 -3
- package/src/tools/chat.js +3 -1
- package/src/tools/models.js +3 -0
- package/skill/references/models/3d.md +0 -51
package/README.md
CHANGED
|
@@ -296,3 +296,7 @@ Both are optional — the local install logs in via the browser on first use.
|
|
|
296
296
|
- [API Documentation](https://docs.kolbo.ai/developer-api)
|
|
297
297
|
- [Kolbo AI Platform](https://kolbo.ai)
|
|
298
298
|
- [Get API Key](https://app.kolbo.ai)
|
|
299
|
+
|
|
300
|
+
### Chat thinking level
|
|
301
|
+
|
|
302
|
+
`chat_send_message` accepts optional `thinking_level`, using an ID from `list_models` with `type: "text"`. The server validates it against the resolved model; omitted or invalid values use `thinkingDefault`. Existing safeguards and legacy `deep_think` take precedence. Discover allowed levels through `thinkingLevels`; no package update is required when the server changes a model capability.
|
package/package.json
CHANGED
package/skill/GENERATED.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AUTO-GENERATED — do not edit
|
|
2
2
|
|
|
3
|
-
This tree is mirrored from kolbo-code@
|
|
3
|
+
This tree is mirrored from kolbo-code@54984d7, the single source of truth.
|
|
4
4
|
Canonical source: packages/opencode/skills/kolbo/
|
|
5
5
|
Distribution: .github/workflows/sync-skill-to-plugin.yml
|
|
6
6
|
|