overlord-cli 3.5.3 → 3.5.4

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/README.md CHANGED
@@ -29,6 +29,9 @@ ovld auth login
29
29
  ovld attach
30
30
  ovld create "Investigate the failing build"
31
31
  ovld prompt "Draft a fix for the onboarding flow"
32
+ ovld setup codex
33
+ ovld setup cursor
34
+ ovld setup gemini
32
35
  ovld setup all
33
36
  ovld doctor
34
37
  ```
@@ -48,8 +51,8 @@ ovld doctor
48
51
  - `ticket` - work with a single ticket
49
52
  - `protocol` - run ticket lifecycle commands
50
53
  - `connect`, `restart`, `run`, `resume`, `context` - launch or resume an agent session
51
- - `setup` - install the Overlord connector for a supported agent
52
- - `doctor` - verify installed agent connectors
54
+ - `setup` - install the Overlord connector or plugin bundle for a supported agent
55
+ - `doctor` - verify installed agent connectors and check whether a newer CLI version is available
53
56
 
54
57
  ## Publishing
55
58
 
@@ -27,7 +27,7 @@ Usage:
27
27
  ${primaryCommand} restart <agent> Resume an agent session
28
28
  ${primaryCommand} context Print ticket context (requires TICKET_ID)
29
29
  ${primaryCommand} setup <agent|all> Install Overlord agent connector
30
- ${primaryCommand} doctor Validate installed agent connectors
30
+ ${primaryCommand} doctor Validate installed agent connectors and check for CLI updates
31
31
  ${primaryCommand} version Show the installed CLI version
32
32
  ${primaryCommand} help Show this help message
33
33