0.12.x release line
0.12.x is the release line where Flynt becomes a packaged project workspace with an embedded, project-aware Omegon agent.
0.12.12
- Kanban now materializes indexed design-node lifecycle items as real task cards on the active board.
- Expanded lifecycle task cards show lifecycle context, source identifiers, and a task-note preview instead of generic placeholder copy.
- Materialized lifecycle tasks are persisted as normal task markdown and linked back to their source design node.
0.12.11
- Provider settings no longer show stale authenticated messages alongside current missing or expired provider state.
- Project switches clear shared ACP session state so command-palette agent mode cannot reuse an agent session initialized for the previous project.
- Agent tool status badges are visually quieter in the Alpharius theme.
0.12.10
- Note headers no longer present indexing time as document history; Flynt now prefers explicit frontmatter, existing metadata, and filesystem timestamps.
- Existing-folder opens stay non-destructive by default while new empty projects still become managed Flynt projects.
- Transient or externally-invalid task markdown is skipped during indexing instead of surfacing SQLite foreign-key failures.
0.12.9
- Huge Graph views default to a bounded high-degree overview with an explicit Show all escape hatch.
- The large-project performance posture from 0.12.7 is now documented as an operator-facing behavior: delayed watcher startup, hot tab activation, bounded artifact discovery, and graph render safeguards.
0.12.7
- Large-workspace startup now delays recursive watcher setup until after first paint.
- Note tab activation and tab switching avoid synchronous document/editor prefetch work.
- Visual artifact wrapper discovery is bounded to Flynt artifact directories instead of scanning entire repositories.
- Graph loading now paints a status placeholder and avoids full pairwise repulsion on large graphs.
- The 0.13.0 massive-scale milestone is documented for scoped watching, staged startup, incremental indexing, progressive graph rendering, graph snapshots, and scale regression testing.
0.12.6
- Git auto-sync now runs through the guarded sync runner, refreshing upstream state before mutating local commits or pushing.
- Auto-sync waits for Flynt save operations to settle before committing files.
- The toolbar now shows explicit configured sync states for Git, iCloud, S3, and Forge backends.
- The sync activity popover has clearer blockers, dirty-file diagnostics, and compact transport error messages.
- Local launches now accept positional project paths like
flynt .and honor explicit paths over the last-opened project.
0.12.5
- Git sync hardening now has an explicit fast-forward-only safety model for personal project continuity.
- Upstream freshness and relation are modeled separately so Flynt can distinguish stale knowledge from a confirmed out-of-date branch.
- The background sync runner design centralizes manual and auto-sync ordering, blockers, filtered commits, and jj-colocated compatibility.
0.12.4
- Embedded terminal snapshots now track live resized dimensions and observe DOM resize events.
- Terminal scrollback, cursor visibility, copy/paste shortcuts, Ctrl-C semantics, focus recovery, and input after scrollback are hardened.
- Project → Omegon now projects the agent journal as a horizontal timeline preview.
- The Omegon runtime overview now summarizes common runtime settings, workflow/session state, and project plugins.
.omegon/agent-journal.mdis indexed as the curated hidden journal path while other Omegon runtime artifacts remain projected rather than dumped into Files.
0.12.3
- Stable update checks now prefer patch updates in the current compatible line, such as
0.12.x. - Newer minor or major lines surface as manual-required updates so operators review potentially breaking releases explicitly.
- The toolbar update badge now dismisses immediately when skipped.
- Settings copy now clearly explains Stable and Nightly channel behavior.
0.12.2
- Flynt-owned portable metadata and generated runtime state now follow the consolidated
.flynt/model. - Runtime-only Flynt integration state lives under
.flynt/runtime/; generated app state lives under.flynt/local/. - The public site and docs were replaced with a curated 0.12.x-oriented surface rather than stale 0.10-era landing copy.
- The Flynt agent surface guide now documents the ownership model so agent-created artifacts land in the right place.
0.12.1
- ACP tool liveness watchdog: stale tool rows are marked and bounded instead of hanging indefinitely.
- Stop Agent containment: panel detaches immediately; process cleanup is bounded and asynchronous.
- Project → Omegon surface for project-local agent/runtime state.
- Files sidebar hides dot-prefixed paths by default with an inspection toggle.
- Agent panel styling aligned to theme/component tokens.
0.12.0
0.12.0 established the packaged ACP path: session controls, runtime diagnostics, release-status polish, task indexing fixes, and visual artifact surface fixes.
Known caveats
- Sync conflict safety remains a hardening area.
- Some visual surfaces are still maturing.
- The public site uses curated docs rather than dumping internal design notes.