Skip to content

Releases: DheerG/agent-chat

v0.1.0

08 Apr 18:00
1672ff5

Choose a tag to compare

Install

macOS (one-liner — recommended):

curl -fsSL https://github.com/DheerG/agent-chat/releases/download/v0.1.0/agent-chat-macos-universal.tar.gz | tar xz && chmod +x agent-chat && ./agent-chat

macOS (manual download):
Download the .tar.gz for your architecture, then:

tar xzf agent-chat-macos-*.tar.gz
xattr -d com.apple.quarantine agent-chat
./agent-chat

Windows:
Download the .zip, extract agent-chat.exe, and run it.

Desktop app (macOS):
Download AgentChat-macos-*.app.tar.gz, extract, then:

xattr -cr AgentChat.app
open AgentChat.app

What's Changed

  • v2: Conversation-based architecture rebuild by @DheerG in #1
  • chore: remove GSD tooling and planning artifacts by @DheerG in #2
  • Simplify: strip to team observability core by @DheerG in #3
  • Update README for simplified architecture by @DheerG in #4
  • docs: rewrite README with compelling pain-first narrative by @DheerG in #5
  • feat: Rust executable and Tauri desktop app for zero-install distribution by @DheerG in #6

New Contributors

  • @DheerG made their first contribution in #1

Full Changelog: https://github.com/DheerG/agent-chat/commits/v0.1.0