Skip to content

Commit dddcb88

Browse files
authored
Merge pull request #155 from gregzuro/feature/pi-agent
Feature/pi agent
2 parents aa0dfef + a40bb4d commit dddcb88

File tree

17 files changed

+1756
-7
lines changed

17 files changed

+1756
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ View staged, modified, and untracked files with a split-pane interface. The side
108108

109109
### Conversations
110110

111-
Browse session history from multiple AI coding agents with message content, token usage, and search. Supports Amp Code, Claude Code, Codex, Cursor CLI, Gemini CLI, Kiro, OpenCode, and Warp. [Full documentation →](https://marcus.github.io/sidecar/docs/conversations-plugin)
111+
Browse session history from multiple AI coding agents with message content, token usage, and search. Supports Amp Code, Claude Code, Codex, Cursor CLI, Gemini CLI, Kiro, OpenCode, Pi Agent, and Warp. [Full documentation →](https://marcus.github.io/sidecar/docs/conversations-plugin)
112112

113113
![Conversations](docs/screenshots/sidecar-conversations.png)
114114

@@ -157,7 +157,7 @@ Manage workspaces for parallel development with integrated agent support. Create
157157

158158
- Create and delete workspaces with `n`/`D`
159159
- Link TD tasks to workspaces for context tracking
160-
- Launch Claude Code, Cursor, or OpenRouter agents with `a`
160+
- Launch coding agents (Claude, Codex, Gemini, Cursor, OpenCode, Pi) with `a`
161161
- Merge workflow: commit, push, create PR, and cleanup with `m`
162162
- Auto-adds sidecar state files to .gitignore
163163
- Preview diffs and task details in split-pane view

cmd/sidecar/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
_ "github.com/marcus/sidecar/internal/adapter/kiro"
2323
_ "github.com/marcus/sidecar/internal/adapter/opencode"
2424
_ "github.com/marcus/sidecar/internal/adapter/pi"
25+
_ "github.com/marcus/sidecar/internal/adapter/piagent"
2526
_ "github.com/marcus/sidecar/internal/adapter/warp"
2627
"github.com/marcus/sidecar/internal/app"
2728
"github.com/marcus/sidecar/internal/config"

0 commit comments

Comments
 (0)