@akiojin/gwt 6.4.0 → 6.5.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.ja.md CHANGED
@@ -158,6 +158,9 @@ gwt clean
158
158
  | `?` | ヘルプ |
159
159
  | `q` / `Ctrl+C` | 終了 |
160
160
 
161
+ マウス:
162
+ - ブランチ行をダブルクリックするとEnter相当の操作が実行されます(ペインフォーカス/ウィザード起動)。
163
+
161
164
  ### フィルターモード
162
165
 
163
166
  | キー | 動作 |
package/README.md CHANGED
@@ -158,6 +158,9 @@ The tool presents an interactive interface with the following options:
158
158
  | `?` | Help |
159
159
  | `q` / `Ctrl+C` | Quit |
160
160
 
161
+ Mouse:
162
+ - Double-click a branch row to trigger the Enter action (focus pane / open wizard).
163
+
161
164
  ### Filter Mode
162
165
 
163
166
  | Key | Action |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiojin/gwt",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "Interactive Git worktree manager with Coding Agent selection (Claude Code / Codex CLI / Gemini CLI)",
5
5
  "bin": {
6
6
  "gwt": "bin/gwt.js"