v1.0.0
potpie-ai/potpiev1.0.0Feb 23, 2026by dhirenmathur
AI Summary
Major release introducing multi-agent supervisor/delegation architecture for spec-driven development in large codebases. The coding agent achieved 63% on SWE Bench Lite, ahead of the leaderboard, and includes VSCode extension support for local execution.
Key Highlights
- Subagents through multi-agent supervisor/delegation architecture for focused, isolated task execution
- To-do list tooling for agents to track progress and coordinate multi-step work
- Improved coding agents with stronger structured workflows (research/plan/implement style)
- Bash tool support via Repo Manager for reliable local repository/worktree operations
- VS Code extension tunnel/local workspace support for local execution flows
New Features
- Multi-agent supervisor/delegation architecture
- To-do list tooling for agents
- PR-oriented tools (commit/push/PR/comment support)
- Repo Manager integration with parsing/worktree registration
- VS Code extension tunnel/local workspace support
- Slack, Linear, Confluence, Jira OAuth + webhooks integrations
- Gitbucket code provider support
- Image support in chat and multimodal features
- Gmail SSO support
- Work email validation for SSO
- Session management endpoints with streaming support
- Conversation API improvements
- Dependency migration from pip to uv
- Logfire and observability improvements
Full Release Notes
## What's Changed This is a major release in the direction of spec-driven development of complex features In large codebases. It includes a lot of context engineering development along with the infrastructure to research, plan, and implement complex changes. The coding agent included in this release was able to achieve 63% on SWE Bench Lite, placing it ahead of the leaderboard. This also includes some changes required for the VSCode extension to be able to leverage Potpie's knowledge graph infrastructure and agents while interacting with the local developer terminal. ## Highlights - Introduced **Subagents** through a new multi-agent supervisor/delegation architecture for focused, isolated task execution. - Introduced **To-do list tooling** for agents to track progress, manage tasks, and coordinate multi-step work. - Improved **coding agents** with stronger structured workflows (research / plan / implement style execution), better orchestration, and follow-up agent improvements. - Added and stabilized **bash tool support via Repo Manager**, enabling more reliable local repository/worktree operations for agent workflows. ## Agent & Coding Experience - Major agent revamp and follow-up improvements to orchestration, streaming, tool usage, and coding task execution. - Added PR-oriented tools to coding workflows (commit/push/PR/comment support) for more end-to-end automation. - Improved multi-agent tracing/observability for debugging delegated execution. - Added VS Code extension tunnel/local workspace support for stronger local execution flows. ## Repo Manager, Parsing, and Local Execution - Added Repo Manager integration with parsing/worktree registration for consistent repository management. - Improved bash and local code tool reliability with Repo Manager-backed worktrees. - Improved worktree creation/recreation logic, including legacy/non-bare repo handling and worktree-only parsing paths. - Added branch fetch/cache/search improvements and repo/branch UX refinements. - Improved parsing reliability with inference caching and multiple Celery/parsing production fixes. ## Integrations & Platform Features - Expanded integrations including Slack, Linear, Confluence, and Jira OAuth + webhooks. - Expanded extensible code provider support (including Gitbucket). - Added image support in chat and multimodal feature-flag support. - Added session management endpoints with streaming support and conversation API improvements. ## Auth & Account Management - Introduced gmail SSO support. - Added work email validation for SSO authentication. ## Reliability, Security, and Ops - Shipped broad dependency and security hardening updates (including CVE-related fixes). - Migrated from `pip` to `uv` and cleaned up dependencies. - Improved logging/observability (including Logfire and broader error-handling/logging updates). ## Docs & DX - README redesign and documentation updates. - Added new issue templates and performed repository cleanup/reorganization. - Included potpie-ui updates and UI refresh improvements. ## New Contributors * @emmanuel-ferdman made their first contribution in https://github.com/potpie-ai/potpie/pull/410 * @Zingzy made their first contribution in https://github.com/potpie-ai/potpie/pull/473 * @yashkrishan made their first contribution in https://github.com/potpie-ai/potpie/pull/506 * @kshitij2040 made their first contribution in https://github.com/potpie-ai/potpie/pull/573 **Full Changelog**: https://github.com/potpie-ai/potpie/compare/v0.1.7...v1.0.0