Skip to content

Releases: dorukardahan/ZeroAPI

ZeroAPI v3.7.9

25 Apr 11:49

Choose a tag to compare

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

24 Apr 19:57

Choose a tag to compare

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

24 Apr 19:28

Choose a tag to compare

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

24 Apr 18:27

Choose a tag to compare

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

23 Apr 12:19

Choose a tag to compare

Fixed

  • keep ZeroAPI repo URL and kuralım flows 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

23 Apr 00:16

Choose a tag to compare

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

22 Apr 23:57

Choose a tag to compare

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

22 Apr 15:25
8f82812

Choose a tag to compare

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

21 Apr 22:55
8dd24dc

Choose a tag to compare

Changed

  • Aligns Kimi starter configs and examples with OpenClaw v2026.4.20's moonshot/kimi-k2.6 default.
  • Documents the new OpenClaw cron jobs-state.json split so ZeroAPI cron helpers keep patching definitions only.
  • Corrects same-provider account steering docs for OpenClaw v2026.4.20: authProfileOverride is still not merged from before_model_resolve, so the session-store compatibility path remains required.

Validation

  • npm test
  • GitHub Actions: Tests on Node 20 and 22 passed
  • GitHub Actions: Gitleaks Secret Scan passed
  • Codex review on #17 and #18 found no major issues

ZeroAPI v3.7.0

21 Apr 22:25
7e5c7b9

Choose a tag to compare

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.