gemini-cli
gemini-cli copied to clipboard
Make debug console development only feature
Summary
- Debug console will only appear in debug mode
- ctrl-o is used in place of ctrl-s for showing more lines
- Errors will now appear in history stream
Details
Related Issues
Closes #10761
How to Validate
Added a console.error in /help command, error appeared in history stream and debug console was not activated
https://github.com/user-attachments/assets/f3db029b-d24d-4aa9-a852-e9d5e37cc38d
Pre-Merge Checklist
- [ ] Updated relevant documentation and README (if needed)
- [ ] Added/updated tests (if needed)
- [ ] Noted breaking changes (if any)
- [ ] Validated on required platforms/methods:
- [ ] MacOS
- [X] npm run
- [ ] npx
- [ ] Docker
- [ ] Podman
- [ ] Seatbelt
- [ ] Windows
- [ ] npm run
- [ ] npx
- [ ] Docker
- [ ] Linux
- [ ] npm run
- [ ] npx
- [ ] Docker
- [ ] MacOS