Skip to content

Releases: tainacan/tainacan-ai

Version 0.2.0

Choose a tag to compare

@mateuswetah mateuswetah released this 29 May 21:16
7e2549c

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

Full Changelog: 0.1.0...0.2.0

Version 0.1.0

Choose a tag to compare

@mateuswetah mateuswetah released this 28 May 17:53

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

Alpha 0.0.3 Pre-release
Pre-release

Choose a tag to compare

@mateuswetah mateuswetah released this 27 Jan 22:24
  • 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

Alpha 0.0.2 Pre-release
Pre-release

Choose a tag to compare

@mateuswetah mateuswetah released this 21 Jan 19:07

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

Alpha 0.0.1 Pre-release
Pre-release

Choose a tag to compare

@mateuswetah mateuswetah released this 20 Jan 12:39
13e3b6e

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-scripts into the build workflow.