Skip to content

docs: remove obsolete screenshot --base64 - #78

Open
risha-max wants to merge 1 commit into
thisnick:mainfrom
risha-max:fix/screenshot-docs-no-base64
Open

docs: remove obsolete screenshot --base64#78
risha-max wants to merge 1 commit into
thisnick:mainfrom
risha-max:fix/screenshot-docs-no-base64

Conversation

@risha-max

Copy link
Copy Markdown

Summary

  • The CLI removed screenshot --base64 before 0.3, but README / examples/scripts/list-drives.sh still documented it (agents hit unexpected argument '--base64' on 0.6.x).
  • Document the current file + --json (path / width / height) behavior.
  • Note that the Node.js API still returns { base64, width, height }.

Test plan

  • Confirm agent-rdp screenshot --help has no --base64
  • Confirm agent-rdp --json screenshot -o /tmp/x.png returns path/width/height
  • Skim README screenshot + JSON sections

Made with Cursor

The CLI dropped screenshot --base64 before 0.3; docs and list-drives.sh
still advertised it. Document file + --json path metadata, and point
agents at the Node API when they need base64 in-process.

Co-authored-by: Cursor <cursoragent@cursor.com>
denisix pushed a commit to denisix/agent-rdp that referenced this pull request Aug 9, 2026
Merged from thisnick#78 (risha-max). The CLI dropped
screenshot --base64 before 0.3 but README and the drive-listing
example script still referenced it, causing agents to hit
'unexpected argument --base64' on 0.6.x.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant