chore(doc-agent): update to synu

Amolith created

Change summary

dot_config/private_fish/functions/doc-agent.fish | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_config/private_fish/functions/doc-agent.fish 🔗

@@ -94,7 +94,7 @@ running any tool but Bash to execute `go doc` subcommands. You _must_ use\
             return 1
     end
 
-    synclaude -L "hf:moonshotai/Kimi-K2-Thinking" -l "hf:MiniMaxAI/MiniMax-M2" --model $model \
+    synu claude -H "hf:moonshotai/Kimi-K2-Thinking" -l "hf:MiniMaxAI/MiniMax-M2" --model $model \
         --allowed-tools "$allowed_tools" \
         --disallowed-tools "$disallowed_tools" \
         --append-system-prompt "$system_prompt" \