File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11class BlockGooseCli < Formula
22 desc "Open source, extensible AI agent that goes beyond code suggestions"
33 homepage "https://block.github.io/goose/"
4- url "https://github.com/block/goose/archive/refs/tags/v1.0.17 .tar.gz"
5- sha256 "bf643964abc31458cc5d320ee43800b50fd5d6058458a6896489ac84d4563f57 "
4+ url "https://github.com/block/goose/archive/refs/tags/v1.0.18 .tar.gz"
5+ sha256 "7542d1f35f5bfd1cf47cec749d429e27b9d5c390112139c1b6c3e32ebf5df6ae "
66 license "Apache-2.0"
77 head "https://github.com/block/goose.git" , branch : "main"
88
@@ -39,9 +39,6 @@ def install
3939
4040 test do
4141 assert_match version . to_s , shell_output ( "#{ bin } /goose --version" )
42-
43- output = shell_output ( "#{ bin } /goose agents" )
44- assert_match "Available agent versions:" , output
45- assert_match "default" , output
42+ assert_match "Goose Locations" , shell_output ( "#{ bin } /goose info" )
4643 end
4744end
You can’t perform that action at this time.
0 commit comments