mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
refactor: Centralize session ID generation and propagation
This commit is contained in:
@@ -136,6 +136,7 @@ const baseConfigParams: ConfigParameters = {
|
||||
userMemory: '',
|
||||
geminiMdFileCount: 0,
|
||||
approvalMode: ApprovalMode.DEFAULT,
|
||||
sessionId: 'test-session-id',
|
||||
};
|
||||
|
||||
describe('ToolRegistry', () => {
|
||||
|
||||
Reference in New Issue
Block a user