zilmate 1.8.5 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ const title = `ZilMate ${tag}`;
12
12
 
13
13
  const notes = `# ${title}
14
14
 
15
- ZilMate ${tag} — Default workspace path relocation on Windows, global fallback dotenv loader, and streamlined interactive setups.
15
+ ZilMate ${tag} — Critical hotfix for Vercel AI Gateway custom fetch client to resolve connection pool leaks, socket exhaustion, and SSL handshake errors that resulted in raw 'Gateway request failed' responses.
16
16
 
17
17
  ## Install
18
18
 
@@ -25,11 +25,12 @@ zilmate menu
25
25
 
26
26
  ## Highlights
27
27
 
28
- - **Windows Workspace Relocation** — Migrated the default workspace path on Windows and macOS from \`Downloads/ZilMate\` to \`~/ZilMate\` to prevent configuration clutter inside the user's downloads folder. Added robust, backward-compatible candidate checking so that pre-existing workspace folders are recognized automatically.
29
- - **Global Fallback Env Loading** — Upgraded the environment loading system in \`src/config/env.ts\` to read and resolve configuration files (\`.env\`, \`.env.local\`) from the resolved workspace root as a global fallback. Local working directory settings still override workspace-level settings cleanly.
30
- - **Interactive Setup Path Resolution** — Revamped \`zilmate setup\` to save the generated environment variables inside the resolved \`ZilMate\` workspace folder by default when run without a specific path option, avoiding cluttering arbitrary terminal directories.
31
- - **Interactive Arrow-Key Menus** — Upgraded CLI selection interfaces to use premium arrow-key navigation, replacing traditional number inputs.
32
- - **Bracketed Paste Mode Integration** — Added robust bracketed paste sequences to handle seamless multi-line pastes directly inside terminal inputs without unexpected line execution or truncation.
28
+ - **CRITICAL HOTFIX: Connection Pool & Socket Leak** — Fixed an architectural issue in our Vercel AI SDK gateway fetch wrapper that created a \`new Agent\` (separate connection pool) for every single HTTP request. We now instantiate a single, reused global Undici \`Agent\` dispatcher, completely resolving socket exhaustion, TCP reset drops, and SSL handshake failures (which previously caused intermittent raw \`Gateway request failed\` errors).
29
+ - **TypeScript Type-Safety Compliance** — Adjusted the gateway setup options to spread the \`apiKey\` conditionally only when defined, fully satisfying strict compilation checks under \`exactOptionalPropertyTypes: true\`.
30
+ - **SDK Upgrade: Composio Core & Vercel Integration** — Upgraded \`@composio/core\` to \`0.13.1\` and \`@composio/vercel\` to \`0.11.0\` globally to resolve CLI deprecation warnings and inherit upstream performance and tool registry fixes.
31
+ - **Cloudflare Tunnel Auto-Setup** — Automated downloader and manager for \`cloudflared\` binary blobs across Windows, macOS, and Linux to power \`zilmate jobs listen --tunnel\` with zero manual setup.
32
+ - **Interactive Safety Checklists** — Elegant terminal TUI using checkboxes and keyboard selection to toggle approval on specific multi-specialist tool parameters during execution prompts.
33
+ - **Persistent Thinking Status Card** — Smooth rotating status card widget pinned to the bottom of the chat terminal during model inference to display elapsed time and keyboard shortcuts.
33
34
 
34
35
  ## Quick Checks
35
36