Record a real same-session app GIF for the README#10
Conversation
Snailflyer
left a comment
There was a problem hiding this comment.
Thanks for opening this. README is the right surface, but this PR does not yet satisfy #2 because it adds a placeholder comment instead of using the real v1.0.7 same-session recording that now exists.
Please replace the placeholder with the actual public GIF snippet from #2:
#2 (comment)
Direct GIF asset:
https://github.com/Snailflyer/faryo/releases/download/v1.0.7/faryo-public-redacted-same-session-handoff-walkthrough-20260528-0120.gif
Please also update the README links that still point at the older v1.0.0 launch note/install path so the proof asset and the release path both point at v1.0.7.
Once the README embeds the real redacted GIF and removes the placeholder comment, this will be in the right shape.
|
I rechecked the current README and this PR diff. The smallest change that would make this PR mergeable is:
Suggested replacement for the placeholder area: <p>
<img src="docs/assets/screenshots/faryo-gateway-workbench-redacted.png" alt="Faryo Gateway workbench showing route health, handoff package, launch shortcuts, and session history" width="280">
<img src="docs/assets/screenshots/faryo-owner-session-redacted.png" alt="Faryo Owner session view showing compact output, agent metadata, approval controls, and composer" width="280">
</p>
### Same-session walkthrough
This redacted recording shows Faryo sending short input, injecting a text handoff package, and injecting an attachment handoff package back into the same live `tmux` session:
<p>
<img src="https://github.com/Snailflyer/faryo/releases/download/v1.0.7/faryo-public-redacted-same-session-handoff-walkthrough-20260528-0120.gif" alt="Faryo same-session walkthrough showing short input, text handoff, and attachment handoff returning to one live tmux session" width="320">
</p>And update Quickstart to: curl -LO https://github.com/Snailflyer/faryo/releases/download/v1.0.8/faryo_1.0.8_all.deb
sudo dpkg -i faryo_1.0.8_all.debThere is not yet a newer |
Fixes #2