v2.0.0
thmoa/tex2shapev2.0.0Jul 3, 2026by Dsantra92
AI Summary
Potpie v2.0.0 introduces a new local-first architecture featuring a packaged CLI, local context engine, daemon workflow, and agent-facing context graph. This release makes the context graph available through the main package and `potpie-context-engine`, streamlining installation and validation for local agent workflows.
Key Highlights
- Launch of the local context engine with a packaged daemon workflow and improved setup flows.
- Enhanced agent workflows with Potpie skills, context graph support, and graph explorer UI.
- Expanded integrations with Linear and Jira ingestion and executable diff-sync skills.
- Platform cleanup including the deprecation of older server, library, and UI-submodule surfaces.
Breaking Changes
- Removal of the potpie library
- Removal of potpie-ui as a submodule
- Deprecation of older server, UI-submodule, scanner-ingest, and dead context-engine surfaces
New Features
- Packaged CLI and local context engine with daemon workflow
- Potpie skills manager for agent workflows
- Linear and Jira project ingestion skills
- Optional durable agent runtime (Hatchet)
- Observability features including Sentry and PostHog instrumentation
- VS Code DAP debug loop for agents
- Faster indexing and search capabilities using fff
- New logging + Sentry + logfire package
Full Release Notes
# Potpie v2.0.0 Potpie v2.0.0 introduces the new local-first Potpie architecture: a packaged CLI, local context engine, daemon workflow, and agent-facing context graph designed for installation and use outside the development repository. This release makes Potpie’s context graph available through the main `potpie` package and the `potpie-context-engine` package, giving users a cleaner way to install, set up, and validate local repository context, CLI workflows, and agent integrations. ## Highlights ### Local Context Engine and CLI Potpie v2 ships the foundation for the local context engine, including a packaged daemon workflow, improved setup and authentication flows, GitHub login handling, root CLI version support, and installability through `uv tool install potpie`. ### Agent Runtime and Context Graph The release strengthens agent workflows with Potpie skills, agent-facing context graph support, a graph workbench command surface, graph explorer UI, and improved read-surface and domain contracts for context-engine usage. ### Integrations Potpie v2 expands context-graph integrations with Linear and Jira ingestion, executable diff-sync skills, GitHub and Linear OAuth packaging support, and improved flow through Pot creation with agent harness skills. ### Cleanup and Platform Direction Potpie v2 deprecates older server, library, UI-submodule, scanner-ingest, and dead context-engine surfaces that are no longer part of the OSS direction. It also includes dependency, CVE, Vanta, credential-storage, and auth hardening work. Potpie v2.0.0 is the stable release of the v2 line, intended for users and contributors to install Potpie directly, run the local context engine, and use the new CLI and context graph as the foundation for local agent workflows. ## What's Changed * fix(deps): upgrade torch to 2.12.0 for Python 3.13.8 and add missing tree-sitter packages by @ASCE-D in https://github.com/potpie-ai/potpie/pull/793 * med vulns fixed by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/812 * fix(ci): harden prod Jenkins deployment pipelines by @yashkrishan in https://github.com/potpie-ai/potpie/pull/752 * fix: move PROJECT_PATH from os.getenv() to ConfigProvider by @arnavp27 in https://github.com/potpie-ai/potpie/pull/666 * feat(observability): new logging + Sentry + logfire package by @yashkrishan in https://github.com/potpie-ai/potpie/pull/785 * feat(observability): switch the codebase to the new logging package by @yashkrishan in https://github.com/potpie-ai/potpie/pull/790 * feat(hatchet): optional durable agent runtime by @ASCE-D in https://github.com/potpie-ai/potpie/pull/816 * feat(hatchet): route regenerate through backend selection by @ASCE-D in https://github.com/potpie-ai/potpie/pull/817 * Fix auth responses, agent tool wiring, user setup, and logging by @loopassembly in https://github.com/potpie-ai/potpie/pull/758 * Add docker ignore by @jdyaberi-pp in https://github.com/potpie-ai/potpie/pull/830 * feat(cli): potpie skills manager (fixes POT-1397) by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/840 * Remove potpie library (solves POT-1499) by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/848 * feat(debug-agent): VS Code DAP debug loop with hypothesis-driven workflow by @ASCE-D in https://github.com/potpie-ai/potpie/pull/845 * Remove potpie-ui as submodule by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/850 * Feat/local context engine by @nndn in https://github.com/potpie-ai/potpie/pull/853 * chore: clean up by @nndn in https://github.com/potpie-ai/potpie/pull/854 * Deprecate the server and related components by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/851 * Fixed Med Vulnerabilities by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/856 * feat(context-graph): one-shot Linear team ingestion skill + CLI trigger by @yashkrishan in https://github.com/potpie-ai/potpie/pull/839 * fix(github): stop leaking shared/system OAuth tokens across users (#727) by @ASCE-D in https://github.com/potpie-ai/potpie/pull/859 * fix(users): remove debug/PII log statements from user_service (#633) by @ASCE-D in https://github.com/potpie-ai/potpie/pull/860 * Fix missing context graph files in migration by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/858 * Complete flow till Pot creation along with Agent harness skills added with Multiple integrations added. by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/855 * feat(context-graph): one-shot Jira project ingestion skill + CLI trigger (POT-1442) by @yashkrishan in https://github.com/potpie-ai/potpie/pull/857 * feat(context-graph): Jira/Linear integration + executable diff-sync skills by @yashkrishan in https://github.com/potpie-ai/potpie/pull/864 * Add support for logging errors in sentry for cli and daemon) by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/865 * Added potpie skill to agents selected by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/869 * Add faster indexing and search capabilities using fff by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/866 * Fix context-engine CI regression for missing fixtures and flaky OAuth by @Nih1tGupta in https://github.com/potpie-ai/potpie/pull/871 * Improve CLI Integration auth UX (POT-1410 and POT-1541) by @Nih1tGupta in https://github.com/potpie-ai/potpie/pull/863 * Removed unecessary data shown in UI by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/872 * Fix shared CLI auth credential regressions by @Nih1tGupta in https://github.com/potpie-ai/potpie/pull/874 * [Vanta] Fix Low vulnerabilities in potpie-ai/potpie by @cursor[bot] in https://github.com/potpie-ai/potpie/pull/875 * BEAUTIFY CLI OUTPUT by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/877 * Fix interactive setup source deferral by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/882 * Don't use potpie observability package for v0 analytics by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/878 * feat: add Sentry metrics instrumentation by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/886 * Add posthog instrumentation by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/885 * Add PostHog CLI usage instrumentation by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/888 * [Vanta] Fix High vulnerabilities in potpie-ai/potpie by @cursor[bot] in https://github.com/potpie-ai/potpie/pull/883 * fix(cli): smooth GitHub login cancel flow, auto-open countdown, and setup skip when authenticated by @BrhKmr23 in https://github.com/potpie-ai/potpie/pull/880 * Restore detached context-engine daemon lifecycle by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/889 ## New Contributors * @arnavp27 made their first contribution in https://github.com/potpie-ai/potpie/pull/666 * @loopassembly made their first contribution in https://github.com/potpie-ai/potpie/pull/758 **Full Changelog**: https://github.com/potpie-ai/potpie/compare/v1.1.1...v2.0.0