Skip to content

Releases: BeMxself/web-agent-console

v1.0.0-alpha.2

02 Apr 05:22

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

Highlights

  • Expose a public runtime steer protocol for upper-layer product/UI, including capabilities, run start, steer, interrupt, and session-scoped protocol events.
  • Preserve strong native same-run steer semantics for Codex while making Claude SDK degradation visible and truthful to the UI.
  • Wire the browser to a dual-stream runtime model: keep global /api/events for legacy raw updates and add session-scoped /api/sessions/:sessionId/events for protocol envelopes.
  • Add regression coverage for runtime steer payloads, session-scoped SSE lifecycle, approvals, and public protocol documentation updates.

Verification

  • npm test
  • npm pack --json
  • npm publish --dry-run --tag latest --access public

v1.0.0-alpha.1

28 Mar 08:23

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release

Highlights

  • Publish the first npm CLI alpha for web-agent-console
  • Add a doctor subcommand to verify Codex and Claude prerequisites
  • Refresh the README quick start and improve screenshot layout

Install

npx web-agent-console@latest

Notes

  • npm package: web-agent-console
  • dist-tag: latest
  • version: 1.0.0-alpha.1