docs(readme): add demo GIF and table formatting

Amolith created

Assisted-by: GLM 4.6 via Crush

Change summary

README.md | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)

Detailed changes

README.md 🔗

@@ -12,6 +12,8 @@ supported agents for currently-available models (so you can try a new
 one as soon as they support it, without waiting for the agent itself to
 gain support!)
 
+![Invoking synclaude with the interactive i subcommand to override the default models. First question is how to override the models, selecting each individually or by group. After selecting group, the next question is which group, large -L or light -l or both. After selecting large, the next question is which model to use, presented as a list of IDs with fuzzy filtering. After typing "mmm2" for MiniMax M2, last question is whether to save those as default. After selecting No, Claude Code starts. After typing Hi and getting a response and quitting Claude Code, synclaude shows how many requests were used during the session and the overall usage as percent used followed by N out of X remaining in parenthises.](https://vhs.charm.sh/vhs-3KmXLzKNOpUNFsxOu2za4q.gif)
+
 ## Requirements
 
 - Fish
@@ -93,12 +95,12 @@ changed. Command-line flags always override saved preferences.
 
 ### Claude Code
 
-| Tier | Default Model |
-|------|---------------|
-| Opus | `hf:moonshotai/Kimi-K2-Thinking` |
-| Sonnet | `hf:zai-org/GLM-4.6` |
-| Haiku | `hf:deepseek-ai/DeepSeek-V3.1-Terminus` |
-| Subagent | `hf:zai-org/GLM-4.6` |
+| Tier     | Default Model                           |
+| -------- | --------------------------------------- |
+| Opus     | `hf:moonshotai/Kimi-K2-Thinking`        |
+| Sonnet   | `hf:zai-org/GLM-4.6`                    |
+| Haiku    | `hf:deepseek-ai/DeepSeek-V3.1-Terminus` |
+| Subagent | `hf:zai-org/GLM-4.6`                    |
 
 **Override flags:**
 
@@ -116,8 +118,8 @@ synu claude --light hf:model "prompt"  # Sets Haiku
 
 ### OpenCode
 
-| Default Model |
-|---------------|
+| Default Model        |
+| -------------------- |
 | `hf:zai-org/GLM-4.6` |
 
 ```fish
@@ -126,9 +128,9 @@ synu opencode --model hf:other/model "prompt"
 
 ### Aider
 
-| Slot | Default Model |
-|------|---------------|
-| Main | `hf:zai-org/GLM-4.6` |
+| Slot   | Default Model                           |
+| ------ | --------------------------------------- |
+| Main   | `hf:zai-org/GLM-4.6`                    |
 | Editor | `hf:deepseek-ai/DeepSeek-V3.1-Terminus` |
 
 ```fish
@@ -141,8 +143,8 @@ synu aider --model hf:architect/model --editor-model hf:editor/model "prompt"
 
 ### llxprt
 
-| Default Model |
-|---------------|
+| Default Model        |
+| -------------------- |
 | `hf:zai-org/GLM-4.6` |
 
 ```fish
@@ -151,8 +153,8 @@ synu llxprt --model hf:other/model "prompt"
 
 ### Qwen Code
 
-| Default Model |
-|---------------|
+| Default Model        |
+| -------------------- |
 | `hf:zai-org/GLM-4.6` |
 
 ```fish