feat: add AGENT=goose environment variable for cross-tool compatibility (#7017)
This commit is contained in:
@@ -30,6 +30,7 @@ pub fn update(canary: bool, reconfigure: bool) -> Result<()> {
|
||||
.env("CANARY", canary.to_string())
|
||||
.env("CONFIGURE", reconfigure.to_string())
|
||||
.env("GOOSE_TERMINAL", "1")
|
||||
.env("AGENT", "goose")
|
||||
.spawn()?;
|
||||
|
||||
update.wait_with_output()?;
|
||||
|
||||
Reference in New Issue
Block a user