fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details
This commit is contained in:
@@ -11,7 +11,7 @@ DEFAULT_STREAM_LIMIT = 10 * 1024 * 1024 # 10MB per stream
|
||||
PROJECT_ROOT = Path(__file__).resolve().parent.parent
|
||||
BUILTIN_PROMPTS_DIR = PROJECT_ROOT / "systemprompts" / "clink"
|
||||
CONFIG_DIR = PROJECT_ROOT / "conf" / "cli_clients"
|
||||
USER_CONFIG_DIR = Path.home() / ".zen" / "cli_clients"
|
||||
USER_CONFIG_DIR = Path.home() / ".pal" / "cli_clients"
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
||||
@@ -102,7 +102,7 @@ class ClinkRegistry:
|
||||
env_path = Path(env_path_raw).expanduser()
|
||||
search_paths.append(env_path)
|
||||
|
||||
# 3. User overrides in ~/.zen/cli_clients
|
||||
# 3. User overrides in ~/.pal/cli_clients
|
||||
search_paths.append(USER_CONFIG_DIR)
|
||||
|
||||
seen: set[Path] = set()
|
||||
|
||||
Reference in New Issue
Block a user