Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.95

- Explain recovery from the obsolete `HASNA_KNOWLEDGE_STORAGE_MODE=cloud`
setting: unset it to preserve the default SQLite backend, or set the mode
explicitly to `sqlite` or `postgres` when that backend is intended; removed
placement modes remain invalid.

## 0.2.94

- Add the package-owned FCAME-1 production writer. Private Knowledge payloads
Expand Down
2 changes: 1 addition & 1 deletion bin/knowledge-mcp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14997,7 +14997,7 @@ import { existsSync as existsSync15, readFileSync as readFileSync14, writeFileSy
// package.json
var package_default = {
name: "@hasna/knowledge",
version: "0.2.94",
version: "0.2.95",
description: "Agent-friendly local knowledge CLI with JSON output, pagination, and safe destructive actions",
type: "module",
exports: {
Expand Down
2 changes: 1 addition & 1 deletion bin/knowledge.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hasna/knowledge",
"version": "0.2.94",
"version": "0.2.95",
"description": "Agent-friendly local knowledge CLI with JSON output, pagination, and safe destructive actions",
"type": "module",
"exports": {
Expand Down
Loading