@rikafx/cli 0.11.7 → 0.11.9

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rika
2
2
 
3
- Rika is a collaborative coding-agent CLI and terminal application. Every Turn runs as a durable execution that survives client and executor restarts. Local execution remains the default, while an explicitly remote Thread runs in an isolated E2B workspace. Hosted identity, access, Threads, and TenetKit execution authority live in PostgreSQL.
3
+ Rika is a collaborative coding-agent CLI and terminal application. Every Turn runs as a durable execution that survives client and executor restarts. Local execution remains the default, while an explicitly remote Thread runs in an isolated E2B workspace. Hosted identity, access, Threads, and Generalist execution authority live in PostgreSQL.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.11.7","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.11.7","@rikafx/cli-linux-arm64":"0.11.7","@rikafx/cli-linux-x64":"0.11.7"}}
1
+ {"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.11.9","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.11.9","@rikafx/cli-linux-arm64":"0.11.9","@rikafx/cli-linux-x64":"0.11.9"}}