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
Inline images from tool results — Tool outputs that include image content blocks now render inline in the chat buffer on GUI frames, with MIME-type and size placeholders in terminal frames; thanks @conornash (#221)
Attach images to outgoing prompts (C-c C-a) — Select or paste a PNG, JPEG, GIF, or WebP path; the image shows in the input header and is sent through Pi's images RPC field when the model advertises image input. C-u C-c C-a clears it. One image per prompt, sent as-is under a 3 MiB source limit (#271)
Fixes
Pending prompts survive delayed starts and resets — A delayed agent_start no longer treats your just-sent prompt as an invisible no-turn command; extension-handled prompts retract cleanly, and starting a new session refuses to silently discard unresolved prompts and queued follow-ups (#273)
Stable test feedback — Removed unused session-verification scaffolding, fixed the intermittent GUI resize check, and documented ERT selector escaping through Make (#268)