Skip to content

Releases: d4rkNinja/infynon-cli

v0.2.0-beta.9.0.1

04 Apr 07:03

Choose a tag to compare

refactor: simplify KG — deduplicate helpers, optimize BFS and auto-bu…

v0.2.0-beta.9

04 Apr 05:46

Choose a tag to compare

feat(trace): add branch-wise knowledge graph with TUI, export/import,…

v0.2.0-beta.8.5

02 Apr 18:42

Choose a tag to compare

release: v0.2.0-beta.8.5 — cleanup and performance fixes

v0.2.0-beta.8.4

02 Apr 18:26

Choose a tag to compare

release: v0.2.0-beta.8.4 — safe remediation validation

v0.2.0-beta.8.3

02 Apr 18:04

Choose a tag to compare

release: v0.2.0-beta.8.3 — weave UI fixes

v0.2.0-beta.8.2

02 Apr 17:29

Choose a tag to compare

fix(flows): auto-scroll graph canvas to keep selected node visible

When navigating nodes with arrow keys the graph now scrolls to keep
the active node centered in the viewport. Replace static y_offset
centering with a signed i32 scroll value that tracks the selected
node's layer, clamped to graph bounds. get_node_rect returns
Option<Rect> so out-of-viewport nodes are skipped cleanly in both
the connection and card rendering passes.

Bump version to 0.2.0-beta.8.2.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.2.0-beta.8.1

02 Apr 09:11

Choose a tag to compare

release: v0.2.0-beta.8.1 — cleanup fixes

- scanner.rs: extract strip_version_prefix() to deduplicate version parsing logic
- flow.rs: hoist create_dir_all() before match to avoid redundant calls
- node.rs: extract check_index() helper, replacing 5 identical bounds-check blocks

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.2.0-beta.8

02 Apr 05:08

Choose a tag to compare

merge(development): fix aarch64-musl CI — switch to cargo-zigbuild

v0.2.0-beta.7.2

01 Apr 07:29

Choose a tag to compare

merge(development): release v0.2.0-beta.7.2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.2.0-beta.7.1

31 Mar 20:08

Choose a tag to compare

feat(ui): polished Weave TUI with warm theme and responsive design — …