@rikafx/cli 0.0.4 → 0.0.5
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Rika
|
|
2
2
|
|
|
3
|
-
Rika is a local coding-agent CLI and terminal application.
|
|
3
|
+
Rika is a local coding-agent CLI and terminal application. Every Turn runs as a durable execution that survives restarts, Threads and Turns stay in local SQLite, and the whole session renders in your terminal.
|
|
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.0.
|
|
1
|
+
{"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.0.5","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.0.5","@rikafx/cli-linux-arm64":"0.0.5","@rikafx/cli-linux-x64":"0.0.5"}}
|