@projmux/darwin-arm64 0.10.0 → 0.11.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 +24 -16
- package/bin/projmux +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,9 +23,9 @@ projmux shell
|
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
<p align="center">
|
|
26
|
-
<img src="docs/assets/projmux-ai-attention.gif" alt="projmux AI
|
|
26
|
+
<img src="docs/assets/projmux-ai-attention.gif" alt="projmux AI session resume, agent permission, and grouped notification workflow" width="820">
|
|
27
27
|
<br>
|
|
28
|
-
<em>Resume an existing AI session, keep working in another project, then
|
|
28
|
+
<em>Resume an existing AI session, keep working in another project, then return through grouped notifications when the agent needs approval.</em>
|
|
29
29
|
</p>
|
|
30
30
|
|
|
31
31
|
## Why
|
|
@@ -34,8 +34,8 @@ Six tmux windows. Each one is running Claude Code, Codex, or Antigravity on a
|
|
|
34
34
|
different repo. Three are idle. One is waiting on a permission prompt. One
|
|
35
35
|
crashed an hour ago and you have no idea which.
|
|
36
36
|
|
|
37
|
-
projmux
|
|
38
|
-
|
|
37
|
+
projmux manages Claude Code, Codex, and Antigravity hook integrations, including
|
|
38
|
+
Antigravity's hook/statusline wiring, shows live per-pane state in the tmux
|
|
39
39
|
status bar, and lets one keystroke take you to the pane that actually needs
|
|
40
40
|
you. It also remembers each agent's resume id, so after a reboot every pane
|
|
41
41
|
comes back as the *same* conversation — not a fresh one.
|
|
@@ -89,18 +89,22 @@ fallbacks.
|
|
|
89
89
|
|
|
90
90
|
- Pick a project directory and projmux creates or reuses its tmux session.
|
|
91
91
|
- Pin important projects so they stay easy to reach.
|
|
92
|
-
- Preview windows, panes, git branch,
|
|
92
|
+
- Preview windows, panes, git branch, and AI pane state
|
|
93
93
|
before switching.
|
|
94
|
-
- Resume an existing Claude or
|
|
95
|
-
split.
|
|
96
|
-
- Review permission and completion events
|
|
97
|
-
|
|
94
|
+
- Resume an existing Claude, Codex, or Antigravity conversation, or open a new
|
|
95
|
+
managed AI split.
|
|
96
|
+
- Review grouped permission and completion events, then jump directly to the
|
|
97
|
+
pane that needs attention.
|
|
98
|
+
- Inspect live project, window, and pane CPU/RSS with the read-only Resource
|
|
99
|
+
Inspector on Linux/tmux.
|
|
100
|
+
- Save and inspect Session State snapshots for window/pane layouts, shell cwd,
|
|
101
|
+
and supported AI resumes.
|
|
98
102
|
- Use Settings > Project Picker to add roots and workdirs without editing env
|
|
99
103
|
vars.
|
|
100
104
|
- Use Settings > About > Update or `projmux update apply` to upgrade.
|
|
101
105
|
|
|
102
106
|
<p align="center">
|
|
103
|
-
<img src="docs/assets/projmux-shell-sidebar.gif" alt="projmux project switch and managed Codex
|
|
107
|
+
<img src="docs/assets/projmux-shell-sidebar.gif" alt="projmux project switch and managed Codex workflow" width="820">
|
|
104
108
|
<br>
|
|
105
109
|
<em>Switch projects, launch a managed Codex pane, and review its completion notification.</em>
|
|
106
110
|
</p>
|
|
@@ -111,14 +115,14 @@ For update behavior by installer type, see [Upgrading](docs/upgrading.md).
|
|
|
111
115
|
|
|
112
116
|
## Multi-Agent Workflow
|
|
113
117
|
|
|
114
|
-
Keep a shell and
|
|
115
|
-
Move between
|
|
116
|
-
permission and completion events in one
|
|
118
|
+
Keep a shell and managed Claude, Codex, or Antigravity panes visible in the
|
|
119
|
+
same tmux window. Move between projects and panes while projmux collects agent
|
|
120
|
+
permission and completion events in one grouped inbox.
|
|
117
121
|
|
|
118
122
|
<p align="center">
|
|
119
|
-
<img src="docs/assets/projmux-three-pane-workflow.gif" alt="projmux shell, Codex, and Claude
|
|
123
|
+
<img src="docs/assets/projmux-three-pane-workflow.gif" alt="projmux shell, Codex, and Claude three-pane workflow" width="820">
|
|
120
124
|
<br>
|
|
121
|
-
<em>Move across
|
|
125
|
+
<em>Move across shell, Codex, and Claude panes while independent tasks report back through one notification queue.</em>
|
|
122
126
|
</p>
|
|
123
127
|
|
|
124
128
|
## Automation With Agent Skills
|
|
@@ -139,10 +143,14 @@ Templates and naming conventions for Claude, Codex, and other agents are in
|
|
|
139
143
|
- [Configuration](docs/configuration.md)
|
|
140
144
|
- [Terminal Keybindings](docs/keybindings.md)
|
|
141
145
|
- [AI Agent Shortcuts](docs/ai-agent-shortcuts.md)
|
|
142
|
-
- [CLI Reference](docs/cli.md)
|
|
146
|
+
- [CLI Reference](docs/cli.md) — generated from the command manifest
|
|
147
|
+
- [CLI Task Guide](docs/cli-guide.md)
|
|
143
148
|
- [Statusbar](docs/statusbar.md)
|
|
144
149
|
- [Hooks](docs/hooks.md)
|
|
145
150
|
- [Usage tracking](docs/usage-tracking.md)
|
|
151
|
+
- [Resource Inspector](docs/resource-attribution.md)
|
|
152
|
+
- [Session State](docs/session-restore.md)
|
|
153
|
+
- [Operational Diagnostics](docs/operational-diagnostics.md)
|
|
146
154
|
- [Agent Workflow](docs/agent-workflow.md)
|
|
147
155
|
|
|
148
156
|
## Development
|
package/bin/projmux
CHANGED
|
Binary file
|