Skip to content

Facet v1.0.2

Choose a tag to compare

@mekjr1 mekjr1 released this 17 Sep 14:58
· 19 commits to main since this release

Facet v1.0.2 — Embedded agent runtime and standalone production workbench

Facet's capability is the product; conversation and views are ways to operate it.

Highlights

  • Embed Facet Studio kernel v1.0.0 directly in Go; remove the sibling replace dependency.
  • Load canonical Facet guidance, selected packs and native video tools into the embedded runtime.
  • Discover free-model providers and catalogs through the kernel's modelservice and llmgw-core registry. Free-model availability is upstream-dependent, not guaranteed or hardcoded by Facet.
  • Add Facet-owned model settings, persistent project conversations, streamed responses, cancellation and user approval presentation.
  • Import source media; inspect and edit documents; render saved compositions; preview/download outputs; run technical reviews and record human acceptance against exact output hashes.
  • Correct schema-default compatibility, silent graphics rendering, project isolation, duplicate project protection, unsaved-edit warnings, modal focus and selected-output review identity.
  • Provide a headless facet-module entry point independent of the standalone UI/kernel.

Windows download
Extract facet-1.0.2-windows-amd64.zip and run bin\facet.exe ui.
Read START-HERE.txt. Media production needs FFmpeg/FFprobe and Node.js. Remotion dependencies and its headless browser are installed separately in bundle\remotion-composer with npm ci and npx remotion browser ensure.
The archive contains binaries, canonical assets and renderer source, not bundled model weights or provider credentials.

Verification

  • Windows/Chrome: 20 standalone acceptance cases and 14 native browser regression checks passed; the packaged Windows binary was retested.
  • Live-model UI journey passed captions, one-second silent source editing, a two-second 640x360/24fps silent Remotion title card, direct saved-composition rendering and supplied-audio mixing.
  • Go short suite, Go vet, 88 launcher/UAT-fixture tests, 13 composer metadata/layout tests, TypeScript check, package-content/version checks and installer parser/preflight passed locally.
  • Clean-tree release-harness Level 1 gate passed. This is not full release-harness certification.

Scope and limitations
Windows/Chrome is the live UAT platform. Paid generation, provider-specific OAuth sign-in, every capability pack, long-form production, Safari/Firefox and external CLI/full Studio-host journeys were not exhaustively accepted. Race detection was unavailable in the local Windows environment. Consult the linked CI run for Linux/Windows automation results.

Release is cut from staging. Unrelated branding commits on main are not included.

CI: https://github.com/xibodev/facet/actions/runs/35235902566 — passed on Ubuntu 24.04 and Windows 2025, including native browser regression on Linux and isolated source installation on both platforms.
Source commit: a329d77