Skip to content

v1.0.0

Latest

Choose a tag to compare

@dhirenmathur dhirenmathur released this 23 Feb 05:49
· 25 commits to main since this release
946c1e3

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

Full Changelog: v0.1.7...v1.0.0