tide-commander 0.84.2 → 0.85.0

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 CHANGED
@@ -304,7 +304,7 @@ Tide Commander is a Claude Code and Codex-compatible orchestrator that provides
304
304
 
305
305
  **🤖 CLI Integration (Claude + Codex)**
306
306
  - Claude agents run `claude` with `--output-format stream-json` and use stdin for follow-up messages
307
- - Codex agents run `codex exec --json` and resume via session-based command args
307
+ - Codex agents run `codex exec --experimental-json` and resume via session-based command args
308
308
  - Events (tool usage, text output, errors) are parsed from stdout for both providers
309
309
  - Sessions are persisted and can be resumed
310
310
 
@@ -475,3 +475,6 @@ Have a feature idea or found a bug? Open an [issue](https://github.com/your-repo
475
475
 
476
476
  MIT
477
477
 
478
+
479
+ Added a line.
480
+ Another line added.