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)
|
||||
|
||||
Reference in New Issue
Block a user