Skip to content

Tags: johnwards/rodney

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README to match help.txt with all new features (simonw#21)

Add documentation for: connect command, start --show/--insecure flags,
reload --hard, clear-cache, file, download commands, screenshot -w/-h
viewport flags, and help keyword alternative.

https://claude.ai/code/session_01Qe3jJoZSbpcHRCUiNiKuBP

Co-authored-by: Claude <noreply@anthropic.com>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add showboat demo exercising the download command (simonw#5)

* Add showboat demo exercising the download command

Covers all download code paths: regular URL via href, data: URL
decoding, img src attribute fallback, stdout output with -, and
auto-inferred filenames.

https://claude.ai/code/session_01EdTvQDDLnwdjKfgdmvATk9

* Rename demo.md to notes/download-command-demo/README.md

Refs simonw@d82a926

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add accessibility testing commands (ax-tree, ax-find, ax-node) (simonw#3

)

* Add accessibility testing commands (ax-tree, ax-find, ax-node)

Three new commands exposing Chrome's Accessibility CDP domain:
- ax-tree: dumps the full accessibility tree with indented text output
- ax-find: queries nodes by accessible name and/or ARIA role
- ax-node: shows accessibility properties for a CSS-selected element

All commands support --json for machine-readable output.

Includes Go test suite with httptest server and headless Chrome,
covering tree formatting, node querying, property display, and
edge cases (depth limits, ignored nodes, missing elements).

https://claude.ai/code/session_013982JVUJZrJY1VSt96fkG2

* Add showboat demo for accessibility testing commands

Executable demo showing ax-tree, ax-find, and ax-node against a
sample bookstore page with navigation, tables, forms, and disabled
buttons. Includes a CI-style pipeline example checking that all
buttons have accessible names.

https://claude.ai/code/session_013982JVUJZrJY1VSt96fkG2

* Document accessibility commands in README

Add usage examples, command reference entries, and a CI scripting
example for ax-tree, ax-find, and ax-node.

https://claude.ai/code/session_013982JVUJZrJY1VSt96fkG2

---------

Co-authored-by: Claude <noreply@anthropic.com>

v0.1.0

Toggle v0.1.0's commit message
GitHub Actions workflows in correct place