@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.
- package/dist/chit.js +3 -1
- 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
|
|
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")
|