yaver-cli 1.99.240 → 1.99.241
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/package.json +1 -1
- package/src/index.js +6 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -44,6 +44,12 @@ Agent commands:
|
|
|
44
44
|
yaver version Print agent version
|
|
45
45
|
yaver <agent-command> Forward any other command to the Go agent
|
|
46
46
|
|
|
47
|
+
Coding runner commands (wrapped, with the yaver MCP attached):
|
|
48
|
+
yaver Open the interactive yaver shell (psql-style)
|
|
49
|
+
yaver wrap claude Launch Claude Code here (yolo + yaver MCP)
|
|
50
|
+
yaver wrap codex Launch OpenAI Codex here (yolo + yaver MCP)
|
|
51
|
+
yaver wrap opencode Launch opencode here (yolo + yaver MCP)
|
|
52
|
+
|
|
47
53
|
Push-to-device commands:
|
|
48
54
|
yaver push Bundle + validate + push current RN/Expo project
|
|
49
55
|
yaver push ios Discover iOS app in the repo, build IPA, upload to TestFlight
|