Skip to content

Tags: decisionnode/DecisionNode

Tags

v0.6.0

Toggle v0.6.0's commit message
feat: add decisionnode ui — local web visualization (graph + vector s…

…pace + list)

Introduces a local web UI bundled into the npm package as a third interface
alongside the CLI and MCP server. Three views over the same store:

- Graph view: force-directed similarity network (Cytoscape + fcose)
- Vector Space view: UMAP projection of the 3072-dim Gemini embeddings
- List view: searchable, filterable cards grouped by scope

Live MCP pulse animates AI activity in real time via SSE — when an MCP
client (Claude Code, Cursor, etc.) calls search_decisions, matched nodes
pulse in the client's attribution color. CLI mutations animate live too.

Also includes detached-mode background daemon (decide ui -d / status / stop),
PNG export with copy-to-clipboard, a first-run tour modal, an info modal
explaining the views, and a polished side panel with a creator-tinted
activity timeline.

Docs updated across README, CLI reference, decisionnode-docs.md, llms.txt,
docs intro, quickstart, workflows, and the homepage feature grid.

v0.5.3

Toggle v0.5.3's commit message
chore: bump version to 0.5.3

v0.5.2

Toggle v0.5.2's commit message
chore: bump version to 0.5.2

v0.5.1

Toggle v0.5.1's commit message
chore: bump to v0.5.1, add glama.json, update README messaging

v0.5.0

Toggle v0.5.0's commit message
feat: v0.5.0 — search threshold, MCP client tracking, agent behavior,…

… feature recordings

- Configurable search threshold (decide config search-threshold, default 0.3)
- MCP client name tracking in history (shows claude-code, cursor, etc.)
- Renamed search-sensitivity to agent-behavior (strict/relaxed)
- Conflict detection in inline mode (decide add -s ... -d ...)
- Removed MCP resource (decisionnode://instructions), tool descriptions only
- Colorized history output with action-specific colors
- "Copy page for AI" outputs proper markdown
- Homepage redesign with feature grid and embedded terminal recordings
- VHS terminal recordings for all features
- Rewritten CONTRIBUTING.md with architecture overview and codebase state
- CODE_OF_CONDUCT.md, ROADMAP.md
- Removed VS Code extension build artifacts from git
- Updated all docs, README, LLM docs for consistent messaging

v0.4.0

Toggle v0.4.0's commit message
fix: mobile polish — navbar, video, performance, stars

- Two-row navbar on mobile with Docs + Marketplace buttons
- Marketplace shows "Coming soon" on tap (mobile) and hover (desktop)
- Native video controls on mobile with 2x speed
- Disable blur/parallax/waves on mobile for performance
- Show GitHub stars on docs header (all sizes) and footer
- Show Docs pill on mobile in docs layout

v0.3.0

Toggle v0.3.0's commit message
chore: bump to v0.3.0

v0.2.0

Toggle v0.2.0's commit message
v0.2.0: fix npm version, simplify website build