Hermes Android 1.0.1
Fixes\n- Fix chat streaming requests so existing conversations include the latest user message exactly once.\n- Parse Hermes hermes.tool.progress SSE events and show tool progress during streaming.\n- Fix cron job edits to use the dashboard {updates: ...} wrapper.\n- Preserve no-agent cron creation by creating the job first, then applying no_agent via update.\n- Add regression tests for chat request construction, SSE parsing, and cron update payloads.\n\nPR: #56\nIssues: #54, #55\n\n## Verification\n- flutter analyze\n- flutter test\n- flutter build apk --release --split-per-abi
What's Changed
- Document release code quality checklist by @rusty4444 in #53
- fix: repair chat streaming and cron requests by @rusty4444 in #56
Full Changelog: v1.0.0...v1.0.1