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.
- package/README.md +358 -503
- package/dist/agents/automation-planner.agent.d.ts +6 -6
- package/dist/agents/automation-planner.agent.d.ts.map +1 -1
- package/dist/agents/manager.d.ts +6 -6
- package/dist/agents/manager.d.ts.map +1 -1
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +30 -1
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/tunnel.d.ts +2 -0
- package/dist/cli/tunnel.d.ts.map +1 -1
- package/dist/cli/tunnel.js +63 -7
- package/dist/cli/tunnel.js.map +1 -1
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +13 -9
- package/dist/config/models.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tools/triggers.tool.d.ts +6 -6
- package/dist/tools/triggers.tool.d.ts.map +1 -1
- package/package.json +3 -4
- package/scripts/release-github.mjs +7 -6
|
@@ -12,7 +12,7 @@ const title = `ZilMate ${tag}`;
|
|
|
12
12
|
|
|
13
13
|
const notes = `# ${title}
|
|
14
14
|
|
|
15
|
-
ZilMate ${tag} —
|
|
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
|
-
- **
|
|
29
|
-
- **
|
|
30
|
-
- **
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
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
|
|