Skip to content

PyPI beta release of potpie and potpie-context-engine

Pre-release
Pre-release

Choose a tag to compare

@Dsantra92 Dsantra92 released this 24 Jun 17:14
· 1 commit to main since this release
8dd175b

Potpie v2.0.0b3 Beta

This is the first beta release of Potpie v2 on PyPI.

This release publishes potpie==2.0.0b3 as the main package and potpie-context-engine==0.1.0b3 as the context engine package. The goal of this beta is to make the new Potpie CLI, local daemon, and context graph available for installation and testing outside the development repository.

This is a beta release, not a stable production release. It is intended for early users and contributors to validate installation, setup, local context graph behavior, CLI workflows, and agent integration before the stable v2 release.

Use it via uv:

uv tool install potpie

Summary

  • Publishes the first beta potpie package to PyPI.
  • Publishes the first beta potpie-context-engine package to PyPI.
  • Introduces the packaged local context engine and daemon workflow.
  • Provides the foundation for the new Potpie CLI and agent-facing context graph.
  • Leaves detailed changes, PRs, and contributors to the generated changelog below.

What's Changed

  • fixed all affected CVEs by @shmbhvi101 in #892
  • feat(domain): CE domain foundation — contract, write DTOs, read surface, ranking, nudge model, coherence by @nndn in #903
  • docs(context-graph): agent-surface skill/template bundles + design docs by @nndn in #904
  • chore(context-graph): scrub Graphiti references + tear down dead resolution-service shim by @nndn in #898
  • feat: CE v2 envelope + workbench ontology + read-surface contract + setup defaults + global instructions by @nndn in #905
  • Fixed High, Medium and low vulnerabilities for this repo by @shmbhvi101 in #908
  • fix(cli): post-setup integration login cancel flow + onboarding analytics (cg-01) by @nndn in #907
  • feat(ce): CE backends — deps, embedding/claim-query, write DTOs, FalkorDB, mutation pipeline by @nndn in #910
  • feat(ce): CE application services — workbench, V2 read surface, record routing, nudge by @nndn in #914
  • feat(cli): CE graph workbench command surface by @nndn in #915
  • feat: CE detached daemon + daemon runtime by @Dsantra92 in #916
  • feat: CE graph explorer UI + repo resolution + benchmarks/docs remnant by @Dsantra92 in #918
  • removal: drop scanner-ingest path + dead CE surfaces by @Dsantra92 in #919
  • Remove observability package by @Dsantra92 in #920
  • Bake Linear and GitHub OAuth client IDs into CLI wheel at build time. by @shmbhvi101 in #876
  • Limit potpie package to context engine by @Dsantra92 in #922
  • [codex] Disable keyring credential storage by @nndn in #923
  • Bake CLI telemetry IDs into the Python wheel by @Dsantra92 in #935
  • Preserve existing agent instructions by @Dsantra92 in #931
  • [codex] Cap Sentry SDK below 3.0 by @Dsantra92 in #938
  • Fix version for packages by @Dsantra92 in #939
  • [codex] fix graph telemetry instrumentation by @Dsantra92 in #940
  • Fix baked Sentry environment defaults by @Dsantra92 in #942
  • fix: wheel creation default environment by @nndn in #944
  • README for Context Graph setup (release potpie 2.0 beta 1) by @Dsantra92 in #897
  • Hotfix uv tool install potpie by @Dsantra92 in #945
  • Embed dotenv build defaults in wheel by @Dsantra92 in #947
  • Add root CLI version option by @nndn in #925
  • [codex] bump packages to b3 by @nndn in #948

Full Changelog: v2.0.0...v2.0.0b3