@akiojin/gwt 6.25.0 → 6.26.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.
Files changed (3) hide show
  1. package/README.ja.md +15 -1
  2. package/README.md +15 -1
  3. package/package.json +1 -1
package/README.ja.md CHANGED
@@ -145,7 +145,7 @@ gwt clean
145
145
  |-----|------|
146
146
  | `Enter` | 既存エージェントペインにフォーカス / 非表示ペインを表示 / ウィザードを開く |
147
147
  | `d` | エージェントペインを削除(確認あり) |
148
- | `v` | エージェントペインの表示/非表示を切り替え |
148
+ | `v` | GitViewを開く(選択中ブランチのgit状態詳細) |
149
149
  | `Space` | ブランチの選択/選択解除 |
150
150
  | `Up/Down` | ブランチ間を移動 |
151
151
  | `PageUp/PageDown` | ページ移動 |
@@ -167,6 +167,20 @@ gwt clean
167
167
  | `Esc` | フィルターモードを終了 |
168
168
  | 入力 | ブランチ名でフィルター |
169
169
 
170
+ ### GitView画面
171
+
172
+ GitView画面は、選択中ブランチの詳細なgit状態(ファイル一覧、直近コミット)を表示します。
173
+
174
+ | キー | 動作 |
175
+ |-----|------|
176
+ | `Up/Down` | ファイル・コミット間を移動 |
177
+ | `Space` | ファイルのdiffまたはコミット詳細を展開/折りたたみ |
178
+ | `Enter` | PRリンクをブラウザで開く(ヘッダーにフォーカス時) |
179
+ | `v` / `Esc` | ブランチリストに戻る |
180
+
181
+ マウス:
182
+ - ヘッダーのPRリンクをクリックするとブラウザで開きます。
183
+
170
184
  ## ステータスアイコンの凡例
171
185
 
172
186
  | アイコン | 色 | 意味 |
package/README.md CHANGED
@@ -145,7 +145,7 @@ The tool presents an interactive interface with the following options:
145
145
  |-----|--------|
146
146
  | `Enter` | Focus existing agent pane / Show hidden pane / Open wizard |
147
147
  | `d` | Delete agent pane (with confirmation) |
148
- | `v` | Toggle agent pane visibility (show/hide) |
148
+ | `v` | Open GitView (git status details for selected branch) |
149
149
  | `Space` | Select/Deselect branch |
150
150
  | `Up/Down` | Navigate branches |
151
151
  | `PageUp/PageDown` | Page navigation |
@@ -167,6 +167,20 @@ Mouse:
167
167
  | `Esc` | Exit filter mode |
168
168
  | Type | Filter branches by name |
169
169
 
170
+ ### GitView Screen
171
+
172
+ The GitView screen shows detailed git status for a branch, including files and recent commits.
173
+
174
+ | Key | Action |
175
+ |-----|--------|
176
+ | `Up/Down` | Navigate files and commits |
177
+ | `Space` | Expand/collapse file diff or commit details |
178
+ | `Enter` | Open PR link in browser (when focused on header) |
179
+ | `v` / `Esc` | Return to branch list |
180
+
181
+ Mouse:
182
+ - Click on the PR link in the header to open it in your browser.
183
+
170
184
  ## Status Icons Legend
171
185
 
172
186
  | Icon | Color | Meaning |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiojin/gwt",
3
- "version": "6.25.0",
3
+ "version": "6.26.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"