yaver-cli 1.99.240 → 1.99.242

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yaver-cli",
3
- "version": "1.99.240",
3
+ "version": "1.99.242",
4
4
  "mcpName": "io.github.kivanccakmak/yaver",
5
5
  "description": "Unified npm bootstrap for the Yaver agent, SDK injection, and local-first developer runtime",
6
6
  "bin": {
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