Skip to content

Commit 19406df

Browse files
committed
build: release v1.3.2 — session filter default off + config switch
Made-with: Cursor
1 parent e30fb6f commit 19406df

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.3.2 (2026-04-21)
4+
5+
Hotfix release: session filtering is now configurable and defaults to showing all sessions.
6+
7+
### Fixed
8+
- **`/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.
9+
10+
### Added
11+
- **`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.
12+
- **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 (no env-var API keys required). Plus 9 adapter-level filter tests using real Codex/Claude Code session file fixtures.
13+
314
## v1.3.1 (2026-04-20)
415

516
Patch release with critical bug fixes for session management, config preservation, and Weibo media support.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-connect",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Bridge local AI coding agents (Claude Code, Cursor, Gemini CLI) to messaging platforms (Feishu, DingTalk, Slack, Telegram, Discord, LINE, WeChat Work)",
55
"keywords": [
66
"claude-code",

0 commit comments

Comments
 (0)