Added
- Image attachments via
@-mentions in the TUI for vision-capable models - Session deletion, exposed over ACP as the
session/deleteextension method - Browser sign-in now shows a copyable fallback URL when the browser does not open, so SSH and remote sessions can complete onboarding
- Toast notification when a
SKILL.mdfile fails to parse instead of silently dropping the skill - Trust prompt now proposes the git repository ancestor as a trust target
EnvironmentLayerin the layered configuration, populated fromVIBE_-prefixed environment variables
Changed
- New tool-call format for
readand the fileedittool write_fileis now create-only and refuses to overwrite existing files- Bumped
agent-client-protocolto 0.10.1
Fixed
- LLM calls now retry on network errors and timeouts (connection, read, write, remote protocol, timeout)
- Approval modal now sizes itself so the bottom of long tool-call payloads stays visible above the options block
- Banner connector count and
/mcppanel ordering now reflect which connectors are actually usable and the user's enable/disable choices disabled_toolsfrom runtime is merged with the TOML configuration instead of replacing it, and is enforced insideToolManager.get()shift+backspaceandshift+deletenow work in the chat input- Crash in the ACP
todoplan-update handler when the model's tool call failed validation
Removed
- Recursive search for nested harness files