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
feat: add Pi/OpenClaw adapter to docs site, release v0.71.0 (td-f25d16)
Add Pi AI agent to supported agents across the website homepage,
conversations plugin docs, and intro page. Update td to v0.33.0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
All notable changes to sidecar are documented here.
4
4
5
+
## [v0.71.0] - 2026-02-09
6
+
7
+
### Features
8
+
9
+
-**Pi Adapter**: View Pi AI agent sessions (OpenClaw) in the conversations plugin, with session classification (interactive, cron, system), source channel detection, and CWD-based project matching
10
+
11
+
### Documentation
12
+
13
+
- Add Pi to supported agents on website homepage, conversations plugin docs, and intro page
Copy file name to clipboardExpand all lines: website/docs/intro.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
@@ -138,7 +138,7 @@ Create isolated branches, launch agents with custom prompts, and watch their pro
138
138
139
139
**Browse session history from all your AI agents with search and token tracking.**
140
140
141
-
Unified view of sessions across Claude Code, Cursor, Gemini CLI, OpenCode, Codex, and Warp. Search by message content, expand to see full conversations, and track token usage per session. Useful for reviewing what your agents accomplished or resuming previous work.
141
+
Unified view of sessions across Claude Code, Cursor, Gemini CLI, OpenCode, Codex, Pi, and Warp. Search by message content, expand to see full conversations, and track token usage per session. Useful for reviewing what your agents accomplished or resuming previous work.
0 commit comments