vigthoria-cli 1.11.9 → 1.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -100,12 +100,12 @@ export async function runAgentSessionMenu(defaults = {}) {
100
100
  {
101
101
  type: 'list',
102
102
  name: 'action',
103
- message: 'Configure your session',
103
+ message: 'Session',
104
104
  choices: [
105
- { name: 'Start session with current settings', value: 'start' },
106
- { name: 'Set workspace path (existing directory)', value: 'set-workspace' },
107
- { name: 'Create new directory and set as workspace', value: 'create-workspace' },
108
- { name: 'Session settings (debug, auto-save, auto-approve)', value: 'settings' },
105
+ { name: 'Start now', value: 'start' },
106
+ { name: 'Set workspace', value: 'set-workspace' },
107
+ { name: 'Create workspace', value: 'create-workspace' },
108
+ { name: 'Settings', value: 'settings' },
109
109
  ],
110
110
  },
111
111
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vigthoria-cli",
3
- "version": "1.11.9",
3
+ "version": "1.11.10",
4
4
  "description": "Vigthoria Coder CLI - AI-powered terminal coding assistant",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",