mit einem Klick
mit einem Klick
| name | cortex-configure |
| description | Configure Cortex settings with presets |
| allowed-tools | Bash, Write, Read, AskUserQuestion |
| user-invocable | true |
Adjust Cortex settings after initial setup.
Offer quick presets for common configurations:
Full - All features enabled
Essential - Core features only
Minimal - Commands only
Allow fine-tuning of specific settings:
Auto-save Threshold (0-100%)
Restoration Token Budget (number)
Restoration Message Count (number)
Statusline Enabled (true/false)
Awareness (section)
Step 1: enabled (true/false) — ask first, before anything else:
Step 2: userName — only ask if awareness is enabled:
Step 3: timezone — only ask if awareness is enabled:
Ask user what they want to configure:
If preset: Apply using node dist/index.js configure <preset>
If specific settings:
~/.cortex/config.jsonConfirm changes applied
Location: ~/.cortex/config.json
{
"statusline": {
"enabled": true,
"showFragments": true,
"showLastArchive": true,
"showContext": true
},
"archive": {
"autoOnCompact": true,
"projectScope": true,
"minContentLength": 50
},
"automation": {
"autoSaveThreshold": 70,
"restorationTokenBudget": 2000,
"restorationMessageCount": 5
},
"awareness": {
"enabled": false,
"userName": null,
"timezone": null
}
}