v0.1.2
This release lets agents read external files without changing them and lets Hermes runs explicitly
choose an authenticated provider.
Changes
- Adds repeatable
--readpaths and batchread_paths. AOP mounts declared files or directories
read-only inside the provider sandbox, records their mappings, sizes, and SHA-256 hashes, and
inherits or replaces them explicitly on resume (16ea87b). - Clarifies that declared inputs are hashed before launch but are not copied or snapshotted, so
another host process can still modify the source during a run (a3bcc8a). - Adds Hermes
--provideroverrides when an explicit model is supplied, persists the selected route,
and reapplies it on exact resume (eae4f91).