Skip to content

Commit 0245033

Browse files
committed
chore: bump version to 0.5.2
1 parent 7bad2a8 commit 0245033

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to DecisionNode are documented here.
44

5+
## [0.5.2] - 2026-04-11
6+
7+
### Added
8+
- `-f` / `--force` flag on `decide delete`, `decide delete-scope`, and `decide edit` to skip confirmation prompts — useful for scripts and AI agents
9+
- Standalone CLI reference markdown (`decisionnode-cli.md`) published at decisionnode.dev/decisionnode-cli.md for LLM consumption
10+
- CLI reference link added to docs sidebar and footer
11+
12+
### Changed
13+
- Removed "Results for:" line from search output for cleaner display
14+
- Updated "Two interfaces" messaging: CLI is for you and your AI, MCP server is for your AI and you
15+
516
## [0.5.1] - 2026-04-08
617

718
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decisionnode",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Record structured decisions once, search them from all your AI coding tools — a shared structured semantic memory store across Claude Code, Cursor, Windsurf, Antigravity, and every MCP client.",
55
"keywords": [
66
"decisions",
@@ -58,4 +58,4 @@
5858
"typescript": "^5.3.3",
5959
"vitest": "^4.1.2"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)