Skip to content

Releases: PromptExecution/l3dg3rr

v1.8.0 — Version reconciliation (latest)

01 May 19:50

Choose a tag to compare

Version bump to reconcile git tag sequence with Cargo.toml. All substantive changes are in v1.7.0.

See PR #48 for the full change set on this branch: provenance closure, operator trust hardening, Tauri security, and evidence chain completion.

v1.7.0 (dev/experimental)

01 May 19:50

Choose a tag to compare

Pre-release

What's in this release

Features

  • Selectable Windows AI / Foundry Local provider with explicit readiness states (Ready / Setup Needed / Unavailable / Diagnostic)
  • Tauri desktop host surface with chat, review, evidence, and model panels
  • arc-kit-au evidence traceability: deterministic graph of source docs → rows → transactions → classifications → validation issues → workbook rows
  • ledgerr_evidence MCP tool (provenance_gaps, trace_tx) — 9th capability family
  • TodayQueue operator work queue derived from the evidence graph
  • ledger-core::ontology re-exports arc-kit-au types + From<ArtifactKind> for NodeType bridge (PRD-4 AC-4.1.1)

Bug Fixes

  • provider_status(settings) requires AppSettings — cloud readiness reflects actual config
  • cloud_readiness rejects internal endpoints and placeholder keys
  • foundry_local_chat_settings returns Err on undiscovered endpoint (no silent port-5272 fallback)
  • Foundry discovery probe has 2s/1s timeouts (was unbounded blocking)
  • ValidationIssue and WorkbookRow nodes emitted at classify and export time
  • All evidence emission via idempotent EvidenceBuilder::ensure_* with tracing::warn! on failure
  • Tauri CSP null → restrictive policy; unsafe_code override removed
  • review_log_text: Option<String> — error path preserves accumulated review log
  • Settings V1→V2 migration write separated from load; mutex poison surfaces error

Documentation

  • PRD-5: Operator Simplification; PRD-6: Crate Modernization (draft)

v1.6.0

23 Apr 23:10
feb0d8f

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

19 Apr 22:59

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

17 Apr 23:28

Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.4.0

v1.3.7

16 Apr 13:32

Choose a tag to compare

Bug Fixes

  • proxy_docling_ingest_pdf schema (BUG-001) — schema declared source_ref as the only required field; implementation required pdf_path, journal_path, and workbook_path. Schema updated to match. extracted_rows is now truly optional (omit or pass []).
  • l3dg3rr_ontology_export_snapshot schema (BUG-002) — schema advertised no parameters; implementation required ontology_path. Schema corrected. Handler now routes through TurboLedgerService instead of calling OntologyStore::load directly.

Refactor: mcp_adapter clarity

  • Extracted error_envelope helper — 29 duplicated parse-error/service-error JSON construction blocks collapsed to a single call site.
  • Renamed 23 handler functions*_tool_resulthandle_* for single-tool handlers; reconciliation_tool_result / hsm_tool_resultdispatch_reconciliation / dispatch_hsm to signal multi-tool fan-out.
  • Renamed map_tool_errorerror_payload — the function renders JSON, not transforms to another error type.
  • Renamed normalize_rows_with_provenancerows_to_json_with_provenance — rows are already normalised; the function converts to JSON with provenance annotation.
  • Renamed catalog/descriptor functionstool_catalogtool_names, tool_catalog_with_featurestool_names_for, tool_list_entriestool_descriptors; names now distinguish names-only from names+schemas returns.
  • Removed pub from two internal parse functions — no external callers existed.
  • Removed vestigial McpAdapter struct — its sole method immediately discarded the service reference it held; zero call sites in the crate.

86 tests pass.

v1.3.6

16 Apr 12:39

Choose a tag to compare

v1.3.6 - 2026-04-16

Bug Fixes

  • (mcpb) use server/ subdir and ${__dirname} in command per mcpb spec - (faba56d) - Claude Sonnet (coordinator)

Miscellaneous Chores

  • (version) v1.3.6 - (8b45d9e) - github-actions[bot]

v1.3.5

16 Apr 11:56

Choose a tag to compare

v1.3.5 - 2026-04-16

Bug Fixes

  • (mcpb) drop ./ from command; set author to Prompt Execution Pty Ltd. - (a421da0) - Claude Sonnet (coordinator)

Miscellaneous Chores

  • (version) v1.3.5 - (47f27b5) - github-actions[bot]

v1.3.4

16 Apr 11:35

Choose a tag to compare

v1.3.4 - 2026-04-16

Bug Fixes

  • (mcpb) derive entry_point and command from binary filename - (3ce9e03) - Claude Sonnet (coordinator)

Miscellaneous Chores

  • (version) v1.3.4 - (afac8db) - github-actions[bot]

v1.3.3

16 Apr 11:14

Choose a tag to compare

v1.3.3 - 2026-04-16

Bug Fixes

  • (justfile) use gh release list for tag fallback in publish-mcpb (not cog) - (3531fe0) - Claude Sonnet (coordinator)

Miscellaneous Chores

  • (version) v1.3.3 - (8f48684) - github-actions[bot]