Skip to content

Add hive agent#462

Open
xn0tdev wants to merge 1 commit into
agentclientprotocol:mainfrom
xn0tdev:add-hive
Open

Add hive agent#462
xn0tdev wants to merge 1 commit into
agentclientprotocol:mainfrom
xn0tdev:add-hive

Conversation

@xn0tdev

@xn0tdev xn0tdev commented Jul 25, 2026

Copy link
Copy Markdown

Hive — Native Rust Coding Agent

Hive is a native Rust coding agent that speaks the Agent Client Protocol (ACP) over stdio.

Platforms

  • macOS ARM (darwin-aarch64)
  • macOS Intel (darwin-x86_64)
  • Linux x86_64 (linux-x86_64)
  • Windows x86_64 (windows-x86_64)

ACP Support

Implements ACP v1: initialize, session/new, session/prompt, session/cancel, session/set_mode, plus session/update notifications for agent messages, thoughts, tool calls (with diffs), plan updates, mode changes, and usage.

Notes

  • sha256 fields will be added once the first release CI run produces archives with checksums. The release workflow is already in place (tag-triggered, 4-platform matrix build).
  • Hive takes API keys from ~/.config/hive/config.toml or environment variables — no OAuth flow.

Hive is a native Rust coding agent that speaks ACP over stdio.
Supports macOS (ARM + Intel), Linux x86_64, and Windows x86_64.

Source: https://github.com/xn0tdev/hive
Releases: https://github.com/xn0tdev/hive/releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant