mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
A coding agent that spawns helpers stamps the spawned agent's id on every request it makes, and the spawning agent's id when that helper is nested. The parser read the session header and ignored both, so parallel agents inside one session all attributed to the session alone and there was no way to see which one spent the tokens. Emit them as metadata alongside the session id. They are opaque grouping identifiers rather than content, so they are stamped regardless of the prompt-collection toggle. Persisting them as queryable access-log columns is a schema change and is deliberately not part of this commit.