Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 07:35
8471e0a

0.1.1 (2026-06-19)

Features

  • cli: add --version flag with build date, standardize doc flags (c2986d9)
  • cli: add a top-level --help page (8bf2e2a)
  • editor: add block settings + rename state actions (23ee8f3)
  • editor: add component settings panel (4f2cb0d)
  • editor: add connections manager with referential integrity (c6908c6)
  • editor: add in-memory flow document model and reducer (402b6ff)
  • editor: add runtime capability schema (402ac09)
  • editor: add shared drag-and-drop context (313e5f1)
  • editor: add source picker dropdown (f20241c)
  • editor: add source schema accessors and icons (9366fec)
  • editor: add source state (configure, select, edit, remove) (38d17da)
  • editor: add string-list and string-map setting editors (d08b21d)
  • editor: allow deleting flows (55146de)
  • editor: allow env vars in typed settings via a field toggle (fd8321e)
  • editor: author environment variables (1d0a7ba)
  • editor: bootstrap Octo Next.js visual editor module (101b8fa)
  • editor: bootstrap Octo Next.js visual editor module (33b9b81)
  • editor: drag preview overlay (b5e556e)
  • editor: edit flow name in settings panel (5c4578a)
  • editor: edit nested flows in the reducer (8311445)
  • editor: empty start and opt-in source (d7eb096)
  • editor: gate live config sync on validation, lengthen debounce (a44be19)
  • editor: insertion drop targets (36a7733)
  • editor: make switch cases editable from the properties panel (f6e0899)
  • editor: multi-flow stacked canvas with schema-driven palette (0dcfcb1)
  • editor: nested composites with drop-in scopes (02ee38f)
  • editor: recursive composite-slot model (eb89005)
  • editor: render connector/flow reference fields as dropdowns (81618a2)
  • editor: RUN button and bottom log panel (b1a7ba4)
  • editor: run session API with SSE log streaming (eb5ed51)
  • editor: runnable-config rendering and validity gate (b910411)
  • editor: schema-driven recursive flow canvas (a5d6b06)
  • editor: schematic node visuals (ca3326c)
  • editor: show runtime version in the log panel header (3c96b53)
  • editor: source connector binding and slug flow names (3beab74)
  • editor: source settings panel and selectable source node (8706bf3)
  • runtime: start a default connector for sources with no explicit binding (f45f9e3)

Bug Fixes

  • cli: keep watch mode alive when a config fails to build or start (80d4448)
  • editor: constrain editor to viewport so canvas scrolls internally (ab8948a)
  • editor: make a source's connector binding optional for 0-1 connectors (1593cc6)
  • editor: make the clear-logs button actually clear while running (8e27502)
  • editor: require a configured connector for flow sources (06a7e9d)
  • editor: resolve hydration warning and logo aspect-ratio warning (1cf65f3)

Documentation

  • add editor coding standards and register the editor module (6053981)