| Name | Modified | Size | Downloads / 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
- Improved @ file fuzzy search foundation
- Added support for fetching complete repository file structure from a local bare git repo.
- Supports refs such as branches, tags, and commit SHAs.
- Returns structured file metadata including path, type, mode/SHA-related data, and hierarchy information.
- Designed to support fast fuzzy search for file and directory mentions when users type @.
- 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
- 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
-
- CI stability: Repaired CI failures after the context-engine merge.
Related PR:
-
765: fix(tests): repair CI failures after context-engine merge
-
PR summaries
- fix(tests): repair CI failures after context-engine merge by @nndn in https://github.com/potpie-ai/potpie/pull/765
- fixed med vanta vulnerabilities by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/766
- Fixed all Critical, high, medium and low Vanta vulnerabilities for this Repo. by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/770
- fixed all vanta vulnerabilities by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/773
- Fixed high and med vanta vulnerabilities by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/779
- High and med vulnerabilities resolved by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/784
- Add file index before repo initialization by @Dsantra92 in https://github.com/potpie-ai/potpie/pull/764
- Med vanta vulns fixed by @shmbhvi101 in https://github.com/potpie-ai/potpie/pull/788
Full Changelog: https://github.com/potpie-ai/potpie/compare/v1.1.0...v1.1.1