Releases: tainacan/tainacan-ai
Releases · tainacan/tainacan-ai
Release list
Version 0.2.0
Features
- Redesigned sidebar interface with improved loading state, error handling, and debug information
- Advanced debugging mode for prompt visibility and per-run overrides
- Document HTML content filtering
- Settings for maximum document characters and PDF visual pages
What's Changed
- feat: Advanced debugging via prompt editing and more powerful error l… by @mateuswetah in #34
- feat: Exposes limits on settings screen and Request UI. by @mateuswetah in #36
- Version 0.2.0 by @mateuswetah in #37
Full Changelog: 0.1.0...0.2.0
Version 0.1.0
What's Changed
- Refactors the plugin to use WordPress Core AI Client api and Connecto… by @mateuswetah in #5
- refactor: Enriches AI Request Log with context. by @mateuswetah in #9
- refactor: Removes legacy providers in favor of WordPress Connectors by @mateuswetah in #11
- fix: Only fetches Mapping in the client side. by @mateuswetah in #13
- refactor: Moves collection prompts to post meta and collection editin… by @mateuswetah in #15
- Feature/16 unify image and document prompts by @mateuswetah in #17
- refactor: More deterministic evidence extraction schema. by @mateuswetah in #19
- refactor: Drops metadata mapping strategy, dynamically fetches from co… by @mateuswetah in #21
- refactor: Rewrites the extraction prompt to attempt clear instructions. by @mateuswetah in #23
- feat: Adds support for fetching remote url in document. by @mateuswetah in #24
- Feature/7 use metadata settings to help enrich prompting by @mateuswetah in #27
- Feature/8 improve auto fill strategy using rest api tainacanreloaditemmetadataform by @mateuswetah in #29
- feat: Creates output language section and makes some strings translat… by @mateuswetah in #30
- refactor: Replaces ajax calls by REST api calls with wp.apiFetch by @mateuswetah in #32
Full Changelog: 0.0.3...0.1.0
Alpha 0.0.3
- Improved document detection in item edit form (less DOM mutations using Tainacan hooks)
- Added no document found message to item edit form
- Makes more strings translatable in the Javascript side
Full Changelog: 0.0.2...0.0.3
Alpha 0.0.2
Experimental, not-ready-to-be-published release.
- UI improvements to match Tainacan Admin Style
- Detects if document is of type attachment before showing the analyze button
Full Changelog: 0.0.1...0.0.2
Alpha 0.0.1
Experimental, not-ready-to-be-published release.
These includes our first refactor from the original "Tainacan PDF Extractor" plugin.
- Renames the plugin to Tainacan AI;
- Translates from Portuguese to English;
- Fixes several errors flagged by the WordPress Plugin Check, preparing for repository submission;
- Changes the folder structure to incorporate
wp-scriptsinto the build workflow.