Commit 353afa7
authored
enhance(cli, query): update reasoning progress display (#368)
Improve the user experience when a model provides reasoning by showing
incremental progress. When using the `progress` display mode, the CLI
now prints "reasoning..." at the start and appends a dot for each
subsequent reasoning chunk received from the model.
This provides visual feedback that the model is still processing the
request during longer reasoning phases.
---------
Signed-off-by: Jean Mertz <[email protected]>1 parent ccdbca9 commit 353afa7
File tree
2 files changed
+12
-2
lines changed- crates
- jp_cli/src/cmd/query
- jp_config/src/style
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments