Skip to content

Releases: DheerG/agent-chat

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:35
da4a9fa

Updating from an earlier version

CLI: quit AgentChat, then re-run the one-line installer — it always
fetches the latest release, no uninstall needed:

curl -fsSL https://raw.githubusercontent.com/DheerG/agent-chat/main/install.sh | sh

Desktop app (macOS): quit AgentChat, download the latest
AgentChat-macos-*.app.tar.gz below, extract it, and drag AgentChat.app
into /Applications, replacing the old copy. On first launch, right-click
the app → Open and confirm once (it isn't notarized yet).

The app shows an "update available" banner when a newer release exists.

Install

macOS — recommended (one-line install):

curl -fsSL https://raw.githubusercontent.com/DheerG/agent-chat/main/install.sh | sh

Installs agent-chat to /usr/local/bin (or ~/.local/bin). Then run agent-chat.

Why this and not a browser download? macOS Gatekeeper blocks browser-downloaded binaries unless signed with a paid Apple Developer certificate. curl downloads bypass that check, so the install works instantly.

macOS — manual download:
If you prefer downloading the .tar.gz directly:

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

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

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

  1. Double-click AgentChat.app — macOS will block it
  2. Open System Settings → Privacy & Security
  3. Scroll to Security, find the blocked app, click Open Anyway
  4. Subsequent launches work normally

(A paid Apple Developer signature would eliminate this step. It's on the roadmap.)

What's Changed

  • Capture all team messages from transcripts; fix display + release/update; remove Node server by @DheerG in #7
  • ci: automate releases (label-driven) + fix Node for pnpm 11 by @DheerG in #8

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 18:00
1672ff5

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