add a cursor profile for each model (#803)

* add a cursor profile for each model

* update cursor schema parameter descriptions

* Update crates/executors/default_profiles.json

Co-authored-by: Solomon <abcpro11051@disroot.org>

* Update crates/executors/default_profiles.json

Co-authored-by: Solomon <abcpro11051@disroot.org>

---------

Co-authored-by: Solomon <abcpro11051@disroot.org>
This commit is contained in:
Britannio Jarrett
2025-09-22 13:32:05 +00:00
committed by GitHub
parent 35caaaa53d
commit eaff3dee9e
2 changed files with 29 additions and 2 deletions

View File

@@ -12,12 +12,14 @@
"default": null
},
"force": {
"description": "Force allow commands unless explicitly denied",
"type": [
"boolean",
"null"
]
},
"model": {
"description": "auto, sonnet-4, gpt-5, opus-4.1, grok",
"type": [
"string",
"null"