mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Route CLI console.* calls to structured logging: - Debug/internal diagnostics → debugLogger (logfile) - User-facing output → writeStdoutLine/writeStderrLine/clearScreen (stdioHelpers) - Add stdioHelpers.ts with writeStdoutLine, writeStderrLine, clearScreen - Migrate pre-session files (gemini.tsx, sandbox.ts, config.ts) to stdioHelpers - Migrate extension/MCP commands to stdioHelpers - Migrate non-interactive session/control to debugLogger - Migrate UI hooks and components to debugLogger |
||
|---|---|---|
| .. | ||
| argumentProcessor.test.ts | ||
| argumentProcessor.ts | ||
| atFileProcessor.test.ts | ||
| atFileProcessor.ts | ||
| injectionParser.test.ts | ||
| injectionParser.ts | ||
| shellProcessor.test.ts | ||
| shellProcessor.ts | ||
| types.ts | ||