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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 14.0.1 — 2026-09-07

### Fixed

- `gradeFor` no longer refutes a claim whose promised observation is in the output because the check exited nonzero.
A refusal control that exits nonzero and prints the refusal it promised now grades `verified`.
An unreached-input signature in the output still grades `unrunnable`, and an expectation that itself names a signature keeps the existing rule.

## 14.0.0 — 2026-09-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tangle-network/agent-knowledge",
"version": "14.0.0",
"version": "14.0.1",
"description": "Build, search, evaluate, and improve source-backed knowledge bases.",
"homepage": "https://github.com/tangle-network/agent-knowledge#readme",
"repository": {
Expand Down