HirayaCoder v0.5.3
Pre-releaseHirayaCoder v0.5.3 — a fully offline, local-first AI coding agent for VS Code.
Install
Download hirayacoder-0.5.3.vsix below, then:
code --install-extension hirayacoder-0.5.3.vsixRequires Ollama running locally with at least one model
pulled. Nothing leaves your machine: the endpoint is loopback-enforced in code.
SHA-256 017f4248435f64ccba1e1c163221bb805825bfe2d4c17c9bbd88441f0970ec78
Verified by CI
Linted, unit-tested, and integration-tested against a real VS Code on
Ubuntu, macOS, and Windows, with zero production-dependency advisories.
See CHANGELOG.md for what changed, doc/FEATURES.md for what it does, and
security/ for the threat model and SAST report.
This is a pre-release. Offered to try, not to depend on: the agent edits and
deletes files in your workspace, and while every such action is permission-gated
and audited, it has not yet been used by anyone but the author. Start on a
scratch folder, or a repository with a clean git state.
What's Changed
- Fix project comprehension, security, and concurrency issues v0.5.3 by @jaymar921 in #11
Full Changelog: v0.5.0...v0.5.3