Releases: DheerG/agent-chat
Releases · DheerG/agent-chat
v0.1.0
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-chatmacOS (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-chatWindows:
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.appWhat'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
Full Changelog: https://github.com/DheerG/agent-chat/commits/v0.1.0