@rikafx/cli 0.5.8 → 0.5.10

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,6 +49,10 @@ Global settings live at `~/.config/rika/settings.json`. A workspace can override
49
49
 
50
50
  ```json
51
51
  {
52
+ "subagents": {
53
+ "maxDepth": 4,
54
+ "maxSubagents": 4
55
+ },
52
56
  "providers": {
53
57
  "openai": {
54
58
  "baseUrl": "http://127.0.0.1:9000/v1",
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.5.8","license":"MIT","repository":{"type":"git","url":"git+https://github.com/In-Time-Tec/rika.git"},"homepage":"https://github.com/In-Time-Tec/rika","engines":{"node":">=18"},"bin":{"rika":"bin/rika.js"},"files":["bin/rika.js","README.md"],"optionalDependencies":{"@rikafx/cli-darwin-arm64":"0.5.8","@rikafx/cli-linux-arm64":"0.5.8","@rikafx/cli-linux-x64":"0.5.8"}}
1
+ {"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.5.10","license":"MIT","repository":{"type":"git","url":"git+https://github.com/In-Time-Tec/rika.git"},"homepage":"https://github.com/In-Time-Tec/rika","engines":{"node":">=18"},"bin":{"rika":"bin/rika.js"},"files":["bin/rika.js","README.md"],"optionalDependencies":{"@rikafx/cli-darwin-arm64":"0.5.10","@rikafx/cli-linux-arm64":"0.5.10","@rikafx/cli-linux-x64":"0.5.10"}}