@projmux/darwin-x64 0.11.1 → 0.12.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/README.md CHANGED
@@ -131,7 +131,7 @@ AI tools can invoke the same projmux CLI to open a managed pane and deliver a
131
131
  prompt:
132
132
 
133
133
  ```sh
134
- projmux ai split --agent codex right -- "Review the retry logic."
134
+ projmux create codex --placement right -- "Review the retry logic."
135
135
  ```
136
136
 
137
137
  Templates and naming conventions for Claude, Codex, and other agents are in
package/bin/projmux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projmux/darwin-x64",
3
- "version": "0.11.1",
3
+ "version": "0.12.1",
4
4
  "description": "macOS x64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {