Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ View staged, modified, and untracked files with a split-pane interface. The side

### Conversations

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)
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)

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

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

- Create and delete workspaces with `n`/`D`
- Link TD tasks to workspaces for context tracking
- Launch Claude Code, Cursor, or OpenRouter agents with `a`
- Launch coding agents (Claude, Codex, Gemini, Cursor, OpenCode, Pi) with `a`
- Merge workflow: commit, push, create PR, and cleanup with `m`
- Auto-adds sidecar state files to .gitignore
- Preview diffs and task details in split-pane view
Expand Down
1 change: 1 addition & 0 deletions cmd/sidecar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
_ "github.com/marcus/sidecar/internal/adapter/kiro"
_ "github.com/marcus/sidecar/internal/adapter/opencode"
_ "github.com/marcus/sidecar/internal/adapter/pi"
_ "github.com/marcus/sidecar/internal/adapter/piagent"
_ "github.com/marcus/sidecar/internal/adapter/warp"
"github.com/marcus/sidecar/internal/app"
"github.com/marcus/sidecar/internal/config"
Expand Down
Loading