29 lines
804 B
JSON
29 lines
804 B
JSON
{
|
|
"id": "rtk-rewrite",
|
|
"name": "RTK Token Optimizer",
|
|
"version": "1.0.0",
|
|
"description": "Transparently rewrites shell commands to their RTK equivalents for 60-90% LLM token savings",
|
|
"homepage": "https://github.com/rtk-ai/rtk",
|
|
"license": "Apache-2.0",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Enable automatic command rewriting to RTK equivalents"
|
|
},
|
|
"verbose": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "Log rewrite decisions to console for debugging"
|
|
}
|
|
}
|
|
},
|
|
"uiHints": {
|
|
"enabled": { "label": "Enable RTK rewriting" },
|
|
"verbose": { "label": "Verbose logging" }
|
|
}
|
|
}
|