hive-ag3nt: scrub stale #658/#419 attribution cookies (#716 batch 2)
This commit is contained in:
parent
84f3fe5f69
commit
017786564a
4 changed files with 22 additions and 22 deletions
|
|
@ -63,10 +63,10 @@ impl LoginSession {
|
|||
.stdout(Stdio::piped())
|
||||
.stderr(Stdio::piped())
|
||||
// `claude` reads $HOME/.claude for the credentials dir. The
|
||||
// harness service env sets HOME to /home/<agent> (post-#658)
|
||||
// and the bind-mount lands the OAuth dir at the same path,
|
||||
// so the child inherits the right HOME without any further
|
||||
// wiring here.
|
||||
// harness service env sets HOME to /home/<agent> and the
|
||||
// bind-mount lands the OAuth dir at the same path, so the
|
||||
// child inherits the right HOME without any further wiring
|
||||
// here.
|
||||
.kill_on_drop(true)
|
||||
.spawn()
|
||||
.with_context(|| format!("spawn `{cmd}`"))?;
|
||||
|
|
|
|||
Loading…
Reference in a new issue