From dd0933d64e40d9a7313a067f0da3b4cf49f522e2 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 20 Dec 2025 10:01:09 -0700 Subject: [PATCH] chore(doc-agent): update to synu --- dot_config/private_fish/functions/doc-agent.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/private_fish/functions/doc-agent.fish b/dot_config/private_fish/functions/doc-agent.fish index 2f951eb4cabb377bd77231e45c3c049d5e95e42c..48e7d2f3f17e342e552f015731f9a428c00057cd 100644 --- a/dot_config/private_fish/functions/doc-agent.fish +++ b/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" \