Skip to content

v1.3.2

Latest

Choose a tag to compare

@chenhg5 chenhg5 released this 21 Apr 00:45
· 52 commits to main since this release

Hotfix release: session filtering is now configurable and defaults to showing all sessions.

Fixed

  • /list shows 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 /delete show all agent sessions regardless of origin.

Added

  • filter_external_sessions config option: users who do want to hide externally-created sessions can set filter_external_sessions = true in [[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 → /list lifecycle with provider-based authentication. Plus 9 adapter-level filter tests using real Codex/Claude Code session file fixtures.