mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Add chat recording toggle (CLI + settings) and disable recording in tests
This commit is contained in:
parent
4cbb57a793
commit
b9a2cc7bdf
13 changed files with 128 additions and 59 deletions
|
|
@ -486,6 +486,7 @@ describe('gemini.tsx main function kitty protocol', () => {
|
|||
authType: undefined,
|
||||
maxSessionTurns: undefined,
|
||||
channel: undefined,
|
||||
chatRecording: undefined,
|
||||
});
|
||||
|
||||
await main();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue