Skip to content

Ogma v0.1.1

Choose a tag to compare

@iodn iodn released this 08 Aug 03:33
ebc5af9

New Features

  • Browser MCP automation expanded with a full browser automation layer (214 MCP tools).
  • MCP runtime now supports filesystem and path modules (sdk.fs, sdk.path) for richer automation workflows.
  • Added new MCP tools for extended AI-driven testing and workflow interoperability.
  • WebSocket replay UI improvements:
    • explicit replay lifecycle handling in frontend,
    • support for replaying first captured message,
    • support for replaying captured WebSocket sequences.
  • Decoder/utility state is now preserved across navigation:
    • input text and recipe draft persistence improvements.

Fixed

  • Fixed instance CA download behavior.
  • Fixed HTTP history live-update reliability.
  • Fixed WebSocket replay disconnect handling and diagnostics.
  • Fixed ws replay URL parsing edge cases.
  • Fixed ws replay task lifecycle races (connect/disconnect/cleanup/selection flows).
  • Fixed duplicate/invalid connect handling in ws replay.
  • Fixed oversized inbound frame handling in ws replay.
  • Added protection against duplicate reconnect behaviors and stale state.
  • Fixed ws replay handshake-cancel race conditions.
  • Fixed ws replay send failures and timeline replay action execution.
  • Fixed ws replay keepalive behavior:
    • default keepalive behavior hardened,
    • ping handling improved,
    • keepalive timeout handling hardened.
  • Fixed desktop temporary session workspace cleanup behavior.
  • Fixed desktop session data handling regressions by clearing stale temp workspace state where needed.
  • General bug-fix and refactor pass with improved internal stability.
  • UI/runtime adjustments to better reflect WS replay connection/state transitions.

Notes

  • Focus of this release is primarily WebSocket replay reliability + MCP/browser automation capabilities.
  • Packaging/CI behavior has also been corrected to reduce release inconsistencies and improve artifact handling.