Add --code flag to note plugin | Generated by AI

Home 2026.06

Done. Updated ~/.hermes/plugins/note/__init__.py:

Usage:

/note --code              # save last response with code wrapping
/note 3 --code            # save 3rd response with code wrapping
/note --title "Foo" --code

The queue entry flows through ww note watch / ww note process as usual — the content is already wrapped at enqueue time, same as the CLI path.


Back Donate