Highlights
- Added
AGENTS.mdwith agent guidance, license reminders, workflow tips, and compliance expectations for contributors. - Refreshed the README: kept the inline
demo-run.gif, reordered the “Getting Started” sections (Docker before npm), and clarified Docker commands/notes. - Enhanced the editor:
- Type blocks now include a “Mode” dropdown (
replacevsappend) persisted on the action and honored during execution (agent.js now clears or appends before typing depending on the mode). - Press blocks gained modifier checkboxes plus a dropdown of base keys (navigation, digits, letters, functions), building combos such as
Ctrl+Shift+A.
- Type blocks now include a “Mode” dropdown (
- Updated the type definition (
Action.typeMode) and agent runtime to support the new typing modes. - Added
.github/workflows/npm-publish.ymlso pushing av*tag now runsnpm ci, builds the app, and publishes@doppelgangerdev/doppelgangervia theNPM_TOKENsecret.
Full Changelog: v0.5.2...0.5.3