mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
migrate compress command (#4271)
This commit is contained in:
parent
e88b9362dc
commit
b72e3dfb43
8 changed files with 230 additions and 96 deletions
|
|
@ -44,6 +44,8 @@ export const createMockCommandContext = (
|
|||
addItem: vi.fn(),
|
||||
clear: vi.fn(),
|
||||
setDebugMessage: vi.fn(),
|
||||
pendingItem: null,
|
||||
setPendingItem: vi.fn(),
|
||||
},
|
||||
session: {
|
||||
stats: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue