v1.1.1
TabbyML/tabbyv1.1.1May 20, 2026by Dsantra92
AI Summary
This release implements a backend foundation for fetching repository file structure locally to support faster `@` file search in bare repositories. It includes comprehensive Vanta security vulnerability remediations and CI stability fixes.
Key Highlights
- Improved `@` file fuzzy search foundation with local git data
- Security and compliance updates (Vanta vulnerability remediation)
- CI stability fixes after context-engine merge
New Features
- Backend foundation for fetching repository file structure before repo initialization
- Support for fetching complete repository file structure from a local bare git repo
- Support for refs such as branches, tags, and commit SHAs
- Structured file metadata return (path, type, mode, SHA)
Full Release Notes
# 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
- 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
2. 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
3. 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