qwen-code/packages/cli/src/ui
Taylor Mullen 3db2a796ec Fix Tool -> Text -> Confirmation bu that results in disordered history
- We weren't reseting the tool group inbetween content which meant we'd start a new group on the first tool call, and if regular textual content followed it'd effectively close that group; however, we weren't updating our state to really close that group. Meaning, any subsequent tool calls or confirmations would get grouped with the original grouping.
  - When we see textual content from Gemini we now reset the tool call group.

Fixes https://b.corp.google.com/issues/412605330
2025-04-22 10:33:36 -04:00
..
components Update confirmation dialog UI 2025-04-22 10:33:06 -04:00
hooks Fix Tool -> Text -> Confirmation bu that results in disordered history 2025-04-22 10:33:36 -04:00
utils Make model-generated code copyable (#70) 2025-04-20 21:48:30 +01:00
App.tsx env var to set default model, display model on lower right (#110) 2025-04-21 23:25:10 -07:00
colors.ts Update UI of tool messages 2025-04-22 08:05:30 -04:00
constants.ts Add apache2 SPDX headers to all source files (#48) 2025-04-18 17:44:24 -07:00
types.ts Update UI of tool messages 2025-04-22 08:05:30 -04:00