chore(doc-agent): use synclaude

Amolith created

Change summary

dot_config/private_fish/functions/doc-agent.fish | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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

@@ -1,4 +1,4 @@
-function doc-agent --description "Invoke Claude as a documentation-focused sub-agent"
+function doc-agent --description "Invoke Synclaude as a documentation-focused sub-agent"
     # Define available docsets
     set -l available_sets go
 
@@ -94,7 +94,7 @@ running any tool but Bash to execute `go doc` subcommands. You _must_ use\
             return 1
     end
 
-    claude --model $model \
+    synclaude -L "hf:zai-org/GLM-4.6" -l "hf:MiniMaxAI/MiniMax-M2" --model $model \
         --allowed-tools "$allowed_tools" \
         --disallowed-tools "$disallowed_tools" \
         --append-system-prompt "$system_prompt" \