fix: correct spelling of 'user-invocable' in SKILL.md files and update baseUrl and provider in settings.json
This commit is contained in:
@@ -27,12 +27,12 @@
|
|||||||
"model": "Kimi-K2.5-BS10",
|
"model": "Kimi-K2.5-BS10",
|
||||||
"id": "custom:Kimi-Baseten-(BYOK)-2",
|
"id": "custom:Kimi-Baseten-(BYOK)-2",
|
||||||
"index": 2,
|
"index": 2,
|
||||||
"baseUrl": "http://localhost:8383",
|
"baseUrl": "http://localhost:8383/v1",
|
||||||
"apiKey": "sk-abcd",
|
"apiKey": "sk-abcd",
|
||||||
"displayName": "Kimi Baseten (BYOK)",
|
"displayName": "Kimi Baseten (BYOK)",
|
||||||
"maxOutputTokens": 131072,
|
"maxOutputTokens": 131072,
|
||||||
"noImageSupport": false,
|
"noImageSupport": false,
|
||||||
"provider": "openai"
|
"provider": "generic-chat-completion-api"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"model": "Opus-4.6",
|
"model": "Opus-4.6",
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sessionDefaultSettings": {
|
"sessionDefaultSettings": {
|
||||||
"model": "custom:Gpt-5.3-Codex-(BYOK)-5",
|
"model": "custom:Kimi-for-Coding-(BYOK)-1",
|
||||||
"autonomyMode": "auto-low",
|
"autonomyMode": "auto-low",
|
||||||
"specModeReasoningEffort": "none",
|
"specModeReasoningEffort": "none",
|
||||||
"reasoningEffort": "none"
|
"reasoningEffort": "none"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: colgrep
|
name: colgrep
|
||||||
description: Semantic code search using ColGREP - combines regex filtering with semantic ranking. Use when the user wants to search code by meaning, find relevant code snippets, or explore a codebase semantically. All local - code never leaves the machine.
|
description: Semantic code search using ColGREP - combines regex filtering with semantic ranking. Use when the user wants to search code by meaning, find relevant code snippets, or explore a codebase semantically. All local - code never leaves the machine.
|
||||||
user-invokable: false
|
user-invocable: false
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: commit_message
|
name: commit_message
|
||||||
description: Generate a concise one-liner commit message by analyzing staged changes and recent git history. Use when the user wants a commit message suggestion before committing.
|
description: Generate a concise one-liner commit message by analyzing staged changes and recent git history. Use when the user wants a commit message suggestion before committing.
|
||||||
user-invokable: true
|
user-invocable: true
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: context7
|
name: context7
|
||||||
description: Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
|
description: Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
|
||||||
user-invokable: false
|
user-invocable: false
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user