mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
feat(cli): add detail mode to /context and track loaded skill bodies
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
b629de35cf
commit
4de9688543
7 changed files with 246 additions and 78 deletions
|
|
@ -40,6 +40,7 @@ describe('clearCommand', () => {
|
|||
resetChat: mockResetChat,
|
||||
}) as unknown as GeminiClient,
|
||||
startNewSession: mockStartNewSession,
|
||||
getToolRegistry: () => undefined,
|
||||
},
|
||||
},
|
||||
session: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue