Releases: d4rkNinja/infynon-cli
Releases · d4rkNinja/infynon-cli
v0.2.0-beta.9.0.1
refactor: simplify KG — deduplicate helpers, optimize BFS and auto-bu…
v0.2.0-beta.9
feat(trace): add branch-wise knowledge graph with TUI, export/import,…
v0.2.0-beta.8.5
release: v0.2.0-beta.8.5 — cleanup and performance fixes
v0.2.0-beta.8.4
release: v0.2.0-beta.8.4 — safe remediation validation
v0.2.0-beta.8.3
release: v0.2.0-beta.8.3 — weave UI fixes
v0.2.0-beta.8.2
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
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
merge(development): fix aarch64-musl CI — switch to cargo-zigbuild
v0.2.0-beta.7.2
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
feat(ui): polished Weave TUI with warm theme and responsive design — …