Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7d9d342
hive-acp: attach the agent's MCP servers over ACP itself
unforcedagi Jul 29, 2026
c1fd55b
spec: [agent] mode, so a container can be an environment rather than …
unforcedagi Jul 29, 2026
a478e1d
hive-acp: send the harness a cwd that exists where it runs
unforced Jul 29, 2026
f6e6a97
hive-acp: HIVE_HARNESS, so one binary can back several Buzz harness e…
unforced Jul 29, 2026
024edb2
catalog: a harness credential can be a file, not only an env var
unforced Jul 29, 2026
98b28e5
spec: an agent can name its own harness credential
unforced Jul 29, 2026
d6e2ab1
hive-acp: HIVE_ENV, because it selects a container and not an identity
unforced Jul 29, 2026
c231e1a
grok: GROK_HOME must be per-agent and writable, not the shared install
unforced Jul 29, 2026
f5ec12e
image: the agent's working directory was ephemeral, and nothing said so
unforced Jul 29, 2026
ba0cf95
hive wrapper: find docker without trusting PATH
unforced Jul 29, 2026
e1405e5
provider: deploy over ssh could never work against a containerized hived
unforced Jul 29, 2026
538215e
provider: report why a deploy failed, and catch one more spec error e…
unforced Jul 29, 2026
418bce2
hive is a harness; delete the provider that pretended it was a place
unforced Jul 29, 2026
e0ab021
auto-provision: use the credential form the harness actually reads
unforced Jul 30, 2026
7bdb8d9
hive-acp: model discovery needs an environment before the agent has a…
unforced Jul 30, 2026
8c3af37
grok's credential rotates, so stop pretending it can be injected
unforced Jul 30, 2026
d33e02d
environments: inherit operator defaults, so a new agent has its tools
unforced Jul 30, 2026
d153e2a
`hive mcp login` could never run in the image it ships in
unforced Jul 30, 2026
1142c1f
agent image: the tools an agent cannot install for itself
unforced Jul 30, 2026
97f7972
a model-discovery probe must not create an environment
unforced Jul 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [
"crates/hived",
"crates/hive-cli",
"crates/hive-acp",
"crates/buzz-backend-hive",
]

[workspace.package]
Expand Down
24 changes: 0 additions & 24 deletions crates/buzz-backend-hive/Cargo.toml

This file was deleted.

649 changes: 0 additions & 649 deletions crates/buzz-backend-hive/src/main.rs

This file was deleted.

1 change: 1 addition & 0 deletions crates/hive-acp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ hive-spec.workspace = true
hive-core.workspace = true
anyhow.workspace = true
toml.workspace = true
serde_json.workspace = true
Loading