Bug Description
ag read <session-id\u003e crashes with TypeError when trying to read session state.
Error
TypeError: Cannot read properties of undefined (reading 'split')
at handleRead (dist/commands/read.js:48:31)
Steps to Reproduce
- Create a session:
ag create "test task"
- Try to read it:
ag read <session-id>
- Observe crash
Expected Behavior
Should display session state/logs without crashing.
Environment
- Aegis v0.6.7
- Node v22.22.1
- Linux 6.17.0-35-generic
Impact
Blocks CLI session monitoring. Forces reliance on dashboard/Telegram.
Found During
Endurance test #4683 (2026-06-13).
Bug Description
ag read <session-id\u003ecrashes with TypeError when trying to read session state.Error
Steps to Reproduce
ag create "test task"ag read <session-id>Expected Behavior
Should display session state/logs without crashing.
Environment
Impact
Blocks CLI session monitoring. Forces reliance on dashboard/Telegram.
Found During
Endurance test #4683 (2026-06-13).