Hotfix release: session filtering is now configurable and defaults to showing all sessions.
Fixed
/listshows all sessions by default: the session filter introduced in v1.3.0 (which hid sessions not created by cc-connect) was accidentally merged and caused confusion. The filter is now off by default —/list,/switch, and/deleteshow all agent sessions regardless of origin.
Added
filter_external_sessionsconfig option: users who do want to hide externally-created sessions can setfilter_external_sessions = truein[[projects]]to restore the old filtering behavior.- Comprehensive integration tests: real-agent E2E tests for both Codex and Claude Code covering the full
/list→/new→ conversation →/listlifecycle with provider-based authentication. Plus 9 adapter-level filter tests using real Codex/Claude Code session file fixtures.