Availsync

Changelog

Product updates.

The current focus is first-pilot readiness for coding-agent repo guardrails.

2026-05-22

File-aware coordination

  • - Agents can now declare a file working set during a guarded run, so Availsync can coordinate at repo, project, and file level.
  • - MCP guarded runs can start with file paths and will clearly stop when requested edit/delete paths are already claimed by another agent.
  • - Working-set claims let an agent keep the wider repo run alive while only holding the specific files it is actively editing.
  • - Work claims are now explicit immediate-start guardrails with stricter start-time validation and a database safety net for one active claim per resource.
  • - Node SDK updated to 0.1.8 with stronger types, default withClaim idempotency, auto-extend hooks, and stricter unavailable-mode handling.
  • - MCP package updated to 0.1.5 with guard_work_run as the primary coding-agent entrypoint and legacy work-slot aliases removed.
  • - Work APIs now make /v1/work/run/start the recommended path, with the raw /v1/work/claim endpoint marked as legacy.
  • - Agent API-key verification now uses a short-lived safe cache, and work-claim status/schema cleanup removed unused blocked claim rows.
  • - Setup docs now use run/start, run/extend, and run/finish for new automation examples.

2026-05-14

Paid plan waitlist

  • - Paid Individual and Team plans are waitlist-only during the private pilot.
  • - Checkout stays behind a billing-upgrades flag so paid plans can be enabled quickly later.
  • - Free workspaces remain available for verification, SDK tests, and observe-mode pilots.

2026-05-13

Node SDK

  • - @availsync/node published for guarded repo automations.
  • - withClaim helper wraps start, extend, finish, skip_run, and observe-mode metadata.
  • - SDK docs and pilot guide added for first self-serve integrations.

2026-05-13

Observe-only pilot mode

  • - Agents can run in enforce or observe mode.
  • - Observe mode records would-have-blocked runs without creating active leases.
  • - Overview value metrics separate real prevented conflicts from shadow-only signals.

2026-05-13

Onboarding verification

  • - Dashboard verification shows Availsync resolving a real conflict between two agents.
  • - Verification marks the workspace as verified and cleans up temporary resources.
  • - Activity and audit records distinguish setup traffic from production traffic.

2026-05-12

Work guardrails

  • - Repo and project work claims protect resources before coding agents act.
  • - Runtime APIs support start, extend, finish, idempotency, and clean skip_run responses.
  • - Agent connection, activity, billing, admin, and health views added around the core guardrail flow.