Skip to content

Commit 5b4812f

Browse files
Update hivemind to v0.2.0
1 parent 1a7c8ee commit 5b4812f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Formula/hivemind.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ class Hivemind < Formula
33

44
desc "Syncs agentic coding sessions to Weights & Biases"
55
homepage "https://github.com/wandb/agentstream-py"
6-
url "https://github.com/wandb/homebrew-taps/releases/download/hivemind-v0.1.9/hivemind-0.1.9-py3-none-any.whl"
7-
sha256 "71ba1f94835a8e07a54e87f998e55c6b73db8b5b36f2e74c8bf021a964689acb"
6+
url "https://github.com/wandb/homebrew-taps/releases/download/hivemind-v0.2.0/hivemind-0.2.0-py3-none-any.whl"
7+
sha256 "12ad9d8a009f6005e929188c94bea0170c9f42362ff87eaea4ee223d0fc1a237"
88
license "MIT"
99

1010
depends_on "[email protected]"
1111

1212
resource "agentstream" do
13-
url "https://github.com/wandb/homebrew-taps/releases/download/hivemind-v0.1.9/agentstream-0.1.9-py3-none-any.whl"
14-
sha256 "88616c64aa5a750b26be407d5f3bba0678ba51952224f3f84e91fd81d8aba47f"
13+
url "https://github.com/wandb/homebrew-taps/releases/download/hivemind-v0.2.0/agentstream-0.2.0-py3-none-any.whl"
14+
sha256 "bb1a57d1fb5e2685a13250f3be7d5de4825617a5adfe489ad558d02731bc8f47"
1515
end
1616

1717
def install
@@ -55,8 +55,10 @@ def post_install
5555
end
5656

5757
service do
58+
name macos: "com.wandb.hivemind"
5859
run [opt_bin/"hivemind", "run"]
5960
keep_alive true
61+
working_dir var
6062
environment_variables HIVEMIND_LOG_FILE: var/"log/hivemind.log"
6163
log_path var/"log/hivemind.log"
6264
error_log_path var/"log/hivemind.err"

0 commit comments

Comments
 (0)