@mrciphersmith/keryx 0.2.19 → 0.2.22
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 +6 -3
- package/dist/cli.js +1849 -1084
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,9 +214,12 @@ What is in it today:
|
|
|
214
214
|
change the loop, the tools or the policy.
|
|
215
215
|
- **Durable sessions, per project.** JSONL transcripts on disk, resume across a
|
|
216
216
|
process restart, and context compaction that keeps the full archive.
|
|
217
|
-
`/resume`, `/compact`, `/new`, and `keryx sessions list|fork|export` —
|
|
218
|
-
branches a conversation into a new session that keeps its ancestry,
|
|
219
|
-
editing a transcript by hand.
|
|
217
|
+
`/resume`, `/sessions`, `/compact`, `/new`, and `keryx sessions list|fork|export` —
|
|
218
|
+
`fork` branches a conversation into a new session that keeps its ancestry,
|
|
219
|
+
without editing a transcript by hand.
|
|
220
|
+
- **Responsive busy-turn UX.** A running main turn can be interrupted with
|
|
221
|
+
`/interrupt`; additional prompts are queued and answered as read-only side workers
|
|
222
|
+
(`side-1`) in the TUI so the shell stays usable under long-running turns.
|
|
220
223
|
- **A policy engine with three answers, not two.** `allow`, `ask`, `deny` over
|
|
221
224
|
seven risk classes — read, write, shell, network, credential, delegate,
|
|
222
225
|
destructive — with path and command rules underneath. Shell and destructive
|