Releases: BeMxself/web-agent-console
Releases · BeMxself/web-agent-console
v1.0.0-alpha.2
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/eventsfor legacy raw updates and add session-scoped/api/sessions/:sessionId/eventsfor protocol envelopes. - Add regression coverage for runtime steer payloads, session-scoped SSE lifecycle, approvals, and public protocol documentation updates.
Verification
npm testnpm pack --jsonnpm publish --dry-run --tag latest --access public
v1.0.0-alpha.1
Highlights
- Publish the first npm CLI alpha for
web-agent-console - Add a
doctorsubcommand to verify Codex and Claude prerequisites - Refresh the README quick start and improve screenshot layout
Install
npx web-agent-console@latestNotes
- npm package:
web-agent-console - dist-tag:
latest - version:
1.0.0-alpha.1