Everything in
Taskeract
Built for developers who use AI coding agents every day.
Core
Isolated Sessions
Every session gets its own git worktree and branch. Multiple agents work on the same project simultaneously without interfering with each other or your working directory.
Multi-Agent Support
Run Claude Code, OpenAI Codex, and OpenCode in separate sessions. Each agent runs in its own real terminal. Launch guest agents to run multiple agents in the same session.
Full Git Workflow
Review diffs with syntax highlighting, push branches, create pull requests on GitHub, GitLab, and Bitbucket, resolve merge conflicts, and monitor CI/CD checks. Agents can pull, push, and check pipeline status on their own.
PR Review
Review pull requests with inline comments, a three-state thread workflow, and a to-do checklist. Your agent can read and respond to review feedback directly.
Issue Tracking
Create, edit, and manage issues across GitHub, GitLab, Jira, Linear, Trello, and Taiga. Start sessions directly from issues, link tickets to sessions, and let your agent create, update, and comment on issues.
Session Persistence
Sessions survive app restarts and can be restored after deletion. Pick up exactly where you left off, including terminal scrollback and agent state.
Web App Mode
Every session gets its own .tact local domain with HTTPS and auto-provisioned certificates. Browser cache, cookies, and storage stay isolated between sessions -- no more localhost conflicts.
Developer Experience
Keyboard-Driven
Vim-style navigation across every view with numeric prefixes, visual mode, and search. Jump Mode gives you instant access to tabs, git actions, sessions, and issues -- all fully customizable.
Window Modes
Switch between tabbed, tiling, and sliding layouts. Arrange terminals, diffs, and sidebars side by side. Shell panels let you run commands alongside your agent. Each session remembers its layout.
Themes
Browse and install thousands of VS Code-compatible color themes from the Open VSX registry. Switch themes instantly or use the built-in Taskeract Dark and Light themes.
Git History Viewer
Browse your repository's full commit graph with keyboard-driven navigation. Inspect any commit with syntax-highlighted diffs, explore the file tree at any point in time, and view line-by-line blame annotations.
Library Source Resolver
Agents see compiled artifacts in node_modules and .class files, not the real source. The Library Source Resolver fetches original source repositories on demand so agents can read actual implementations.
External Editor
Open any session's working directory in your preferred editor with one click. Supports VS Code, Cursor, Windsurf, Zed, IntelliJ IDEA, and more.
Image Pasting
Paste images from your clipboard directly into agent terminals. Agents that support image input can see and reference them -- useful for sharing UI mockups, error screenshots, or diagrams.
Integrations
MCP Servers
Browse, install, and manage Model Context Protocol servers that give agents access to external tools and data sources -- web search, databases, APIs, and more.
Skills Marketplace
Install and manage agent skills from skills.sh. Skills extend what your agents can do -- from specialized code generation to domain-specific workflows.
Wiki Integration
Agents can read and search your project's wiki on GitHub, GitLab, Bitbucket, Confluence, or Taiga. Team knowledge like architecture decisions and onboarding guides becomes part of the agent's context.
Web Remote
Access Taskeract from a tablet or another computer on your local network. Monitor sessions, review changes, and interact with agents from any browser -- no extra installs needed.
Pro Add-on
See Pro pricing →Agent Sandbox Pro
Lock agents down to just the project worktree. Sandboxed sessions can't read your credentials, access other projects, or reach unexpected network endpoints -- so you can let agents run without watching every move.
Session Recording Pro
Every session is recorded automatically. Pause a running session to rewind and review what just happened, then jump back to live. Export recordings to share with teammates -- they can replay them on their own machine.
Session Sharing Pro
Invite teammates into a live agent session. Everyone sees the same terminal output in real time. Control who can type with per-guest write access. Hand off sessions to another device or teammate with a single link. All data is end-to-end encrypted.
Project Config Sync Pro
Share project configuration across your team via a git orphan branch. Agent preferences, environment settings, and project config stay in sync without cluttering your main branch.
Security
Excavator
Launch multiple AI agents to scan your project for real bugs in the background. Review findings with severity levels and file locations, then promote confirmed bugs directly to your issue tracker or copy them as prompts.