@gnsx/genesys.agent.cli 1.0.0 → 1.0.1

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.
package/dist/src/args.js CHANGED
@@ -100,7 +100,7 @@ export function printHelp(version) {
100
100
  console.log(`genesys-agent v${version}
101
101
 
102
102
  Usage:
103
- genesys2 [options] [prompt]
103
+ genesys [options] [prompt]
104
104
 
105
105
  Options:
106
106
  -p, --print Print mode: send prompt, output response, exit
@@ -114,10 +114,10 @@ Options:
114
114
  -h, --help Print this help and exit
115
115
 
116
116
  Examples:
117
- genesys2 # Start interactive session
118
- genesys2 -c # Continue most recent session
119
- genesys2 -p "Explain this codebase" # Single-shot prompt
120
- genesys2 -m anthropic/claude-opus-4-5 # Use a specific model
117
+ genesys # Start interactive session
118
+ genesys -c # Continue most recent session
119
+ genesys -p "Explain this codebase" # Single-shot prompt
120
+ genesys -m anthropic/claude-opus-4-5 # Use a specific model
121
121
  `);
122
122
  }
123
123
  //# sourceMappingURL=args.js.map