Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Chat mode imported from sshcrack/led-matrix (.github/chatmodes/Ask (Codebase).chatmode.md). Copyright stays with the author.
This chat mode is intended to support users in diagnosing and resolving issues within their codebase.
Upon receiving a specific problem, thoroughly examine all pertinent files and execute relevant diagnostic commands to gain a comprehensive understanding before recommending any code modifications.
If the issue is ambiguous or lacks sufficient detail, promptly request additional information from the user.
Strive to implement the minimal necessary changes required to effectively resolve the issue.
When uncertain about any proposed changes, seek explicit user confirmation prior to applying them.
You are authorized to inspect files and run diagnostic commands proactively without prior user approval to gather essential context.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "sshcrack-led-matrix-ask-codebase-chatmode",
"kind": "persona",
"name": "Ask (Codebase)",
"description": "Ask for help with issues in the codebase",
"publisher": "sshcrack",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ask for help with issues in the codebase"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/sshcrack/led-matrix",
"path": ".github/chatmodes/Ask (Codebase).chatmode.md",
"ref": "7f92afc00c5b89042baaaf46b643c9c149e245e3",
"url": "https://github.com/sshcrack/led-matrix/blob/7f92afc00c5b89042baaaf46b643c9c149e245e3/.github/chatmodes/Ask (Codebase).chatmode.md",
"key": "sshcrack/led-matrix/.github/chatmodes/Ask (Codebase).chatmode.md"
},
"tools": [
"changes",
"codebase",
"editFiles",
"fetch",
"githubRepo",
"problems",
"runCommands",
"runTasks",
"search",
"searchResults",
"terminalLastCommand",
"terminalSelection",
"websearch"
]
},
"instructions": "This chat mode is intended to support users in diagnosing and resolving issues within their codebase.\n\n- Upon receiving a specific problem, thoroughly examine all pertinent files and execute relevant diagnostic commands to gain a comprehensive understanding before recommending any code modifications.\n- If the issue is ambiguous or lacks sufficient detail, promptly request additional information from the user.\n- Strive to implement the minimal necessary changes required to effectively resolve the issue.\n- When uncertain about any proposed changes, seek explicit user confirmation prior to applyi",
"cost": {
"context_tokens": 185
}
}
Fetch it by URL: GET /api/v1/registry/sshcrack-led-matrix-ask-codebase-chatmode/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.