Skip to content

v1.1.1

Choose a tag to compare

@Dsantra92 Dsantra92 released this 20 May 11:30
· 143 commits to main since this release
20b53fe

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
  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: v1.1.0...v1.1.1