Releases: dorukardahan/ZeroAPI
ZeroAPI v3.7.9
Added
- Added agent:audit and agent:apply helpers for OpenClaw model catalog and routed-agent baseline alignment.
- Terminal onboarding now detects tool-heavy agents and can patch openclaw.json with backup before managed install.
Fixed
- Prevents cron or hinted agents from falling back to the global OpenClaw default when ZeroAPI-selected models are missing from agents.defaults.models.
Verified
- npm test
- agent:audit/apply temp OpenClaw smoke test
- ClawHub staging package version check
ZeroAPI v3.7.8
Release notes:\n- publish ClawHub from a staged JavaScript runtime package instead of the raw TypeScript source tree\n- add post-publish ClawHub download/install verification so blocked registry releases fail CI\n- keep GitHub and ClawHub release state in lockstep for OpenClaw update compatibility
ZeroAPI v3.7.7
Adds OpenClaw v2026.4.23 GPT-5.5 routing support.\n\n- Adds openai-codex/gpt-5.5 to starter policies with GPT-5.4 fallback.\n- Refreshes Artificial Analysis benchmark snapshot from 2026-04-24.\n- Updates examples and docs from the GPT-5.4 core family to the GPT-5.5 core family.\n- Keeps default balanced routing more subscription-aware for routine/default tasks while preserving strong-model routing for code and research.
ZeroAPI v3.7.6
Fixed isolated OpenClaw profile installs and cleaner managed install behavior.\n\n- Load zeroapi-config.json from OPENCLAW_STATE_DIR or OPENCLAW_CONFIG_PATH when OpenClaw runs with named profiles.\n- Avoid advisory watcher warnings when agent auth directories are not created yet.\n- Pin zeroapi-router in plugins.allow for fresh managed installs while preserving existing multi-plugin setups.\n- Verified with local clean OpenClaw and isolated VPS smoke tests.
v3.7.5
Fixed
- keep ZeroAPI repo URL and
kuralımflows on a neutral product explanation path before any local install assumptions - add regression coverage for repo-question and install-intent triggers in both skill surfaces
ZeroAPI v3.7.4
Fixed
- Bundle the /zeroapi onboarding skill inside the ClawHub plugin package so fresh clawhub:zeroapi installs expose the chat setup flow.
- Include benchmarks.json in the plugin package and make onboarding resolve benchmarks in both repo-local and packaged layouts.
- Remove stale Claude binary metadata from the public setup skill requirements.
Validation
- npm test
ZeroAPI v3.7.3
Changed
- Publish ZeroAPI as a ClawHub code-plugin package from the plugin root instead of as a legacy public skill.
- Add release-triggered ClawHub plugin publishing via GitHub Actions.
- Update public install docs to use openclaw plugins install clawhub:zeroapi.
Validation
- npm test
- GitHub Actions: Tests and Secret Scanning on main
ZeroAPI v3.7.2
Fixed
- Unrefs subscription advisory file watchers and debounce timers so OpenClaw CLI diagnostics can exit cleanly after loading ZeroAPI.
- Adds a regression test for watcher and timer
unref()behavior.
Validation
npm test- GitHub Actions: Tests on Node 20 and 22 passed
- GitHub Actions: Gitleaks Secret Scan passed
- Codex review on #19 found no major issues
ZeroAPI v3.7.1
Changed
- Aligns Kimi starter configs and examples with OpenClaw v2026.4.20's
moonshot/kimi-k2.6default. - Documents the new OpenClaw cron
jobs-state.jsonsplit so ZeroAPI cron helpers keep patching definitions only. - Corrects same-provider account steering docs for OpenClaw v2026.4.20:
authProfileOverrideis still not merged frombefore_model_resolve, so the session-store compatibility path remains required.
Validation
ZeroAPI v3.7.0
Summary
- Adds root npm scripts for tests and repo-local tools.
- Adds cron audit explainability with confidence and matchedSignals.
- Adds guarded cron apply with dry-run default, backup, and low-confidence protection.
- Adds a fresh-install golden transcript fixture for channel-first onboarding.
- Clarifies that subscription/account headroom is static configured policy input, not live provider quota telemetry.
Validation
- GitHub Actions Tests passed on Node 20 and 22.
- Gitleaks Secret Scan passed.
- Codex review found no major issues on the release PR.