Skip to content

Releases: AraneaDev/alpheus

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Sep 22:49
c09c843

0.1.4 (2026-09-15)

Documentation

  • readme: credit the author and link the write-up (#10) (05912e9)

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 15 Sep 09:02
726765b

0.1.3 (2026-09-15)

Fixes

  • cli: drop --all from clean, and pin plugin.json to the release (#8) (67d0c99)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 15 Sep 08:18
b8bc21f

0.1.2 (2026-09-15)

Fixes

  • docs: correct README install instructions (#6) (4d05162)
  • docs: restore full ANSI color palette in TUI screenshot (#4) (9f80f33)

Documentation

  • readme: bring the README in line with the other Aranea plugins (#7) (3130232)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 21:14
70b3287

0.1.1 (2026-09-14)

Features

  • cli: add demo mode and exploratory findings for clean working trees (c00140b)
  • initial implementation of alpheus (8464560)
  • quality: add knip, markdownlint, JSDoc rules, and enforce >=90% test coverage (aa122b0)
  • tui: utilize full terminal width and height with alternate screen buffer (beb5f74)

Fixes

  • ci: ignore CHANGELOG.md in markdownlint-cli2 (#3) (418b8fb)
  • scanner: handle git mnemonic and custom diff prefixes (d92facb)
  • tui: align layout columns, repair screenshot vector math, and remove emojis (#1) (f82ee03)

Documentation

  • adopt AraneaDev housestyle and add screenshot generation script (00818e0)

Tests

  • resilience: harden test suite with Chaos-MCP mutation testing (68dfd33)

Continuous integration

  • add GitHub Actions CI, PR title check, and release-please workflows (4681cd0)