mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 09:35:59 -04:00
Unifies PandaScript syntax by replacing uppercase keywords with slash commands (e.g., `/goto`, `/click`, `/fill`). Refactors the `Command` representation to use a generic tool call structure backed by schemas. BREAKING CHANGE: Uppercase PandaScript keywords (GOTO, CLICK, TYPE, etc.) are no longer supported. All scripts must use slash commands.