v0.2.1 - Sia Code
π 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 --versionQuick Start
sia-code init
sia-code index .
sia-code search "authentication logic"
sia-code interactiveSee README for full documentation.