Skip to content

Releases: justinabrahms/agent-chat

v0.3.0

06 Feb 08:24

Choose a tag to compare

Changelog

  • 5960dfa Add Claude Teams message source for Agent Teams support

v0.2.0

24 Jan 20:56

Choose a tag to compare

Changelog

  • 911134e Add -race flag to test job in CI (#25)
  • 76daf57 Add CI check requiring specs for substantial Go changes
  • dfac6e2 Add SVG favicon for Agent Chat UI (#36)
  • bc7dc1b Add coverage job to CI workflow (#24)
  • 78bcb70 Add gofmt formatting check to CI (#26)
  • 4c0c02b Add push trigger to CI workflow for main branch (#27)
  • 2a99ae9 Add user avatars and subtle sender color highlighting (#34)
  • 4197915 Fix gofmt formatting in config and gastown structs (#32)
  • cae82d9 Fix gofmt formatting in server.go avatarHues array (#35)
  • 0cc7d92 Fix spec-check CI failure on push events (#33)
  • f03c268 Make PR numbers link to actual repository PRs (#38)
  • ff1592b Release v0.2.0
  • 722305b Simplify spec-check to use GITHUB_BASE_REF directly (#28)
  • ee10b90 Use Robohash for robot avatars in multiclaude messages (#37)

v0.1.0

24 Jan 08:55

Choose a tag to compare

Changelog

  • b613fa7 Add 'mc-' prefix to multiclaude workspace names (#14)
  • 835d703 Add --version flag with build-time version info (#21)
  • 4712e9d Add CHANGELOG.md driven by OpenSpec proposals (#20)
  • 5e1a8d6 Add CONTRIBUTING.md with development setup instructions (#4)
  • 6d9c140 Add Dependabot config for Go module updates (#2)
  • 954e89e Add GitHub Actions CI workflow (#1)
  • 86b56ec Add GitHub issue and PR templates (#3)
  • 42bfdbe Add Makefile with standard build targets (#5)
  • a5d623b Add README and MIT LICENSE
  • 21180fc Add TODO.md with project roadmap
  • 853bd04 Add URL and issue reference link detection to messages (#16)
  • 37d423f Add chatroom UI proposal for agent messages
  • 0d33ee5 Add config file support (~/.config/agent-chat/config.yaml) (#11)
  • 001db33 Add full-text search for messages (#10)
  • 672a58f Add keyboard shortcuts for navigation (j/k, g+w, /) (#7)
  • 1cecbe1 Add light theme option with system auto-detection (#12)
  • 5425ea6 Add message grouping by sender (#9)
  • b372cc0 Add relative timestamps to messages (#18)
  • 93c5f84 Add release workflow with GoReleaser (#23)
  • beb54b2 Add syntax highlighting for code blocks in messages (#17)
  • 0da830c Add unread count in browser tab title (#15)
  • cd0afa5 Add unread message indicators for workspaces
  • 4e0aa34 Consolidate OpenSpec: archive completed changes, update TODO.md (#22)
  • 75ea36d Fix Gas Town GitHub link in README
  • 896e293 Fix SSE messages showing raw JSON instead of HTML (#13)
  • 1ce9feb Fix file watcher to detect new directories immediately (#8)
  • 2765665 Fix golangci-lint errcheck errors (#6)
  • 38455d2 Fix: Make URLs and issue refs clickable in message UI (#19)
  • ef26e8c Implement chatroom UI for agent messages
  • a218d4a Replace placeholder screenshot with actual image