Skip to content

v0.1.6 - Critical Serialization Bugfix

Choose a tag to compare

@KazKozDev KazKozDev released this 28 Dec 15:37
· 3 commits to main since this release

Fixed

Critical bugfix: Read-only tools now return actual data in TextContent.text.

Previously, the following tools returned only static messages instead of actual JSON data:

  • list_directory - was returning str(items)
  • get_document_structure - was returning "Structure extracted"
  • search_text - was returning "Found X matches"
  • get_context - was returning "Context extracted"
  • read_element - was returning "Element read"

This meant that LLM agents could not "see" the results of these queries, making them effectively blind when navigating documents.

All read-only tools now return proper JSON-serialized data that agents can parse and use.


Full Changelog: v0.1.5...v0.1.6