This website requires JavaScript.
Explore
Help
Sign In
abbyswag
/
qwen-code
Watch
1
Star
0
Fork
0
You've already forked qwen-code
mirror of
https://github.com/QwenLM/qwen-code.git
synced
2025-12-21 09:17:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9104ac02f7ac68d84bf9a3a78514bd080c77eec5
qwen-code
/
packages
/
cli
/
src
/
ui
/
utils
History
Scott Densmore
b46f220931
feat(cli): improve API error parsing and display (
#829
)
2025-06-07 22:04:57 -07:00
..
CodeColorizer.tsx
Allow themes to theme the UI (
#769
)
2025-06-05 14:35:47 -07:00
commandUtils.ts
fix: Ensure user written
!
is treated opaquely if not in shell mode\n\n- Addresses an issue where commands prefixed with
!
(e.g.,
!ls
) were incorrectly handled by the shell command processor if the
!
was added after initially typing the command.\n- Ensures that such commands are correctly forwarded to the Gemini model.\n- Updates
useGeminiStream
to be aware of shell mode to properly manage streaming state.\n\nFixes
https://buganizer.corp.google.com/issues/418761305
2025-05-19 16:16:47 -07:00
errorParsing.test.ts
feat(cli): improve API error parsing and display (
#829
)
2025-06-07 22:04:57 -07:00
errorParsing.ts
feat(cli): improve API error parsing and display (
#829
)
2025-06-07 22:04:57 -07:00
formatters.ts
feat: add --show_memory_usage flag to display memory usage in status bar (
#606
)
2025-05-30 15:18:01 -07:00
MarkdownDisplay.tsx
Allow themes to theme the UI (
#769
)
2025-06-05 14:35:47 -07:00
markdownUtilities.test.ts
Remove terminal tool and dependencies.
2025-05-11 12:35:55 -07:00
markdownUtilities.ts
Remove terminal tool and dependencies.
2025-05-11 12:35:55 -07:00