This website requires JavaScript.
Explore
Help
Sign in
acmcarther
/
qwen-code
Watch
1
Star
0
Fork
You've already forked qwen-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6
7408c78dbb
qwen-code
/
packages
/
cli
/
src
/
ui
/
utils
History
Taylor Mullen
323b1298f9
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
..
CodeColorizer.tsx
Revert "Support syntax highlighting for more languages (
#246
)" (
#264
)
2025-05-06 08:16:32 -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
MarkdownDisplay.tsx
Refactor: Improve UI rendering and address code review comments
2025-05-15 22:57:28 -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