Skip to content

Plumbers App v2.1.0

Choose a tag to compare

@automatinginnovatingai automatinginnovatingai released this 01 Jun 14:22
· 5 commits to main since this release

============================================================
AI SUMMARY AGENT – RELEASE NOTES (v1.0)

This update introduces the new AI Summary Agent, available across all
client applications. The feature allows users to quickly summarize
any text they select or paste, using their available AI tokens.


  1. Feature Overview

The AI Summary Agent provides fast, on-demand text summarization
directly inside the application. It is designed for simplicity:
the user selects text, opens the AI Summary tool, and receives a
condensed summary based on the chosen length.

This feature does NOT automatically scan files, documents, or
database records. Users manually provide the text they want
summarized. Automatic database summarization may be added in a
future upgrade.


  1. How Users Access the AI Summary Agent

• Highlight or copy/paste any text inside the application.
• Open the AI Summary Agent panel.
• Choose a summary length (Short, Medium, Long).
• The summary is generated instantly if the user has tokens.

If the user does not have enough tokens, the system will open a
Stripe checkout page where additional tokens can be purchased.


  1. Summary Length Options

Short – approx. 300 characters
Medium – approx. 800 characters
Long – approx. 1500 characters

These limits ensure fast, consistent summaries across all apps.


  1. Token Authorization Flow

Before generating a summary, the system checks:

• Company ID
• User key
• Token balance
• Permission to use the AI Summary Agent

If authorized, tokens are deducted and the summary is generated.
If not authorized, the user is redirected to purchase more tokens.


  1. PDF Export Support

After a summary is generated, users can export the result as a PDF
using the new “Export Summary to PDF” button. This uses the existing
PDF generator already built into the application suite.


  1. Compatibility Across All Apps

The AI Summary Agent works in all applications where users can
select or paste text. No additional configuration is required.

Future versions may include:
• Automatic summarization of notes/logs stored in the database
• App-specific summary sources via a configuration file


  1. Notes for Administrators

• No schema changes were required for this update.
• No additional permissions need to be configured.
• Token pricing and descriptions remain managed in Stripe.
• The backend handles token authorization; the app handles text flow.


  1. Additional Bux fixes

• Additional minor updates to the user interface
• Additional security enhancements


End of Release Notes