summaryrefslogtreecommitdiffhomepage
path: root/packaging/[email protected]
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-02 15:42:00 +0900
committerAdam Malczewski <[email protected]>2026-06-02 15:42:00 +0900
commite475e527cd768dc05368a0881a07a84ea140e13e (patch)
tree0d59596468eb0d734eef712b52dca94476f89842 /packaging/[email protected]
parent9c89ec9db22d0a7226c36b62640addc00918029b (diff)
downloaddispatch-e475e527cd768dc05368a0881a07a84ea140e13e.tar.gz
dispatch-e475e527cd768dc05368a0881a07a84ea140e13e.zip
fix(tabs): clearer send_to_tab context to stop busy-wait + wrong-recipient replies
Two behavioral problems observed once the tools were usable: 1. The SENDER busy-waited for a reply (ran 'sleep 20' / polled) instead of ending its turn. Tool description, the delivery result text, and the system-prompt one-liner now say plainly: do not sleep/poll/run commands to wait; a reply arrives on its own in a later turn (or via read_tab in a future turn); keep working if there's other work, else end your turn. 2. The RECIPIENT replied to its OWN user in plain text instead of routing the answer back through send_to_tab. The provenance wrapper now states the message is from another AGENT (not your user), and that to reply you must use send_to_tab addressed to the sender's handle — and only if asked, since it may just be context. A plain text answer reaches only your own user. Tests updated for the new wording.
Diffstat (limited to 'packaging/[email protected]')
0 files changed, 0 insertions, 0 deletions