Skip to content

Prodgy Overview

Latest Version v0.0.14 Stable

Section titled “Latest Version ”

Unified Prodgy Assistant meeting-join notice with fixed links

New The privacy/LGPD consent notice the Prodgy Assistant posts to the chat when it joins a meeting in Microsoft Teams is now the same message whether the bot was summoned by email invite or by the @Prodgy join command. The Privacy Terms and Terms of Use links now derive from the same URL base, fixing the wrong links that appeared on the @Prodgy join path. The message language still follows the language of whoever triggered the assistant.

Sorting on the Knowledge Base documents table

New The Knowledge Base documents table is now sorted by Updated at from newest to oldest by default, and you can sort by any column with a single click on its header (Name, Updated at, File size, Status and Quality) — click again to toggle the direction. Sorting is applied on the server, so it covers the entire collection and not just the current page.

Workspace settings available to regular users (Users and Security tabs restricted to admins)

New Users with the User role can now open Workspace Settings from the gear in the workspace selector and use the General, API Tokens and Connected Apps tabs. The Users and Security tabs remain admin-only — and that restriction is now enforced on the backend as well (member management and workspace deletion require an administrator role), not just hidden in the UI.

Force the chunking strategy on Knowledge Base nodes

New Knowledge Base workflow nodes (Save / Upsert in storage) now expose an optional Chunk strategy field to override the automatic content-based chunking — for example forcing Single block to keep a document whole. It defaults to Automatic, so existing agents and workflows are unaffected, and it is not exposed in the manual upload screen. The Meeting Scriber now stores the meeting summary as a single block.

Stop a workflow when a critical node fails (halt_on_failure)

New Workflows can now mark a node with halt_on_failure so a hard failure stops the run immediately, preventing downstream steps from acting on missing data (for example, posting an empty review or casting a default vote). The existing continue_on_failure (soft-fail) still takes precedence.

Configurable Self-Learning block for the Code Reviewer

New The workspace context block where the Code Reviewer stores the coding standards it learns is now configurable per install. The field appears only when Self-Learning is enabled and defaults to the previous behavior, so existing installs are unaffected.

Reliable answers from spreadsheets uploaded to the knowledge base

New Spreadsheets (xlsx/csv) uploaded to the knowledge base now produce exact answers to analytical questions — totals, sums, averages, counts and breakdowns by column (for example, sales by segment and country). Instead of guessing from text, the assistant runs a real query over the spreadsheet data. It works in the Playground, in communicators (Slack/Teams), in workflows and for MCP clients. When there is more than one spreadsheet, the system picks the right one or returns the result per spreadsheet, without summing data of different natures (distinct currencies/definitions).

Robust support for complex spreadsheets (merged cells, multi-level headers)

New Spreadsheets formatted for human reading — with merged cells, multi-level headers, section-title rows or unnamed columns — are now handled safely. The system tries to reconstruct the data automatically (including with your organization’s AI) and, when it cannot do so safely, indexes the sheet in descriptive mode (searchable by meaning) instead of risking wrong numbers. No rows are lost in the process. When a sheet falls into descriptive mode, the document’s Quality tab in the Knowledge Base shows a notice explaining what it means and when it happens.

Meeting Scriber posts the summary to the meeting chat

New Besides email, the Meeting Scriber now posts the meeting summary back to the source chat (for example, Microsoft Teams). The message is laid out for chat reading (overview, highlights, next actions with the responsible person when mentioned) and written in the meeting’s language.

Meeting summaries use the workspace context

New Meeting summaries are now generated with the workspace context (product, audience and conventions), producing more accurate overviews, action items and requests directed to Prodgy.

Meetings managed as documents in the knowledge base

New Processed meetings (summary and transcript) are now stored and managed like any other document in the knowledge base — searchable, viewable and removable from the Knowledge screen.

Self-learning Code Reviewer

New The Code Reviewer can now learn from its own reviews: after a review with relevant findings it distills generalizable coding standards and saves them to a workspace guidelines block, so future changes — and AI coding assistants — follow them.

Code Reviewer: product context, documentation and work-item feedback

New The Code Reviewer now understands the workspace’s product context, can require documentation updates for business or core changes (documentation gate), and can comment on the related work item about scope beyond the acceptance criteria and operational requirements. Each check is optional.

Social sign-on when accepting an organization invite

New Users invited to an organization can now accept the invite and sign in with social login (for example, Google/Microsoft), without having to create a separate password.

Configurable feedback popup

New The in-app feedback popup is now configurable: it can be turned on or off globally and triggered after a chosen number of sessions, so feedback is requested at the right time without being intrusive.

Real-time execution status on the executions screen

New The executions screen now shows the status of each node in real time for agents running on the new engine, so you can follow a run as it happens instead of waiting for it to finish.

Re-running a meeting no longer duplicates data

New Re-processing the same meeting is now idempotent — it updates the existing summary and transcript instead of creating duplicates — and the Execution Details screen gives clearer diagnostics when a run needs attention.