Vouch request: fix for deeply nested subagent agent:// resolution (#4650) #4673
Closed
any-victor
started this conversation in
General
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey @can1357 — following up on the Discord ping.
A couple of the bugs I logged already got merged (#4649, #4648), but #4650 still needs a vouch before I can PR the fix, which I've already got staged and ready: any-victor#1
It's a small one —
agent://can't resolve a deeply nested subagent's output (depth ≥ 2) becausetask/index.tswrites each level one dir deeper thanregistry-helpers.tslooks, soartifactsDirsFromRegistryjust needs to check both candidate dirs instead of one-or-the-other. Regression test included, fails on main and passes with the fix,bun checkgreen.Would really appreciate the vouch so I can open it. Cheers!
All reactions