Skip to content
Merged
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
9 changes: 9 additions & 0 deletions data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ summary = "Desktop application for parallel management and orchestration of Clau
detail = "Conductor enables running multiple Claude Code agents simultaneously with isolated workspaces, progress monitoring, and git worktree management. Built for developers seeking to maximize AI-assisted coding productivity through parallel agent workflows."
agents = ["claude-code"]

[[interfaces]]
name = "Crystal"
website = ""
repo = "https://github.com/stravu/crystal"
open_source = true
summary = "Desktop Electron app for managing multiple Claude Code sessions in parallel git worktrees."
detail = "Crystal enables developers to run multiple Claude Code AI sessions simultaneously with isolated git worktrees for each session. Features persistent conversation tracking, built-in git operations, change visualization, and desktop notifications for streamlined parallel AI-assisted development workflows."
agents = ["claude-code"]

[[interfaces]]
name = "Agentrooms"
website = ""
Expand Down