@praveencs/agent 0.7.1 → 0.7.2
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/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/src/cli/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export function createCLI() {
|
|
|
18
18
|
program
|
|
19
19
|
.name('agent')
|
|
20
20
|
.description('Agent Runtime — autonomous, goal-oriented AI agent with skills, plans, memory, and permissioned tools')
|
|
21
|
-
.version('0.7.
|
|
21
|
+
.version('0.7.2')
|
|
22
22
|
.option('--verbose', 'Enable verbose output')
|
|
23
23
|
.option('--no-color', 'Disable colored output')
|
|
24
24
|
.option('--config <path>', 'Path to config file');
|