projmux 0.7.2 → 0.7.4
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-ko.md +34 -28
- package/README.md +34 -29
- package/docs/agent-workflow.md +1 -0
- package/docs/assets/projmux-ai-attention.gif +0 -0
- package/docs/assets/projmux-shell-sidebar.gif +0 -0
- package/docs/assets/projmux-three-pane-workflow.gif +0 -0
- package/docs/cli.md +17 -10
- package/docs/keybindings.md +6 -6
- package/docs/native-picker-no-fzf-poc.md +1 -1
- package/docs/testing.md +2 -2
- package/docs/upgrading.md +22 -6
- package/package.json +5 -5
- package/docs/assets/projmux-skill-workflow.gif +0 -0
package/README-ko.md
CHANGED
|
@@ -16,7 +16,7 @@ workspace 도구입니다.
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
<img src="docs/assets/projmux-ai-attention.gif" alt="projmux AI attention demo" width="820">
|
|
18
18
|
<br>
|
|
19
|
-
<em
|
|
19
|
+
<em>기존 AI session을 이어서 열고 다른 project에서 작업하다가, permission이 필요하면 notification list에서 managed pane으로 돌아갑니다.</em>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
## 무엇인가
|
|
@@ -63,14 +63,15 @@ projmux shell
|
|
|
63
63
|
- `Alt-1`: project sidebar.
|
|
64
64
|
- `Alt-2`: notification list.
|
|
65
65
|
- `Alt-3`: Recent Windows.
|
|
66
|
-
- `Alt-4`: AI
|
|
66
|
+
- `Alt-4`: AI resume session picker.
|
|
67
67
|
- `Alt-5`: settings.
|
|
68
|
-
- `Alt-
|
|
69
|
-
- `Alt-7`: AI resume session picker.
|
|
68
|
+
- `Alt-7`: AI split picker.
|
|
70
69
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
`Alt-1`부터 `Alt-5`까지는 zero-config 보장 기본값이고, `Alt-7`은 추가로
|
|
71
|
+
편집 가능한 built-in 기본값입니다. 전체 key map은
|
|
72
|
+
[Terminal Keybindings](docs/keybindings.md)를 참고하세요. 키가 동작하지 않으면
|
|
73
|
+
tmux 밖에서 `projmux setup`을 실행한 뒤, 지원 터미널에서는
|
|
74
|
+
`projmux init [terminal] --apply`를 사용하세요.
|
|
74
75
|
|
|
75
76
|
## 일상 사용
|
|
76
77
|
|
|
@@ -78,42 +79,47 @@ projmux shell
|
|
|
78
79
|
- 중요한 project는 pin으로 고정합니다.
|
|
79
80
|
- 전환 전에 window, pane, git branch, Kubernetes context, AI pane state를
|
|
80
81
|
preview합니다.
|
|
82
|
+
- 기존 Claude/Codex conversation을 resume하거나 새 managed AI split을 엽니다.
|
|
83
|
+
- permission/completion event를 하나의 notification queue에서 확인하고 바로
|
|
84
|
+
attention이 필요한 pane으로 이동합니다.
|
|
81
85
|
- env var를 직접 편집하지 않고 Settings > Project Picker에서 root와 workdir을
|
|
82
86
|
추가할 수 있습니다.
|
|
83
87
|
- Settings > About > Update 또는 `projmux update apply`로 업그레이드합니다.
|
|
84
88
|
|
|
89
|
+
<p align="center">
|
|
90
|
+
<img src="docs/assets/projmux-shell-sidebar.gif" alt="projmux project 전환 및 managed Codex 데모" width="820">
|
|
91
|
+
<br>
|
|
92
|
+
<em>project를 전환하고 managed Codex pane을 연 뒤 completion notification을 확인합니다.</em>
|
|
93
|
+
</p>
|
|
94
|
+
|
|
85
95
|
`PROJMUX_PROJDIR`, managed roots, notification, usage tracking 같은 자세한
|
|
86
96
|
설정은 [Configuration](docs/configuration.md)을 참고하세요. installer별 update
|
|
87
97
|
동작은 [Upgrading](docs/upgrading.md)에 있습니다.
|
|
88
98
|
|
|
89
|
-
## 에이전트
|
|
99
|
+
## 멀티 에이전트 워크플로
|
|
90
100
|
|
|
91
|
-
|
|
92
|
-
|
|
101
|
+
하나의 tmux window에 shell과 여러 managed agent를 함께 띄워 둡니다. pane을
|
|
102
|
+
이동하며 독립 작업을 시작하면 projmux가 permission/completion event를 하나의
|
|
103
|
+
notification queue에 모읍니다.
|
|
104
|
+
|
|
105
|
+
<p align="center">
|
|
106
|
+
<img src="docs/assets/projmux-three-pane-workflow.gif" alt="projmux shell, Codex, Claude 3-pane workflow 데모" width="820">
|
|
107
|
+
<br>
|
|
108
|
+
<em>동일 폭의 shell, Codex, Claude pane을 이동하며 독립 작업의 완료 알림을 하나의 notification queue에서 확인합니다.</em>
|
|
109
|
+
</p>
|
|
110
|
+
|
|
111
|
+
## 에이전트 스킬 자동화
|
|
112
|
+
|
|
113
|
+
AI 도구도 같은 projmux CLI를 호출해 managed pane을 열고 prompt를 전달할 수
|
|
114
|
+
있습니다:
|
|
93
115
|
|
|
94
116
|
```sh
|
|
95
|
-
projmux ai split --agent codex right
|
|
96
|
-
projmux ai split --agent claude down
|
|
97
|
-
projmux ai split --agent antigravity right
|
|
117
|
+
projmux ai split --agent codex right -- "Review the retry logic."
|
|
98
118
|
```
|
|
99
119
|
|
|
100
|
-
|
|
101
|
-
실행시키면, Claude가 projmux command를 호출하고 현재 project에 붙은 managed
|
|
102
|
-
Codex pane이 새로 열립니다. prompt는 새 pane으로 바로 전달되고,
|
|
103
|
-
permission/completion hook event가 tmux 상태줄과 notification list에
|
|
104
|
-
표시됩니다.
|
|
105
|
-
Antigravity도 같은 managed split 경로로 실행되며, 수동 hook ingest와 session
|
|
106
|
-
resume 지원 범위는 CLI reference에 정리되어 있습니다.
|
|
107
|
-
|
|
108
|
-
설치 template과 naming convention은
|
|
120
|
+
Claude, Codex와 다른 agent용 template 및 naming convention은
|
|
109
121
|
[AI Agent Shortcuts](docs/ai-agent-shortcuts.md)에 정리되어 있습니다.
|
|
110
122
|
|
|
111
|
-
<p align="center">
|
|
112
|
-
<img src="docs/assets/projmux-skill-workflow.gif" alt="projmux skill workflow demo" width="820">
|
|
113
|
-
<br>
|
|
114
|
-
<em>Claude가 prompt와 함께 등록된 projmux skill을 호출해 managed Codex pane을 열고, Codex가 그 자리에서 응답합니다.</em>
|
|
115
|
-
</p>
|
|
116
|
-
|
|
117
123
|
## 추가 문서
|
|
118
124
|
|
|
119
125
|
- [Install](docs/install.md)
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ projmux shell
|
|
|
25
25
|
<p align="center">
|
|
26
26
|
<img src="docs/assets/projmux-ai-attention.gif" alt="projmux AI attention demo" width="820">
|
|
27
27
|
<br>
|
|
28
|
-
<em>
|
|
28
|
+
<em>Resume an existing AI session, keep working in another project, then jump back when the managed pane needs permission.</em>
|
|
29
29
|
</p>
|
|
30
30
|
|
|
31
31
|
## Why
|
|
@@ -72,15 +72,15 @@ Inside the app:
|
|
|
72
72
|
- `Alt-1` opens the project sidebar.
|
|
73
73
|
- `Alt-2` opens the notification list.
|
|
74
74
|
- `Alt-3` opens Recent Windows.
|
|
75
|
-
- `Alt-4` opens the AI
|
|
75
|
+
- `Alt-4` opens the AI resume session picker.
|
|
76
76
|
- `Alt-5` opens settings.
|
|
77
|
-
- `Alt-7` opens the AI
|
|
77
|
+
- `Alt-7` opens the AI split picker.
|
|
78
78
|
|
|
79
79
|
The `Alt-1` through `Alt-5` launch keys are the guaranteed zero-config
|
|
80
|
-
defaults. Add
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
80
|
+
defaults. `Alt-7` is an additional editable built-in default. Add aliases in
|
|
81
|
+
Settings > Keybindings or `~/.config/projmux/keymap.toml`. If a key does not
|
|
82
|
+
fire, run `projmux setup` outside tmux, then use `projmux init [terminal]
|
|
83
|
+
--apply` for supported terminal delivery fallbacks.
|
|
84
84
|
|
|
85
85
|
## Day-To-Day Use
|
|
86
86
|
|
|
@@ -88,43 +88,48 @@ does not fire, run `projmux setup` outside tmux, then use
|
|
|
88
88
|
- Pin important projects so they stay easy to reach.
|
|
89
89
|
- Preview windows, panes, git branch, Kubernetes context, and AI pane state
|
|
90
90
|
before switching.
|
|
91
|
+
- Resume an existing Claude or Codex conversation, or open a new managed AI
|
|
92
|
+
split.
|
|
93
|
+
- Review permission and completion events in one notification queue, then jump
|
|
94
|
+
directly to the pane that needs attention.
|
|
91
95
|
- Use Settings > Project Picker to add roots and workdirs without editing env
|
|
92
96
|
vars.
|
|
93
97
|
- Use Settings > About > Update or `projmux update apply` to upgrade.
|
|
94
98
|
|
|
99
|
+
<p align="center">
|
|
100
|
+
<img src="docs/assets/projmux-shell-sidebar.gif" alt="projmux project switch and managed Codex demo" width="820">
|
|
101
|
+
<br>
|
|
102
|
+
<em>Switch projects, launch a managed Codex pane, and review its completion notification.</em>
|
|
103
|
+
</p>
|
|
104
|
+
|
|
95
105
|
For detailed configuration, including `PROJMUX_PROJDIR`, managed roots,
|
|
96
106
|
notifications, and usage tracking, see [Configuration](docs/configuration.md).
|
|
97
107
|
For update behavior by installer type, see [Upgrading](docs/upgrading.md).
|
|
98
108
|
|
|
99
|
-
## Agent
|
|
109
|
+
## Multi-Agent Workflow
|
|
100
110
|
|
|
101
|
-
|
|
102
|
-
|
|
111
|
+
Keep a shell and multiple managed agents visible in the same tmux window.
|
|
112
|
+
Move between panes to start independent tasks while projmux collects their
|
|
113
|
+
permission and completion events in one notification queue.
|
|
114
|
+
|
|
115
|
+
<p align="center">
|
|
116
|
+
<img src="docs/assets/projmux-three-pane-workflow.gif" alt="projmux shell, Codex, and Claude 3-pane workflow demo" width="820">
|
|
117
|
+
<br>
|
|
118
|
+
<em>Move across equal-width shell, Codex, and Claude panes while independent tasks report back through one notification queue.</em>
|
|
119
|
+
</p>
|
|
120
|
+
|
|
121
|
+
## Automation With Agent Skills
|
|
122
|
+
|
|
123
|
+
AI tools can invoke the same projmux CLI to open a managed pane and deliver a
|
|
124
|
+
prompt:
|
|
103
125
|
|
|
104
126
|
```sh
|
|
105
|
-
projmux ai split --agent codex right
|
|
106
|
-
projmux ai split --agent claude down
|
|
107
|
-
projmux ai split --agent antigravity right
|
|
127
|
+
projmux ai split --agent codex right -- "Review the retry logic."
|
|
108
128
|
```
|
|
109
129
|
|
|
110
|
-
|
|
111
|
-
Claude to use it with a prompt. Claude runs the projmux command, Codex opens in
|
|
112
|
-
a managed pane attached to the current project, and the prompt is delivered
|
|
113
|
-
there immediately.
|
|
114
|
-
projmux tracks hook events from the opened pane and shows permission or
|
|
115
|
-
completion notifications in tmux.
|
|
116
|
-
Antigravity uses the same managed split path, with manual hook ingest and
|
|
117
|
-
session resume support documented in the CLI reference.
|
|
118
|
-
|
|
119
|
-
Install templates and naming conventions are in
|
|
130
|
+
Templates and naming conventions for Claude, Codex, and other agents are in
|
|
120
131
|
[AI Agent Shortcuts](docs/ai-agent-shortcuts.md).
|
|
121
132
|
|
|
122
|
-
<p align="center">
|
|
123
|
-
<img src="docs/assets/projmux-skill-workflow.gif" alt="projmux skill workflow demo" width="820">
|
|
124
|
-
<br>
|
|
125
|
-
<em>Claude invokes a registered projmux skill with a prompt, opens a managed Codex pane, and Codex answers there.</em>
|
|
126
|
-
</p>
|
|
127
|
-
|
|
128
133
|
## More Docs
|
|
129
134
|
|
|
130
135
|
- [Install](docs/install.md)
|
package/docs/agent-workflow.md
CHANGED
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
- `make test` also covers AI semantic badge renderer aggregation for window-list, sidebar rows, switch window tabs, popup pane summaries, and pane-border topic badges using prompt-required > response-complete > in-progress priority while preserving blank no-state lanes, response-complete live badge consume on attention clear without idling action-required/progress badges, plus Settings > Appearance AI badge style selection for dot/emoji/off pane-border, Alt-1 sidebar window/preview tabs, and tmux window-status compatibility with dot as the persisted/config fallback.
|
|
39
39
|
- `make test` also covers AI semantic badge Phase 3 theme-role hardening: `@projmux_ai_badge_kind` storage values and aggregate priority stay unchanged, `minimal` remains a read-time alias for the `off` badge style, progress/success/action-required badge roles stay distinct, permission/input status badges do not use critical red, and critical notify queue severity does not drive live AI status badge colors or desktop notification urgency.
|
|
40
40
|
- `make test` also covers keybinding surface tier catalog rules, action-centered `keymap.toml` `keys = [...]` multi-alias parsing/writing, quoted internal `Surface:Action` tables, legacy popup action ID aliases, canonical popup toggle names, AI split popup-vs-direct action labels, generated tmux config multi-alias rendering, global/direct conflict detection, surface-scoped native picker command conflict detection, Settings Keybindings list/search/detail surface-aware picker-local labels, compact action-list state copy, flat Keys list/action detail rows, key detail remove/test rows, Add key default press-key flow with Advanced typed entry, collapsed Troubleshooting entry copy, Settings delivery diagnostics that split logical key/raw bytes/tmux received key while distinguishing missing, ambiguous, adapter-needed, and delivered states, safe direct key pool and risky/reserved diagnostic-only copy, Projmux-owned Ghostty/Windows Terminal advanced delivery copy, raw escape/CSI-u/xterm modified/UserKey/UserSequence rejection from primary keymap storage, Labs compatibility redirect to the Keybindings root, capture/add-key flows, unsafe raw capture, reset behavior, stale guide docs guards, and welcome/runtime footer copy that avoids hardcoded launch-key guides.
|
|
41
|
+
- `make test` covers the default picker key ownership across catalog, generated tmux config, terminal adapters, setup probes, and native popup close hints: `Alt-4` opens AI Resume as a guaranteed launch default, while `Alt-7` opens the AI split picker as its editable default.
|
|
41
42
|
- `make test` also covers welcome revisit policy: legacy welcome state remains readable without suppressing shell entry, Enter continues without storing release skip, `s` stores an update skip for the current latest tag when an update is available, source installs show disabled Upgrade guidance, stale update cache refresh is best-effort, Settings > About > Welcome opens a Settings-native viewer without pending state, and shell prompt display does not schedule a redundant attach popup.
|
|
42
43
|
- `make test` also covers transport-dependent app tmux defaults for pane/window navigation (`M-Left`/`M-Right`/`M-Up`/`M-Down` and `M-S-Left`/`M-S-Right`) while keeping visible default chords, allowing additive safe plain aliases that do not store or remove the transport defaults, and no UserKey/CSI-u generated fallback.
|
|
43
44
|
- `make test` also covers direct `projmux ai split --agent <claude|codex|antigravity|shell|selective|resume>` launches, enabled-agent gating for disabled direct launches and disabled saved defaults, `--force-agent` as an explicit direct CLI-only override, selective picker filtering with all-disabled shell fallback guidance, resume picker routing/New delegation/zero-session fallback/Phase 1 fresh fallback contract, config-default preservation, extra args appended to resolved agent executables, managed pane metadata, title watcher startup, layout application, plain shell split behavior, selective picker delegation, invalid direct-agent usage errors, and regressions that direct concrete-agent and saved-default splits create a new pane without probing existing AI pane metadata or selecting an existing pane, including when launched from the current AI pane.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/docs/cli.md
CHANGED
|
@@ -705,18 +705,25 @@ fresh cached update is available, the shell welcome uses Enter=Continue,
|
|
|
705
705
|
`${XDG_CACHE_HOME:-~/.cache}/projmux/update-skip.json` and suppresses that tag
|
|
706
706
|
until a newer latest release appears.
|
|
707
707
|
|
|
708
|
-
Installer detection honors
|
|
709
|
-
`PROJMUX_INSTALLER=npm|go|github-release|source
|
|
710
|
-
|
|
708
|
+
Installer detection honors an explicit
|
|
709
|
+
`PROJMUX_INSTALLER=npm|go|github-release|source` first. When it is unset,
|
|
710
|
+
detection falls back to inspecting the running binary: an npm install tree
|
|
711
|
+
(`node_modules/@projmux/...`) is reported as `npm`, a `go install …@latest`
|
|
712
|
+
binary in `$GOBIN`/`$GOPATH/bin`/`~/go/bin` as `go`, and a local `go build`
|
|
713
|
+
(`make install`) — which reports a `(devel)` main-module version — as `source`.
|
|
714
|
+
`github-release` installs are indistinguishable from a hand-placed binary and
|
|
715
|
+
still require an explicit `PROJMUX_INSTALLER=github-release`. Anything else is
|
|
716
|
+
reported as `unknown` with guidance.
|
|
711
717
|
`apply` is installer-aware and only runs after explicit user selection.
|
|
712
|
-
For npm installs, it runs `npm
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
`
|
|
718
|
+
For npm installs, it runs `npm install -g projmux@latest` (which reliably
|
|
719
|
+
crosses minor/major versions where `npm update -g` does not, and re-resolves
|
|
720
|
+
the per-platform optional dependency) and then `projmux tmux apply` unless
|
|
721
|
+
`--no-apply` is set. For Go installs, it delegates to the existing atomic
|
|
722
|
+
`projmux upgrade` flow. For `github-release` installs, it downloads the latest
|
|
723
|
+
matching `projmux_<version>_<goos>_<goarch>.tar.gz` release asset, extracts the
|
|
717
724
|
binary, atomically replaces the current executable, then applies tmux
|
|
718
725
|
configuration unless `--no-apply` is set. `source` installs report an
|
|
719
|
-
actionable error
|
|
726
|
+
actionable error to update the checkout with `git pull --ff-only && make install`.
|
|
720
727
|
|
|
721
728
|
## upgrade
|
|
722
729
|
|
|
@@ -729,7 +736,7 @@ projmux upgrade [--ref @latest|@<tag>|@<branch>]
|
|
|
729
736
|
runs `projmux tmux apply` (skipped with `--no-apply`). Reads
|
|
730
737
|
`PROJMUX_PROJDIR` from the calling shell and memoizes the primary entry
|
|
731
738
|
to `~/.config/projmux/projdir`. npm-installed binaries reject this
|
|
732
|
-
command; use `projmux update apply` or `npm
|
|
739
|
+
command; use `projmux update apply` or `npm install -g projmux@latest` for npm
|
|
733
740
|
installs.
|
|
734
741
|
|
|
735
742
|
## welcome
|
package/docs/keybindings.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
projmux is keyboard-driven, but the guaranteed launch contract is small:
|
|
4
4
|
fresh installs bind `Alt-1` through `Alt-5` as plain Meta sequences
|
|
5
|
-
(`M-1`..`M-5`, bytes `\x1b1`..`\x1b5`). The AI
|
|
5
|
+
(`M-1`..`M-5`, bytes `\x1b1`..`\x1b5`). The AI split picker ships with an
|
|
6
6
|
editable `Alt-7` default. Other actions remain discoverable in
|
|
7
7
|
Settings > Keybindings. Transport-dependent actions keep their built-in
|
|
8
8
|
transport default key, and Settings can add separate safe tmux plain keys to
|
|
@@ -46,7 +46,7 @@ These shortcuts are the guaranteed launch defaults. They need no tmux prefix.
|
|
|
46
46
|
| `Alt-1` | Project sidebar |
|
|
47
47
|
| `Alt-2` | Notify sidebar |
|
|
48
48
|
| `Alt-3` | Recent Windows |
|
|
49
|
-
| `Alt-4` | AI
|
|
49
|
+
| `Alt-4` | AI resume session picker |
|
|
50
50
|
| `Alt-5` | Settings |
|
|
51
51
|
|
|
52
52
|
`RecentWindows:Open` opens the cross-project recent windows queue. It switches
|
|
@@ -84,14 +84,14 @@ Optional direct keys can be added for actions such as:
|
|
|
84
84
|
| --- | --- |
|
|
85
85
|
| `RecentWindows:Open` | Recent windows queue across projects |
|
|
86
86
|
| `ProjectSwitcherToggle` | Project switcher popup |
|
|
87
|
-
| `AISplitPickerToggle` | AI split popup picker; pressing again closes the picker popup |
|
|
88
|
-
| `AIResumePickerToggle` | AI resume session picker; default `Alt-
|
|
87
|
+
| `AISplitPickerToggle` | AI split popup picker; default `Alt-7`; pressing again closes the picker popup |
|
|
88
|
+
| `AIResumePickerToggle` | AI resume session picker; default `Alt-4`; pressing again closes the picker popup |
|
|
89
89
|
| `ai-split-right` | Open a new direct AI split to the right |
|
|
90
90
|
| `ai-split-down` | Open a new direct AI split below |
|
|
91
91
|
| `new-window` | New tmux window in the current pane directory |
|
|
92
92
|
| `rename-window` | Rename the current tmux window |
|
|
93
93
|
|
|
94
|
-
`AISplitPickerToggle` is the `Alt-
|
|
94
|
+
`AISplitPickerToggle` is the `Alt-7` popup picker toggle. It opens or closes
|
|
95
95
|
the picker UI where the user chooses the AI split mode. It is separate from
|
|
96
96
|
the direct `ai-split-right` and `ai-split-down` actions.
|
|
97
97
|
|
|
@@ -194,7 +194,7 @@ Legacy popup IDs such as `sessionizer-sidebar`, `notify-sidebar`,
|
|
|
194
194
|
names: `ProjectSidebarToggle`, `NotifySidebarToggle`, `SessionPopupToggle`,
|
|
195
195
|
`AISplitPickerToggle`, `SettingsToggle`, and `ProjectSwitcherToggle`. Direct
|
|
196
196
|
AI split actions keep their command IDs, `ai-split-right` and `ai-split-down`,
|
|
197
|
-
so Settings can distinguish them from the `Alt-
|
|
197
|
+
so Settings can distinguish them from the `Alt-7` popup picker toggle.
|
|
198
198
|
|
|
199
199
|
## Diagnose: `projmux setup`
|
|
200
200
|
|
|
@@ -179,7 +179,7 @@ Manual UX checks for the Docker sandbox:
|
|
|
179
179
|
- Alt-1 opens with the top border/title visible, not clipped.
|
|
180
180
|
- Vertical borders stay continuous while moving Up/Down.
|
|
181
181
|
- Alt-1 closes the sidebar immediately when pressed again.
|
|
182
|
-
- Alt-2, Alt-4, and Alt-
|
|
182
|
+
- Alt-2, Alt-4, Alt-5, and Alt-7 open their matching native popups and close
|
|
183
183
|
on the same Alt key immediately.
|
|
184
184
|
- Alt-3 opens Recent Windows.
|
|
185
185
|
- Arrow keys move selection without leaking `^[[` text into the query.
|
package/docs/testing.md
CHANGED
|
@@ -95,9 +95,9 @@ Observe:
|
|
|
95
95
|
- `Alt-1` opens the project sidebar.
|
|
96
96
|
- `Alt-2` opens the notification sidebar.
|
|
97
97
|
- `Alt-3` opens Recent Windows.
|
|
98
|
-
- `Alt-4` opens the AI
|
|
98
|
+
- `Alt-4` opens the AI resume session picker.
|
|
99
99
|
- `Alt-5` opens Settings.
|
|
100
|
-
- `Alt-7` opens the AI
|
|
100
|
+
- `Alt-7` opens the AI split picker.
|
|
101
101
|
- Pressing the same launch key again closes the popup instead of typing escape
|
|
102
102
|
bytes into the shell or picker input.
|
|
103
103
|
|
package/docs/upgrading.md
CHANGED
|
@@ -25,10 +25,18 @@ projmux update apply
|
|
|
25
25
|
Use `--dry-run` to see the planned action and `--no-apply` to skip reloading
|
|
26
26
|
the live tmux config after the binary changes.
|
|
27
27
|
|
|
28
|
-
Shell Upgrade invokes only `projmux update apply
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
Shell Upgrade invokes only `projmux update apply`, then reports success or the
|
|
29
|
+
specific failure inline and continues into the shell either way (a failed
|
|
30
|
+
upgrade is never fatal to shell entry). Shell Skip until next stores the current
|
|
31
|
+
latest release tag in `update-skip.json`; the prompt appears again when the
|
|
32
|
+
cached latest tag changes. For `source` and unknown installer sources, Upgrade
|
|
33
|
+
prints guidance and continues shell entry without applying anything.
|
|
34
|
+
|
|
35
|
+
The installer is detected from an explicit `PROJMUX_INSTALLER` first, then
|
|
36
|
+
inferred from the running binary when unset (npm install tree → `npm`,
|
|
37
|
+
`go install …@latest` binary in `$GOBIN`/`$GOPATH/bin`/`~/go/bin` → `go`, a
|
|
38
|
+
local `go build`/`make install` `(devel)` binary → `source`). `github-release`
|
|
39
|
+
still requires an explicit `PROJMUX_INSTALLER=github-release`.
|
|
32
40
|
|
|
33
41
|
## Behavior Changes
|
|
34
42
|
|
|
@@ -118,12 +126,20 @@ npm install -g projmux
|
|
|
118
126
|
For npm-managed installs, `projmux update apply` runs:
|
|
119
127
|
|
|
120
128
|
```sh
|
|
121
|
-
npm
|
|
129
|
+
npm install -g projmux@latest
|
|
122
130
|
projmux tmux apply
|
|
123
131
|
```
|
|
124
132
|
|
|
133
|
+
`npm install -g projmux@latest` is used instead of `npm update -g projmux`
|
|
134
|
+
because `npm update -g` honors the installed semver range and frequently
|
|
135
|
+
refuses to move a global install across a newer minor/major release, leaving it
|
|
136
|
+
stuck on an old version. `install -g …@latest` always fetches the newest
|
|
137
|
+
published release and re-resolves the per-platform optional dependency.
|
|
138
|
+
|
|
125
139
|
The npm shim sets `PROJMUX_INSTALLER=npm` so projmux can detect this path
|
|
126
|
-
automatically.
|
|
140
|
+
automatically. Even when the shim is bypassed, projmux infers the npm install
|
|
141
|
+
from the binary path (`node_modules/@projmux/...`). You can also update manually
|
|
142
|
+
with `npm install -g projmux@latest`.
|
|
127
143
|
|
|
128
144
|
## Go Installs
|
|
129
145
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projmux",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "tmux project session manager",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/crevissepartners/projmux#readme",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"package:npm:pack": "scripts/package-npm.sh --pack"
|
|
29
29
|
},
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"@projmux/linux-x64": "0.7.
|
|
32
|
-
"@projmux/linux-arm64": "0.7.
|
|
33
|
-
"@projmux/darwin-x64": "0.7.
|
|
34
|
-
"@projmux/darwin-arm64": "0.7.
|
|
31
|
+
"@projmux/linux-x64": "0.7.4",
|
|
32
|
+
"@projmux/linux-arm64": "0.7.4",
|
|
33
|
+
"@projmux/darwin-x64": "0.7.4",
|
|
34
|
+
"@projmux/darwin-arm64": "0.7.4"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
Binary file
|