Use Cases Integrations News Discord Docs
Sign in

Select Language

Release Notes β€’ 3 min read

Knowledge Store & API Integration

Another amazing couple of weeks has flown by.

Knowledge Store & API Integration

Another amazing couple of weeks has flown by. Hannes has had β€œvacation”, but the change log begs to differ. We have had a lot of people wanting to get seamless integrations with external services and as you can see, Zackarias has made some fantastic changes which should make things easier for you. Give it a shot and keep giving us feedback! We are preparing for a visit to Helsinki and Slush, but fear not, nothing ever stands still. Best wishes from me (Iggy Gullstrand)

October 23 - November 4, 2025

Major Development Period: 13 days of intensive platform improvements Total Commits: 42 (27 backend, 15 frontend) Focus: API integration, chat enhancements, and user experience

πŸ’‘ Key Takeaways

This release represents a significant maturation of the Triform platform:

  1. Smarter API Integration β€” Knowledge Store enables intelligent API research and caching
  2. Better Development Experience β€” Deploy & Chat integration, loop support, and execution visibility
  3. Enhanced Reliability β€” Better error handling, validation, and type safety throughout
  4. Mobile UX β€” Continued improvements to mobile experience and responsiveness

Statistics:

  • 27 backend commits over 13 days
  • 15 frontend commits over 8 days
  • 8 critical bugs fixed
  • 5000+ lines of code added

πŸš€ Major Features & Enhancements

API Research & Testing System

  • πŸ”¬ Knowledge Store β€” Intelligent API research and caching system for better external API integrations
    • Persistent knowledge storage with semantic search
    • Automatic API documentation research and pattern recognition
    • Integrated testing capabilities for API workflows

Enhanced Chat Agent

  • πŸ’¬ Execution Steps Visibility β€” Real-time execution steps now displayed
  • πŸ”§ Improved Tool Calling β€” More reliable tool usage with better error handling
  • πŸ” Loop Support in Actions β€” Actions can now iterate over collections
  • 🎯 Actions in Chat β€” Interactive action buttons and UI elements within chat responses
  • ⚑ Deploy & Chat Integration β€” Seamless transition from build to test to deployment

Action Builder Modernization

  • πŸ—οΈ Triform Syntax Integration β€” Actions now use Triform syntax during coding phase
  • πŸ”„ API-Based Execution β€” Actions execute via API to test end to end
  • βœ… Enhanced Validation β€” I/O validation against API schemas ensures type safety
  • πŸ“¦ Requirements Building β€” Fixed requirements not consistently built during action build

Flow System Improvements

  • πŸ“Š Better Graph Validation β€” Catches structural errors early in flow design
  • πŸ” Loop Support β€” Native support for nested flow structures with iteration
  • 🎯 Build/Edit Operations β€” Expanded flow interface for iterative development
  • πŸ”— Enhanced Schema Handling β€” Improved validation logic for complex data flows

🎨 UI/UX Improvements

Mobile Experience

  • πŸ“± Repositioned buttons for better mobile usability
  • 🎨 Made chat button visible and usable
  • πŸ“ Fixed multiple responsiveness issues across the application
  • ✨ Enhanced mobile and tablet layout handling

Chat Interface

  • πŸ’‘ Chat actions now render within conversation runs
  • 🎯 Better visual feedback for ongoing operations
  • πŸ”„ Improved chat store to handle interactive actions

Safety & Stability

  • πŸ›‘οΈ Added project ID validation before updates to prevent data corruption
  • βœ… More robust project update mechanism