Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 09:42
· 61 commits to main since this release
Immutable release. Only release title and notes can be modified.
513dba4

Added

  • Manual edge connections (#145) — drag a connection between any two node
    handles; the ABI contract is validated live during the drag (modality match,
    single-value handle occupancy, add-node fan-out), so only valid edges can
    land. Nodes display newly connected upstream data immediately, and edges can
    be dragged from either end.
  • Skill packages (#140) — tongflow-package-* content packages ship
    reusable prompt packs (skills) instead of executable code. The Gen Text node
    gains a skill picker; the selected skill's body is prepended to your prompt
    at execution time. The official
    tongflow-package-skills
    starter pack (12 skills) installs like any plugin.
  • IndexTTS-2.5 emotive speech plugin
    (tongflow-modal-indextts2)
    — zero-shot voice cloning and emotion-controlled speech from a voice
    reference, adding the "Emotive speech" capability.
  • Local plugin prefix (#141) — tongflow-local-* registers on-device
    engine plugins that run outside Modal, e.g. MiniMax-H3 through the native
    h3.c Metal binary on Apple silicon.
  • Omni-reference in more selections (#137) — the multi-select smart island
    now offers refs-gen-video for multiple videos (≤3), multiple images (≤9),
    and text + single media combos.

Fixed

  • Official router plugins failed to uninstall with a 400 — the installer
    now accepts the tongflow-router-* (and new package/local) prefixes (#140,
    #141).