opencode-agents 1.0.15 → 1.0.16
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/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -20,7 +20,7 @@ program
|
|
|
20
20
|
program
|
|
21
21
|
.command('add <source>')
|
|
22
22
|
.description('Install one or more agents from a GitHub repository or local path')
|
|
23
|
-
.option('-g, --global', 'Install to global directory'
|
|
23
|
+
.option('-g, --global', 'Install to global directory')
|
|
24
24
|
.option('-a, --agent <agents...>', 'Target agent platform(s)')
|
|
25
25
|
.option('--agent-name <name>', 'Name for the installed agent')
|
|
26
26
|
.option('-y, --yes', 'Skip confirmation', false)
|