TUI /tell and /peek use the existing peer mailbox (#563 leftovers) - #648
Merged
Conversation
#563 leftovers: stop telling the changelog that the model can target "all", catalog the same /tell and /peek the line REPL already has, and run them through an engine PeerFn so the pager posts to the real room instead of reimplementing the channel.
This was referenced Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#563 leftovers only — peer talk already exists (#469 + ADR 0004). This does not rebuild the channel.
Slice A — tell the truth
graff's 0.0.244 changelog still claimed the modelpeer_messagetool could target"all". It cannot (retired; floods every folder). The line now matches the tool: room or named DM for the model;/tell allstays the human device-wide broadcast.Schema /
tool_desc/ the collision gate were already honest.#469stays in comments and old-transcript prefix matchers only.Slice B — pager verbs
The line REPL already had
/telland/peek. The TUI catalog did not, so the pager answeredunknown command./helplist both verbsengine.PeerFn— the TUI does not posttui_launchimplements the callback with the existingtellCommand/peekCommandTUI/sim.Termcovers catalog, dispatch, and a/tellthat shows the posted confirmationsrc/tui_peer.zigposts/tell allintochan-all.jsonl(from_user: true) so another session would hear itNot in this PR (still #563)
Slices C–E: typed channel events, model
peer_peek, posted-vs-delivered /in_reply_to. Mid-turn inject stays #430.Leave #563 open until those land or are split out.