Summary
After upgrading from 1.0.73 to 1.0.74 (and still broken in 1.0.75), the CLI no longer prints the session/exit summary when quitting. Rolling back to 1.0.73 restores the expected behavior.
Environment
- Copilot CLI: broken on
1.0.74 and 1.0.75; works on 1.0.73 (current rollback)
- OS: Ubuntu 22.04.5 LTS on WSL2 (kernel
6.18.33.1-microsoft-standard-WSL2)
- Terminal:
xterm-256color
- Shell:
/bin/bash
TERM=xterm-256color
Steps to reproduce
- Run
copilot (interactive mode).
- Have a normal conversation.
- Exit via
/exit (also tried ctrl+d).
- Observe: no summary is printed on exit.
Expected behavior
On exit, the CLI prints a session summary (as it does in 1.0.73).
Notes
/exit print still force-prints the session content, but the normal automatic summary on exit is missing.
- Verified on both
1.0.74 and 1.0.75 before rolling back to 1.0.73.
- No relevant setting in
settings.json appears to gate this (showTimestamps, footer settings, etc. were checked).
Regression range
First bad: 1.0.74 — Last good: 1.0.73
Summary
After upgrading from
1.0.73to1.0.74(and still broken in1.0.75), the CLI no longer prints the session/exit summary when quitting. Rolling back to1.0.73restores the expected behavior.Environment
1.0.74and1.0.75; works on1.0.73(current rollback)6.18.33.1-microsoft-standard-WSL2)xterm-256color/bin/bashTERM=xterm-256colorSteps to reproduce
copilot(interactive mode)./exit(also triedctrl+d).Expected behavior
On exit, the CLI prints a session summary (as it does in
1.0.73).Notes
/exit printstill force-prints the session content, but the normal automatic summary on exit is missing.1.0.74and1.0.75before rolling back to1.0.73.settings.jsonappears to gate this (showTimestamps, footer settings, etc. were checked).Regression range
First bad:
1.0.74— Last good:1.0.73