@dizzlkheinz/ynab-mcpb 0.26.1 → 0.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.26.3] - 2026-04-01
11
+
12
+ ### Fixed
13
+
14
+ - **Reconciliation execution action schema** - Added 5 missing `type` values to `ExecutionActionRecordSchema`'s discriminated union (`batch_update_failed`, `batch_reconcile_failed`, `reconciliation_complete`, `diagnostic_step3_entry`, `diagnostic_unmatched_ynab`); these were emitted by the executor but not declared in the schema, causing `include_structured_data: true` output validation to fail whenever execution ran
15
+
16
+ ## [0.26.2] - 2026-04-01
17
+
18
+ ### Fixed
19
+
20
+ - **Reconciliation structured output** - Removed overly strict `confidence`/`confidence_score` consistency refine from `TransactionMatchSchema`; the two-pass exact-date auto-match correctly promotes a lower-scored match to `"high"` confidence, which the old refine falsely rejected
21
+ - **Reconciliation `review_duplicate` recommendations** - `parameters.bank_transaction` is now enriched with `amount_money` via the adapter before serialization; previously the raw internal type was passed through without the required field
22
+ - **Reconciliation `manual_review` recommendations** - `parameters.related_transactions` schema corrected from `z.array(z.string())` to `z.array(z.object({ source, id, description })).optional()`, matching the shape the recommendation engine actually produces
23
+
10
24
  ## [0.26.1] - 2026-04-01
11
25
 
12
26
  ### Fixed
package/CLAUDE.md CHANGED
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
 
7
7
  This is a Model Context Protocol (MCP) server for YNAB (You Need A Budget) integration, enabling AI assistants to interact with YNAB budgets, accounts, transactions, and categories. The codebase uses TypeScript with a modular, service-oriented architecture.
8
8
 
9
- **Current Version:** 0.26.1
9
+ **Current Version:** 0.26.3
10
10
 
11
11
  ## Essential Commands
12
12