docs: refresh the hero animation and fix the zh-CN support matrix - #121
Merged
Conversation
The hero GIF predated both the DeepSeek Harness adapter and the Devin Desktop rename, so it showed ten agents under stale names. Replace it with a recording of all twelve, re-recorded at 1376x480 (down from 3840x732), which also drops the file from 13.26 MB to 9.45 MB. Both READMEs reference the same path, so neither needs a markup change. Also mark Plugins as supported for DeepSeek Harness in README.zh-CN.md. #118 shipped dsh plugin scanning and enable/disable and updated the English table, but the Chinese one still said the type was unsupported β which contradicted the very feature that release led with. Every one of the twelve rows now matches between the two files. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two README fixes, both fallout from v1.9.0.
Hero animation
The GIF at the top was recorded in June, before Kiro, Oh My Pi and DeepSeek Harness existed and before Windsurf became Devin Desktop. It showed nine agents β Claude Code, Codex, Gemini CLI, Cursor, Antigravity, Copilot, Windsurf, OpenCode, Hermes β against a README that claims twelve. Replaced with a recording of all twelve, under current names.
Both READMEs point at the same
media/agents-animation.gif, so no markup changed. Rendered at the existingwidth="800"the new clip is taller than the old one (800 Γ 279 vs 800 Γ 152) because the recording is less letterboxed.Re-encoding it further was not worth it: at the same width a 128-colour re-encode saved only 1.1 MB, and downscaling to 1200 px doubled the file to 17.6 MB β the export is already inter-frame optimised, and rescaling discards that.
zh-CN support matrix
README.zh-CN.mdstill listed Plugins as unsupported for DeepSeek Harness. #118 shipped dsh plugin scanning and enable/disable and updated the English table, but not the Chinese one β so Chinese readers saw the headline feature of that release marked as missing. All twelve rows now match between the two files; the only remaining difference is the header row, where English uses plurals and Chinese singulars.π€ Generated with Claude Code