You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ All notable changes to Pi Session Manager will be documented in this file.
6
6
7
7
### Added
8
8
9
+
-**Pi tree node-label search and source filtering** — labels are now first-class searchable node metadata in global full-text search and the in-session tree
10
+
- Added Pi-specific raw label parsing with latest-wins / empty-label-clears semantics
11
+
- Indexed resolved labels as `source_type = "label"` hits tied to target nodes
12
+
- Added global `sourceFilter` modes: `all`, `labels_only`, `content_only`
13
+
- Added browse-all-labels behavior for `labels_only + empty query`
14
+
- Added backend/runtime `get_session_labels` lookup for chunked session trees
15
+
- Added label-aware session-tree display, local search, labeled-only filtering, and target-node navigation
16
+
9
17
-**Pi Live session integration** — real-time session sync with pi agent
10
18
- Unified TypeScript type definitions for live sessions
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
## Highlights
21
21
22
22
- Session browser with list/project/kanban views, favorites, tags, rename, delete, and export.
23
-
- Full-text search via SQLite FTS + Tantivy-backed indexing/search flows.
23
+
- Full-text search via SQLite FTS + Tantivy-backed indexing/search flows, including tree node label search and node content vs. label source filtering.
24
24
- In-session message search with inline highlights, current-match navigation, and keyboard-friendly close/reset behavior. `Cmd/Ctrl + F` behavior is configurable (search vs. sidebar toggle).
25
25
- Built-in terminal (PTY) and one-click resume of Pi sessions.
26
26
-**External Sessions** — scan and browse sessions from other coding agents (Claude, OpenCode, etc.) with unified settings UI for scan control and default resume targets.
0 commit comments