@chit-run/cli 0.10.0 → 0.10.1

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/dist/chit.js +3 -1
  2. package/package.json +1 -1
package/dist/chit.js CHANGED
@@ -39001,7 +39001,9 @@ Limitations in this build:
39001
39001
  - file[] inputs are not yet supported via the CLI.
39002
39002
  - claude-cli read-only is enforced by Claude plan-mode permissions, not an
39003
39003
  OS/filesystem sandbox: plan mode blocks writes (file edits and write-capable
39004
- Bash) from inside claude. Codex remains the hard sandbox.
39004
+ Bash) from inside claude. Codex runs in an OS sandbox sized to the
39005
+ participant's declared filesystem permission (--sandbox read-only for a
39006
+ reviewer, --sandbox workspace-write for a write-capable implementer).
39005
39007
  `;
39006
39008
  async function runMain(argv) {
39007
39009
  if (argv[0] === "loop-log")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chit-run/cli",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Versioned, cross-vendor agent routines with an audit trail. Stop being the glue between your agents.",
5
5
  "type": "module",
6
6
  "license": "MIT",