Thinkeo Documentation
HomeWebsiteAPI DocumentationThinkeo Platform
HomeWebsiteAPI DocumentationThinkeo Platform
  1. Release notes
  • 🚀 Discovering the Thinkeo Platform
  • Get started
    • 🚀 The Basics: Introduction
    • 🧩 The Basics: Blocks
    • 🧙‍♂️ The Basics: The Wizard
    • 🏷️ The Basics: Attributes
    • 1️⃣ Hands-on Practice - App and Attributes
    • 2️⃣ Hands-on Practice - Blocks
    • 3️⃣ Hands-on Practice - The AI Block
    • 4️⃣ Hands-on Practice - The Wizard
    • 5️⃣ Hands-on Practice - Block Execution
    • 6️⃣ Hands-on Practice - Testing Your App
  • Apps
    • 📱 Publication Interface
    • 🏗️ Studio
  • Blocks
    • 📁 File Block
    • ⚡ Block Execution
    • 🤖 AI Block
    • 🧩 Group Block
    • 📝 Paragraph Block
    • 🔍 Condition Block
    • 🎲 Choice Block
    • 🔍 Search Block
    • 🔗 API Call Block
    • 📄 Word Export Block
    • 📊 PPT Block
    • 👁️ Filtered Views
  • Attributes
    • 🏷️ Attributes
    • ⚙️ Attribute Editor
  • Best practices
    • 📝 Writing Effective Prompts
  • Admin
    • 💳 Thinkeo Credits
    • 👥 Team Management
    • ⚙️ Settings
  • Release notes
    • 🚀 Thinkeo v1.2 Release Notes
    • 🚀 Thinkeo v1.0 Release Notes
    • 🚀 Thinkeo v0.10 Release Notes
    • 🚀 Thinkeo v0.8 Release Notes
    • 🚀 Thinkeo v0.7 Release Notes
    • 🚀 Thinkeo v0.6 Release Notes
  1. Release notes

🚀 Thinkeo v1.2 Release Notes

Introduction#

Welcome to this new version of Thinkeo!
We're excited to present the latest improvements and features we've developed for you. This update brings a test mode from the Studio, improvements to Word and PowerPoint blocks, as well as numerous optimizations for a smoother user experience.

🔧 Debug and Test Mode from the Studio#

Block Testing and Execution#

We've added the ability to test and execute your blocks directly from the Studio, making it easier to configure your Apps.
🎯 Test Mode Features
Execute and test blocks directly in the Studio environment
1
New Attributes Tab
Assign values to attributes directly from the Studio for your tests
2
Direct Execution
Select any block and click the "play" button to the right of the settings to execute it immediately
3
Real-time Rendering
Visualize the rendering directly in the Studio interface
4
Cascade Execution
A block executed from the Studio automatically executes its children
5
Output Management
Check or uncheck the "show output" option to display or hide all outputs from executed blocks
6
Detailed Consultation
Review inputs/outputs of each block to facilitate configuration
7
Facilitated Iteration
Test and configure your prompts as you create without systematically going through the publication interface
This functionality saves you time in developing your Apps and allows you to iterate faster on your configurations.

📄 Word and PowerPoint Block Improvements#

Image Management#

We've extended image management possibilities in your exports:
🖼️ Image Extraction
New syntax for handling images in your blocks:
Image Extraction Syntax:
{{ blocks["abc123-def456-ghi789"] | extract_first_link_html }}
This identifies an image in a paragraph block containing a single image.
📸 Image Variables
🔗 Variable Support
Support for image variables in format {{%variableimage}} on Word or PPT templates
🔄 Image Replacement
Add the variable as alt-text of an image for replacement, with exported image taking the dimension of the existing one in the template
💡 Use Case Example
This feature allows, for example, having a choice block with multiple variants, each variant being a paragraph block with an image inside. Depending on the user's choice, the corresponding image will then be sent to the Word or PowerPoint block variable. This allows dynamically modifying a logo, product image, or cover according to selections made in the Wizard.

Table Improvements#

📊 Table Styling
The Word block now supports the default table style if it exists, otherwise uses the "Tableau Thinkeo" style as the default style for all generated tables.

🔗 API Call Block Improvements#

Multiple Attribute Management#

🔢 Multi-value Syntax
New syntax for handling multiple values:
Multi-value Attribute Syntax:
"attribute": "{{attributes["abc123-def456-ghi789"] | string | escape_json }}"
This retrieves an array of values when an attribute has multiple assigned values.

🏷️ Attribute Management#

Attribute Descriptions#

📝 New Description Field
Addition of a field in attribute creation/editing panels to add and update their descriptions.
📋 Enhanced Documentation
Better organize and document your attributes with descriptions

🔧 API and Token Management from the Studio#

Integrated API Interface#

1
Token Management from Studio
Create, copy, and delete tokens directly from the Studio with display in team settings
2
New API Tab
Creation of a dedicated tab for API settings with link to documentation
3
API Scope
Addition of an API scope for tokens with permission verification
4
Copy ID Functions
Button to copy app ID from the Studio and "copy ID" function for blocks and attributes in their settings panels

📊 Publication Interface Improvements#

Error Management#

🚨 Smart Popups
Admin Error Handling
Differentiated popups for administrators during publication errors
Direct buttons to update limits or subscribe to new plans
Usage Alerts
Information popup when publication is blocked by lack of credits
Clear messaging for usage limits reached

🧙‍♂️ Wizard Improvements#

Filtering#

🔍 Option Filtering
Addition of a filter field when there are more than 6 checkboxes, also available on radio buttons.
⚡ Enhanced User Experience
Streamlined selection process for large option sets

💰 Usage Tracking and Billing#

Enhanced Navigation#

1
Improved Usage Tracking
Click on the usage counter at the bottom left to access appropriate pages based on subscription level
2
Email Alerts
Send emails to team administrators when usage limits/alerts are reached

🔐 Security and Ergonomics#

Authentication Improvements#

🍪 Cookie-based Authentication
Migration to cookie-based authentication for better security.

🐛 Bug Fixes#

We've resolved several issues to improve platform stability and performance:

Word and PowerPoint Blocks#

1
Image Size Support
Support for image sizes in Word and PPT blocks - image size in Thinkeo is now respected during export
2
Title Level Correction
Fixed respect for title levels during export (h1 remains h1, h2 remains h2, etc.)

Interface and Navigation#

1
Error Messages
Fixed error message regarding roles during usage alerts/limits
2
User Interface
Removed "admin" section from menu when not necessary
3
Autocomplete
Disabled autocomplete on filter fields and block search
4
Real-time Saving
App names in the Studio now save in real-time

Token and Permission Management#

1
Token Permissions
Disabled token creation and deletion for roles other than Admin
2
Permission Verification
Fixed permission verifications for app reading and token creation

Attributes and Templates#

1
Attribute Export
Use of dependency endpoint to make exports more reliable
2
Optional Descriptions
Attribute descriptions are now optional during creation
3
Formula Management
Fixed attribute formula management when modifying values

Alerts and Limits#

1
Budget Alerts
Fixed budget alerts and limits when they were set to null
2
Team Management
Fixed user removal from teams and groups

Rendering and Publications#

1
Rendering Stability
Fixed memory overload during rendering in certain situations and improved stability
2
App Versions
Fixed logging of app versions when starting publications
3
Publication Cost
Fixed calculation of average publication cost per app

AI Models and Exports#

1
Model Parameters
Removed unsupported parameters for certain AI models
2
Export Links
Fixed printing of export links
3
Word Templates
Fixed URLs of Word templates sent to export service
4
Main Blocks
Prevents deletion of an app's main block

Search and Navigation#

1
Error Handling
Better handling of context too long errors for AI models
2
Search
Improved search with similarity sorting
3
UI Positioning
Fixed positioning of user settings button

Conclusion#

This version 1.2 brings significant improvements to your App creation experience with the introduction of test mode from the Studio. Combined with improvements to Word and PowerPoint blocks and numerous optimizations, this update will allow you to create Apps more efficiently.
We hope these new features and fixes will allow you to create powerful Apps with even greater ease.
Don't hesitate to explore these new features and share your feedback. Your suggestions are valuable for evolving Thinkeo according to your needs.
Happy exploring this new version!
The Thinkeo Team
Modified at 2025-08-22 10:35:55
Previous
⚙️ Settings
Next
🚀 Thinkeo v1.0 Release Notes
Built with