mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 09:35:59 -04:00
Moves script logic to `browser/script/` for shared use. Implements message rollback on API failure, caches environment variables, and fixes a potential panic in the spinner. - Relocate Command, Recorder, and Verifier to `src/browser/script/` - Implement message rollback on API and synthesis failures in Agent - Cache `LP_*` environment variables process-wide with mutex protection - Fix potential panic in Spinner during backward clock jumps - Improve Recorder to handle write failures and multi-line comments - Update documentation regarding attachments and path safety