mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
merge main branch functionalities
This commit is contained in:
parent
b69b2ce376
commit
23f6ae8513
30 changed files with 1378 additions and 420 deletions
|
|
@ -162,6 +162,7 @@ export const useSlashCommandProcessor = (
|
|||
session: {
|
||||
stats: session.stats,
|
||||
sessionShellAllowlist,
|
||||
resetSession: session.resetSession,
|
||||
},
|
||||
}),
|
||||
[
|
||||
|
|
@ -174,6 +175,7 @@ export const useSlashCommandProcessor = (
|
|||
clearItems,
|
||||
refreshStatic,
|
||||
session.stats,
|
||||
session.resetSession,
|
||||
onDebugMessage,
|
||||
pendingCompressionItemRef,
|
||||
setPendingCompressionItem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue