[] spinnerVerbs added
This commit is contained in:
@@ -16,7 +16,11 @@
|
|||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": []
|
"ask": []
|
||||||
},
|
},
|
||||||
"plansDirectory": "./ralph-wiggum/plans",
|
"spinnerVerbs": {
|
||||||
|
"mode": "replace",
|
||||||
|
"verbs": ["Hiring new dev", "Burning mac harddisk", "Deleting production db", "rm -rf", "Switching to old commit"]
|
||||||
|
},
|
||||||
|
"plansDirectory": "./plans",
|
||||||
"enableAllProjectMcpServers": true,
|
"enableAllProjectMcpServers": true,
|
||||||
"disableAllHooks": false,
|
"disableAllHooks": false,
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|||||||
@@ -499,6 +499,7 @@ Configure via `env` key:
|
|||||||
| `statusLine` | object | - | Custom status line configuration |
|
| `statusLine` | object | - | Custom status line configuration |
|
||||||
| `outputStyle` | string | `"default"` | Output style (e.g., `"Explanatory"`) |
|
| `outputStyle` | string | `"default"` | Output style (e.g., `"Explanatory"`) |
|
||||||
| `spinnerTipsEnabled` | boolean | `true` | Show tips while waiting |
|
| `spinnerTipsEnabled` | boolean | `true` | Show tips while waiting |
|
||||||
|
| `spinnerVerbs` | object | - | Custom spinner verbs with `mode` ("append" or "replace") and `verbs` array |
|
||||||
| `terminalProgressBarEnabled` | boolean | `true` | Show progress bar in terminal |
|
| `terminalProgressBarEnabled` | boolean | `true` | Show progress bar in terminal |
|
||||||
| `showTurnDuration` | boolean | `true` | Show turn duration messages |
|
| `showTurnDuration` | boolean | `true` | Show turn duration messages |
|
||||||
| `respectGitignore` | boolean | `true` | Respect .gitignore in file picker |
|
| `respectGitignore` | boolean | `true` | Respect .gitignore in file picker |
|
||||||
@@ -535,6 +536,10 @@ Configure via `env` key:
|
|||||||
"command": "git branch --show-current 2>/dev/null || echo 'no-branch'"
|
"command": "git branch --show-current 2>/dev/null || echo 'no-branch'"
|
||||||
},
|
},
|
||||||
"spinnerTipsEnabled": false,
|
"spinnerTipsEnabled": false,
|
||||||
|
"spinnerVerbs": {
|
||||||
|
"mode": "replace",
|
||||||
|
"verbs": ["Cooking", "Brewing", "Crafting", "Conjuring"]
|
||||||
|
},
|
||||||
"terminalProgressBarEnabled": true,
|
"terminalProgressBarEnabled": true,
|
||||||
"showTurnDuration": false
|
"showTurnDuration": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user