Changelog

What's new in Ambih Code Helper

Every release, newest first: what was added, what changed, and what got fixed.

  1. v0.1.0

    Latest

    The first release. Code Helper reads your repository with real parsers and answers where things are defined, who calls them, what the architecture actually looks like, and what nothing calls any more.

    Added
    • Structural index for 13 languages — C#, JavaScript, TypeScript, Python, Java, Kotlin, Dart, PHP, C++, Rust, Go, Ruby and Scala — built from real syntax trees rather than text search.
    • Architecture map: every file placed by the role it plays, worked out from the dependency graph rather than from folder names, with the database, API, cache and queue it touches drawn as real boundaries.
    • Go to definition and find references across the whole project, backed by a call graph that reads the call's receiver rather than guessing from the name.
    • Dead code detection, graded by confidence and aware of framework dispatch.
    • Hotspots, and a Git tab that compares two commits as structure — which functions and connections appeared or disappeared — instead of as text.
    • An MCP server with 27 tools, so Claude, Cursor and Zed get the same structural answers instead of grepping your repository.