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
Added an optional personal profile for form filling. The profile stays local, is exposed only as a read-only /profile.md file, and requires explicit consent for each task.
Side-panel history now restores the conversation selected by the user, including a blank new conversation, after the panel is closed and reopened.
The side-panel shortcut now uses Chrome's native action toggle, so one browser-managed shortcut opens and closes the panel without extension-side state races.
Changed
The shortcut pill reads the active binding from chrome.commands.getAll() and refreshes when the side panel regains focus.
Browser REPL guidance and runtime results now use serializable element descriptors, exact selectors, and clearer errors for invented refs, bare indexes, and helper misuse.
Browser form matching recognizes labels from single-field component containers while avoiding ambiguous multi-field rows.
Fixed
Session selection writes and snapshot reads are serialized and transactionally coordinated, preventing stale events or delayed task startup from overwriting the user's last selection.
Personal profile reads are redacted in persisted tool events, tool runs, evidence digests, timelines, and exports while the authorized model call still receives the content.