Skip to content

Releases: ObliviousOdin/fabric

Fabric v0.21.0 (2026.7.16)

Choose a tag to compare

@github-actions github-actions released this 16 Jul 22:28
99db0c9

Fabric 0.21.0 — Agent Live View

Fabric Desktop can now show Browser and Computer Use activity beside the conversation, then move that same session into a resizable, always-on-top picture-in-picture window.

Browser — docked Browser — picture-in-picture
Browser Agent Live View docked beside chat Browser Agent Live View in picture-in-picture
Computer Use — docked Computer Use — picture-in-picture
Computer Use Agent Live View docked beside chat Computer Use Agent Live View in picture-in-picture

How to use it

  1. Start Fabric Desktop and ask the agent to use Browser or Computer Use.
  2. Agent Live View opens automatically when the first visual action starts.
  3. Use Pop out picture-in-picture to keep the view above other windows.
  4. Use Pause visual updates to freeze only the preview—the agent keeps working.
  5. Use Return to side panel to dock the same session again without restarting it.

See the complete Browser Live View guide and Computer Use Live View guide.

Highlights

  • Browser Live View uses a dedicated authenticated visual connection on compatible local CDP sessions. It pulls one bounded frame at a time, starts at most two captures per second per session, and yields to agent browser actions.
  • Computer Use reuses at most one bounded screenshot already returned by an action instead of creating another capture loop.
  • Live View adds no model tool, tool schema, prompt text, context tokens, or model calls.
  • Background-session activity no longer opens the active chat's Live View rail.
  • Finder and Dock launches can now discover user-local cua-driver installations.
  • The optional MCP SDK is raised to 1.28.1 for fixes covering CVE-2026-52869, CVE-2026-52870, and CVE-2026-59950.
  • Documentation contracts now require the Desktop, Browser, and Computer Use guides to evolve with their load-bearing code paths.

Release artifacts

This release publishes the Fabric 0.21.0 Python wheel and source distribution, plus SHA256SUMS and a provenance manifest. The production bytes are the exact candidate that passed Linux, macOS, and Windows smoke verification on merge commit 99db0c9b9eb2201b2cae0e43bb7ca4ab3e929fe0.

What's Changed

  • chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /website by @dependabot[bot] in #23
  • fix(dashboard): make Team, Work, and TUI context operational in #26
  • docs: keep documentation synchronized with runtime in #27
  • feat(desktop): add Browser and Computer Use Agent Live View in #30

Full changelog: v2026.7.15.3...v2026.7.16

Fabric v0.20.2 (2026.7.15.3)

Choose a tag to compare

@ObliviousOdin ObliviousOdin released this 16 Jul 00:23

Fabric 0.20.2 expands the dashboard plugin host for media-heavy standalone workspaces.

Highlights:

  • Serves WebAssembly with the correct MIME type for plugin assets.
  • Exposes Film icon support and host ReactDOM helpers to dashboard plugins.
  • Documents the standalone plugin boundary and OpenCut-inspired Studio architecture.
  • Keeps third-party editor capability outside the Fabric core and model-tool schema.

Merged in PR #22: #22

Fabric v0.20.1 (2026.7.15.2)

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:08

What's Changed

Full Changelog: v2026.7.15...v2026.7.15.2

Fabric v0.20.0 (2026.7.15)

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:47

What's Changed

Full Changelog: v2026.7.14...v2026.7.15

Fabric v0.19.0 (2026.7.14)

Choose a tag to compare

@ObliviousOdin ObliviousOdin released this 14 Jul 18:48

Fabric 0.19.0 — Woven Operations

Fabric 0.19.0 introduces the Woven Operations product experience: an original, white-label enterprise workspace for coordinating agents, durable work, evidence, approvals, memory, and administration.

Highlights

  • Added a canonical Fabric design-system package with semantic light/dark tokens and deterministic brand assets for web, desktop, installer, TUI, ACP, favicon, and mobile/PWA surfaces.
  • Added the Workspace and Admin information architecture, including the operational Home screen, responsive three-panel Chat, explicit screen-state primitives, and compatibility routes for existing dashboard and plugin links.
  • Reworked the dashboard into Fabric's Woven Operations visual language: warm neutral canvases, restrained Fabric violet, structural thread/bracket motifs, accessible system typography, and a neutral navigation rail.
  • Preserved the persistent Chat PTY across ordinary navigation while supporting explicit fresh-conversation intent.
  • Reframed Integrations as an operational ledger and retained the latest Work Board controls inside Chat.
  • Reduced the HTML-referenced initial JavaScript payload by replacing an inherited heavy badge dependency with a Fabric-owned primitive and deferring non-English locale packs.
  • Added the Workspace/Admin guide, rewrote the dashboard documentation, and refreshed website discovery surfaces and product screenshots.

Fixes and release hardening

  • Fixed modal focus restoration, nested scroll locking, compact Chat sheets, responsive navigation semantics, and loading/empty/error-state behavior.
  • Fixed release-version synchronization across Python, ACP, desktop, npm workspace metadata, and uv.lock.
  • Fixed PWA icon/manifest coverage and preserved query/hash state across canonical Work and legacy route redirects.
  • Hardened publication so wheel and source archives are built and validated before any tag is created or pushed.

Removed

  • Removed unused legacy display fonts and inherited dashboard styling paths that made Fabric resemble the upstream Hermes interface.

Artifacts

This release includes validated Python wheel and source distributions. Unsigned desktop packages were independently built on macOS arm64, Linux x64, and Windows x64 during PR verification.

External ACP Registry submission follows publication of fabric-agent==0.19.0 through Fabric's PyPI publisher.

See CHANGELOG.md for the canonical changelog.