Download Latest Version v2.0.0 source code.zip (8.7 MB)
Email in envelope

Get an email when there's a new version of Potpie

Home / v1.1.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-20 2.7 kB
v1.1.1 source code.tar.gz 2026-05-20 7.0 MB
v1.1.1 source code.zip 2026-05-20 7.6 MB
Totals: 3 Items   14.6 MB 0

v1.1.1

This release candidate focuses on improving the developer experience around @ file mentions and fuzzy file search. The main change is the backend foundation for fetching repository file structure before repo initialization. This supports a faster and more reliable @ file search experience, where users can type @ and fuzzy search file or directory names for mentions. The implementation is designed to work from local bare repositories and Git refs, avoiding GitHub API limits and making it suitable for very large repositories.

Key Changes

  1. Improved @ file fuzzy search foundation
  2. Added support for fetching complete repository file structure from a local bare git repo.
  3. Supports refs such as branches, tags, and commit SHAs.
  4. Returns structured file metadata including path, type, mode/SHA-related data, and hierarchy information.
  5. Designed to support fast fuzzy search for file and directory mentions when users type @.
  6. Avoids GitHub API tree limits by using local git data instead of network-based file fetching.

Primary PR:

 - #764: Add file index before repo initialization
  1. Security and compliance updates: This release also includes Vanta vulnerability remediation across multiple severity levels. Related PRs:
    • 766: fixed med vanta vulnerabilities

    • 770: fixed critical, high, medium, and low Vanta vulnerabilities

    • 773: fixed all Vanta vulnerabilities

    • 779: fixed high and medium Vanta vulnerabilities

    • 784: resolved high and medium vulnerabilities

    • 788: fixed medium Vanta vulnerabilities

  2. CI stability: Repaired CI failures after the context-engine merge. Related PR:
    • 765: fix(tests): repair CI failures after context-engine merge

PR summaries

Full Changelog: https://github.com/potpie-ai/potpie/compare/v1.1.0...v1.1.1

Source: README.md, updated 2026-05-20