Skip to content

Releases: honeybadge-labs/virtui

v0.2.0

08 Apr 11:51
43926f2

Choose a tag to compare

Changelog

  • 43926f2 Add ANSI SGR-encoded screen output to screenshot (#22)
  • efe4999 Enforce same-user auth on daemon socket via peer credentials (#21)
  • 99a1104 Fix socket permissions and regex recompilation in hot loop (#18) (#20)

v0.1.4

02 Apr 10:19
6f09e0d

Choose a tag to compare

Changelog

  • f53c5e0 Add banner image to README (#7)
  • 6dca21d Add skill install instructions and use cases to README (#8)
  • ffe1530 Add tessl.json manifest (#6)
  • 6fcfb5f Add virtui skill for TUI automation (#4)
  • ea1e0e1 Enhance README with project description quote (#15)
  • 86f2469 Fix JSON error output and align docs with actual behavior (#12)
  • db5b686 Fix README opening hierarchy and remove vim quip (#9)
  • 0963428 Fix daemon stop (no-op) and add --json support for daemon commands (#16)
  • 6f09e0d Fix errcheck lint: discard conn.Close error in waitForReady (#17)
  • 5b88d00 Fix orphaned reference file by using markdown links (#5)
  • 988df82 Fix pipeline CLI (protojson) and default working directory (#10)

v0.1.3

31 Mar 21:09

Choose a tag to compare

Changelog

  • f53c5e0 Add banner image to README (#7)
  • 6dca21d Add skill install instructions and use cases to README (#8)
  • ffe1530 Add tessl.json manifest (#6)
  • 6fcfb5f Add virtui skill for TUI automation (#4)
  • 67c47c6 Fix JSON error output and align docs with actual behavior
  • db5b686 Fix README opening hierarchy and remove vim quip (#9)
  • 5b88d00 Fix orphaned reference file by using markdown links (#5)
  • 988df82 Fix pipeline CLI (protojson) and default working directory (#10)
  • 39d36a1 Use outputProtoJSON for all proto response serialization
  • dcfc748 bump tile

v0.1.1

31 Mar 12:09
a336c7b

Choose a tag to compare

Changelog

  • a336c7b Add Homebrew tap to goreleaser and install instructions to README (#3)

v0.1.0

31 Mar 11:11
38ed727

Choose a tag to compare

Changelog

  • eb7d0a9 Add -d short flag for --dir, improve daemon-not-running error message
  • eb20fd9 Add CI: lint, vet, test (#1)
  • 48f89bd Add comprehensive integration tests and fix resize deadlock
  • 38ed727 Add goreleaser with GitHub Actions release on tag push (#2)
  • 459972a Check session is running before write operations
  • 53a12b6 Fix asciicast recording missing output events
  • e219bb6 Fix daemon start reporting pid -1
  • 4568837 Fix module path to github.com/honeybadge-labs/virtui
  • 307d4f1 Implement virtui: TUI automation daemon + CLI for AI agents
  • 39727f7 Initial commit