Skip to content

v0.1.0

Choose a tag to compare

@clemlesne clemlesne released this 11 Mar 13:37

First feature-complete release of seek — a local code search tool powered by zoekt, designed for AI agents and developers.

Highlights

  • 3-line context in search results — closes the biggest gap with ripgrep
  • In-memory file reads — no more temporary file staging, faster and cleaner
  • One-liner installcurl -sSfL https://raw.githubusercontent.com/dualeai/seek/main/install.sh | sh
  • Sub-200ms search on real-world repositories

Performance

  • xxHash64 hashing for fast state cache invalidation
  • --no-renames git optimization
  • Cache consolidated into single .seek-cache/ directory

Infrastructure

  • 4-platform CI/CD matrix (linux/darwin × amd64/arm64)
  • Supply chain attestations and SBOM
  • GitHub Actions pinned to commit SHAs
  • Reproducible builds with version embedding

Code quality

  • Git layer refactored to atomic porcelain v2
  • Go 1.25 with all dependencies up to date
  • Tests for previously untested functions