You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three additions to match what landed in bdf5a27:
- /role_doc and /context: noted [π Paste] / [β Copy] buttons (raw
terminal paste keys are intercepted by the OS terminal before
reaching Textual's modal focus stack β the buttons go through
pyperclip directly and are reliable across terminals).
- /context: noted that the detail panel is now editable;
[πΎ Save edit] writes the change back to the row in place.
- New "Named slots β persistent state primitive" section covering
upsert_slot, the in-place mutable pinned-row primitive that lets
agents track state-that-changes (HP, location, sensor readings,
current status) without bloating the rolling window or routing
through memory files. Includes the Aethon-style example.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments