@@ -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!)
+
+
## 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