Skip to content

v0.2.1 - Sia Code

Choose a tag to compare

@DxTa DxTa released this 12 Jan 09:53
· 122 commits to main since this release

πŸŽ‰ First PyPI release as sia-code

What's New

  • Renamed from portable-code-index
  • Package name: sia-code
  • CLI command: sia-code
  • Config directory: .sia-code/

Features

  • ✨ Semantic search with OpenAI embeddings
  • πŸ” Multi-hop code research
  • 🌳 12-language AST support (Python, JS/TS, Go, Rust, Java, C/C++, C#, Ruby, PHP)
  • 🎯 Interactive search mode
  • πŸ‘€ Watch mode for auto-reindexing
  • πŸš€ NEW: Release from GitHub UI with version bumping

Installation

pip install sia-code
sia-code --version

Quick Start

sia-code init
sia-code index .
sia-code search "authentication logic"
sia-code interactive

See README for full documentation.