Commit c15d497
committed
feat: Add --show-thinking flag and Ctrl+O tool output toggle (PR langchain-ai#333)
- Add --show-thinking CLI flag to display agent reasoning process
- Add Ctrl+O keybinding to toggle tool output visibility
- Update toolbar to show tool output state with color indicators
- Display tool outputs with ↳ symbol in dim cyan style
- Update help documentation and README with new features
- Add comprehensive testing guide (docs/PR333_TESTING_GUIDE.md)
Changes:
- src/cli/config.py: Add show_thinking and show_tool_outputs to SessionState
- src/cli/execution.py: Add logic to display tool outputs and reasoning
- src/cli/input.py: Add Ctrl+O keybinding and toolbar indicators
- src/cli/main.py: Add --show-thinking argument and tips
- src/cli/ui.py: Update help documentation
- README.md: Document new CLI features
- docs/PR333_TESTING_GUIDE.md: Add comprehensive testing guide1 parent c725552 commit c15d497
File tree
7 files changed
+477
-8
lines changed- docs
- src/cli
7 files changed
+477
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
113 | 142 | | |
114 | 143 | | |
115 | 144 | | |
| |||
0 commit comments