fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details

This commit is contained in:
Fahad
2025-12-04 18:11:55 +04:00
parent bcfaccecd4
commit b2dc84992d
122 changed files with 1423 additions and 1056 deletions

View File

@@ -1,4 +1,4 @@
"""clink tool - bridge Zen MCP requests to external AI CLIs."""
"""clink tool - bridge PAL MCP requests to external AI CLIs."""
from __future__ import annotations
@@ -78,7 +78,7 @@ class CLinkTool(SimpleTool):
def get_description(self) -> str:
return (
"Link a request to an external AI CLI (Gemini CLI, Qwen CLI, etc.) through Zen MCP to reuse "
"Link a request to an external AI CLI (Gemini CLI, Qwen CLI, etc.) through PAL MCP to reuse "
"their capabilities inside existing workflows."
)
@@ -443,7 +443,7 @@ class CLinkTool(SimpleTool):
"You are operating through the Gemini CLI agent. You have access to your full suite of "
"CLI capabilities—including launching web searches, reading files, and using any other "
"available tools. Gather current information yourself and deliver the final answer without "
"asking the Zen MCP host to perform searches or file reads."
"asking the PAL MCP host to perform searches or file reads."
)
def _format_file_references(self, files: list[str]) -> str: