mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
* Fix notes send targets for manual agents * Split agent title merging into manual and launch-agent paths Separate the merging logic for terminal titles depending on whether the tab has a launch agent or is a manually started CLI. - Launch-agent tabs carry an owner bit, allowing their live titles to promote a stale status row on the same pane. - Manually started agents have no owner bit, so they only ever add a row and must not override existing status evidence. - Remove the temporary TitleHintAgentTarget type and the need to strip metadata when pushing targets.