proofchat
Releases

Version 3.0.1

ProofChat version 3.0.1 release notes - Schema version 3 with database changes required.

Release Date: January 15, 2025
Schema Version: 3 (Database changes required)

Quick Check: If you haven't customized your ProofChat file, you don't need to perform this upgrade. Simply download the new version, enter your license, and you're ready to go. These upgrade instructions are only necessary if you've integrated ProofChat into your custom FileMaker solution and have customizations you want to preserve.

New Features

  • Experimental Feature: AI Script Editor: Generate FileMaker scripts using AI and copy them directly to FileMaker clipboard. This feature allows you to generate and edit FileMaker scripts automatically through AI assistance, making script development faster and more intuitive. Free tier: is limited to 25 requests per 24 hours.

  • ProofChat Pro is now available: ProofChat Pro is now available as a paid tier. This tier includes the unlimited access to the AI Script Editor and other Pro-only features.

  • Ottomatic AI Runtime is now available: Ottomatic AI Runtime is now available as a new runtime mode. This server-based runtime mode uses an external server to process AI requests with enhanced features and advanced streaming capabilities.

  • Other Providers support: Other providers support is now available. You can now use ProofChat with other providers such as Anthropic as well as OpenAI today. Many more providers are coming soon.

This release includes schema updates and new scripts requiring manual database changes. Download the new version using the button above, and follow the instructions below to update your schema.

Schema Changes Required

Two field changes and one layout change are required for this update:

New Field

  1. pc_chat_threads Table - ThreadMetaData Field: Copy the new ThreadMetaData field from the pc_chat_threads table in the ProofChat download file to your custom file.

Field Modification

  1. pc_chat_threads Table - Status Field: Update the calculation in the Status field in the pc_chat_threads table, changing the number in the calculation from 2 to 3.

Layout Modification

  1. pc_systems Layout: Copy the pc_systems layout from the ProofChat download file to the same layout in your custom file.

Script Changes Required

New Scripts

Five new scripts are required for this update. Copy each script from the ProofChat download file to the same location in your custom file:

  1. confirm_Execute
  2. evaluateCalc
  3. getFMClipboard
  4. setFMClipboard
  5. pc_select_web

Edited Scripts

Three scripts have been updated. Copy the entire contents of each script from the ProofChat download file into the same script in your custom file:

  1. Chat_Agent
  2. Chat_InitialProps
  3. tool_caller

⚠️ Important: This is a schema version update requiring manual database schema changes. Please see the Upgrade Guide for more information about schema migrations.