Skip to content

HirayaCoder v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 10:03
· 79 commits to main since this release
c4eec8e

HirayaCoder v0.2.0 — a fully offline, local-first AI coding agent for VS Code.

Install

Download hirayacoder-0.2.0.vsix below, then:

code --install-extension hirayacoder-0.2.0.vsix

Requires Ollama running locally with at least one model
pulled. Nothing leaves your machine: the endpoint is loopback-enforced in code.

SHA-256  154f4b3cc72e86a1d13cac4c1e17065e35f39956ddffa7488397577aa62fcdb9

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

  • Create SECURITY.md for security policy by @jaymar921 in #1
  • Enhance Java project compilation and improve refusal messaging by @jaymar921 in #2
  • Improve Machine C benchmarks documentation and .vsix setup by @jaymar921 in #3
  • Machine C benchmarks (M4 Pro, 24 GB unified) + first human macOS run by @HaroldMars in #4
  • Enhance session management and adaptation features in version 0.2.0 by @jaymar921 in #5

New Contributors

Full Changelog: v0.1.0...v0.2.0