@akiojin/gwt 6.3.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 +4 -0
- package/README.md +4 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -16,6 +16,7 @@ Rust版はCLI/TUIの主要フローとWeb UI(REST + WebSocket端末)まで
|
|
|
16
16
|
|
|
17
17
|
- **モダンTUI**: Ratatuiによるスムーズでレスポンシブなターミナルインターフェース
|
|
18
18
|
- **フルスクリーンレイアウト**: リポジトリ情報付きの固定ヘッダー、枠線付きのブランチリスト
|
|
19
|
+
- **ブランチサマリーパネル**: コミット履歴、変更統計、ブランチメタデータに加えて、Tabでセッション要約を切り替えて表示
|
|
19
20
|
- **スマートブランチ作成**: ガイド付きプロンプトと自動ベースブランチ選択でfeature、bugfix、hotfix、releaseブランチを作成
|
|
20
21
|
- **高度なワークツリー管理**: 作成、Worktreeのあるブランチのクリーンアップ、パス最適化を含む完全なライフサイクル管理
|
|
21
22
|
- **Coding Agent 選択**: 起動時の対話型ランチャーでビルトイン(Claude Code / Codex CLI / Gemini CLI / OpenCode)または `~/.gwt/tools.json` 定義のカスタムを選択
|
|
@@ -157,6 +158,9 @@ gwt clean
|
|
|
157
158
|
| `?` | ヘルプ |
|
|
158
159
|
| `q` / `Ctrl+C` | 終了 |
|
|
159
160
|
|
|
161
|
+
マウス:
|
|
162
|
+
- ブランチ行をダブルクリックするとEnter相当の操作が実行されます(ペインフォーカス/ウィザード起動)。
|
|
163
|
+
|
|
160
164
|
### フィルターモード
|
|
161
165
|
|
|
162
166
|
| キー | 動作 |
|
package/README.md
CHANGED
|
@@ -16,6 +16,7 @@ The Rust implementation covers the core CLI/TUI workflow and the Web UI (REST +
|
|
|
16
16
|
|
|
17
17
|
- **Modern TUI**: Built with Ratatui for a smooth, responsive terminal interface
|
|
18
18
|
- **Full-screen Layout**: Persistent header with repo context and boxed branch list
|
|
19
|
+
- **Branch Summary Panel**: Real-time branch details panel with commit history, change stats, branch metadata, plus a Tab-switchable session summary view
|
|
19
20
|
- **Smart Branch Creation**: Create feature, bugfix, hotfix, or release branches with guided prompts and automatic base branch selection
|
|
20
21
|
- **Advanced Worktree Management**: Complete lifecycle management including creation, cleanup of worktree-backed branches, and path optimization
|
|
21
22
|
- **Coding Agent Selection**: Choose between built-in agents (Claude Code / Codex CLI / Gemini CLI / OpenCode) or custom coding agents defined in `~/.gwt/tools.json`
|
|
@@ -157,6 +158,9 @@ The tool presents an interactive interface with the following options:
|
|
|
157
158
|
| `?` | Help |
|
|
158
159
|
| `q` / `Ctrl+C` | Quit |
|
|
159
160
|
|
|
161
|
+
Mouse:
|
|
162
|
+
- Double-click a branch row to trigger the Enter action (focus pane / open wizard).
|
|
163
|
+
|
|
160
164
|
### Filter Mode
|
|
161
165
|
|
|
162
166
|
| Key | Action |
|