Tags: decisionnode/DecisionNode
Tags
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.
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
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