Skip to content

Releases: agentrhq/webcmd

webcmd: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:39
70af6c9

0.2.0 (2026-07-03)

Features

  • add release notes helper library (6d8cc6b)
  • generate release notes with Gemini (875d623)

Bug Fixes

  • address release notes review findings (4aa6cd1)
  • port upstream transport deadlines to cloak runtime (9e5219d)
  • port upstream transport deadlines to cloak runtime (9816440)
  • preserve skill guidance during translation (b5491b5)
  • remove stale deleted-adapter references (c69b017)
  • scope release note silence to workflow (82a6e4d)
  • sync npm lockfile peer dependency (b931d1e)

webcmd: v0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:04
ac9dc06

0.1.2 (2026-07-03)

Bug Fixes

  • include executable in npm package (2ff58bd)
  • parse npm pack json with lifecycle output (b0f5230)
  • relax doctor runtime version warning (59098dc)

webcmd: v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:39
eb13690

0.1.1 (2026-07-03)

Bug Fixes

  • release next publishable npm version (05c74c2)

webcmd: v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:29
f6c8899

0.1.0 (2026-07-03)

webcmd is a TypeScript/JavaScript toolkit for turning websites, browser sessions, desktop apps, APIs, and local tools into deterministic CLI commands. It explores a target’s UI, state, network behavior, and repeatable workflows, then exposes that knowledge through adapter functions that humans and agents can run reliably from the command line.

This initial release establishes the core CLI runtime, command registry, adapter/plugin architecture, authoring workflow, and Cloak-backed browser automation layer for building, updating, and repairing command surfaces as target apps evolve.