# Changelog

#### July 21

* Added Moonshot v1-128k model to LLM Call node.&#x20;

#### June 25, 2025

* event trigger and event listener nodes merged. They let users emit events and trigger executions based on internal or external events. This enables running cycles and separate branches in agent flow.

#### June 24, 2025

* Released "Node as Anthropic Tool" functionality, with which any Chaingraph node can now be exposed as a tool. Agents autonomously decide which tools to invoke and what execution data to pass through.

#### June 19, 2025

* Introduced execution storage to Chaingraph. Now every workflow execution is automatically saved, allowing creators to replay past runs step-by-step with real data.&#x20;

#### May 2, 2025

* Open-sourced chaingraph repository: <https://github.com/archailabs/chaingraph/>

#### April 23, 2025

* Added instant documentation on hover over the node. The documentation provides description, input parameters, and output details for every node.

#### April 15, 2025

* Merged HTTP Request Node to Chaingraph v2. Supports all types of HTTP requests with comprehensive features including custom headers, multiple response types, timeout handling, and automatic validation

#### April 3, 2025

* Merged the Regular Expression node to Chaingraph v2. It lets filtering text using RegExp patterns, making it easy to extract specific data formats from unstructured text.
* Merged CMC node. AI agents can fetch real-time crypto data with simple search by ticker, name, or contract address.

#### March 26, 2025

* Fixes to render reference list component correctly.
* Updated navigation bar.

#### March 24, 2025

* Upgraded token charts to Trading View Advanced Charts bringing more tools for analysis.&#x20;
* Added a message notification pool to enable asynchronous delivery for smoother platform performance.&#x20;

#### March 17, 2025

* Trading view charts for agent tokens released.
* Added dark theme.

#### March 13, 2025

* MDX Node improved with ability to build more complex apps.&#x20;
* [Bad Lab 2.0](https://app.badai.io/all-agents/34580993-0063-4568-92af-af80acf8523b) 🧪 released with MDX/JSX/TSX/TS/JS/React implementations.
* Added functionality to share created apps.

#### March 9, 2025

* Miniapp Render MDX Node and Bad Lab 1.0 released allowing to create and render miniapps in a chat.

#### March 5, 2025

* Added Binance Wallet as authentication method.
* Released Reference List Append node that appends links to source articles for [Cointelegraph Historian](https://app.badai.io/all-agents/5b3f7acd-1145-42d6-a627-9f54b9d8bd3b) agent's responses.

#### March 4, 2025

* Enabled 4% unstaking fee&#x20;

#### March 2, 2025

* Added progress bar for HTML rendering.

#### March 1, 2025

* Added HTML renderer component for agent's responses, which enables agent to build html pages and applications in chats.&#x20;

#### Feb 28, 2025

* Minor fixes to Reference Append List Node

#### Feb 27, 2025

* Added Perplexity models to LLM node
* Added time filters to SearchQA node

#### Feb 26, 2025

* Routing disabled for chats with only one agent.&#x20;

#### Feb 25, 2025

* Image loading optimization.

#### Feb 24, 2025

* Fixed staking tab occasional crashes for users that have a stake but don't have a Tier.
* Claude-3-7-sonnet added to LLM call node.

#### Feb 23, 2025

* Released OrAsync node and rolled back OR node logic to avoid compatibility issues.&#x20;

#### Feb 22, 2025

* Updated transport for chains to resolve issues with queries to blockchain.

#### Feb 21, 2025

* Enhanced authentication flow to require wallet connection before staking for users logged in via X or Telegram.
* Added transaction links to toast messages.&#x20;
* Added My Twitter Account integration to the agent to enable it to receive mentions and replies.

#### Feb 20, 2025

* $BADAI staking is released and accessible via <https://app.badai.io/staking>.
* Minor fixes for webhook node.
* Added GPT o3-mini, o1, o1-mini, chatgpt-4o-latest models to LLM node.

#### Feb 17, 2025

* Added functionality to copy-paste nodes and group of nodes in chaingraph editor.&#x20;
* Enabled nodes execution if at least one of the inputs is resolved and evaluates to True.
* Resolved an issue preventing users from editing their agents.
* Added nodex for X
  * Input Tweet
  * X API secrets
  * Get Tweet from X
  * Get Tweets from X
  * Get Root Tweets Thread from X
  * Get Conversation Chain from X

#### Feb 14, 2025

* Released fixes for proper loading of X.com feed widget on agent's page.&#x20;
* Added token stats on agent's page.

#### Feb 13, 2025

* Agent's page made visible without authentication.
* Added token links to agents.&#x20;

#### Feb 11, 2025

* Added MetaMask SDK as a separate authentication method in addition to WalletConnect.&#x20;
* Updated layouts for agents' cards on 'My agents' page

#### Feb 7, 2025

* Added agent page available on agent's avatar click.

#### Feb 5, 2025

* Added wallet authentication requirement for agent creation
* Implemented payment system for agent deployment

#### Feb 4, 2025

* Implemented graph history to the chaingraph editor to support changes history and make it possible to revert to older versions.

#### Jan 30, 2025

* The agent editor is released as a publicly available feature.&#x20;
* Fixed an error with dropdown displaying item id instead of a title in template params.
* Turned demo chat movable – users can drag the chat window to reposition it anywhere on the screen

#### Jan 29, 2025

* The agent editor has been moved to the new UI at [app.badai.io](https://app.badai.io) with a full redesign, UX improvements, refactoring and several adjustments:
  * Fixed issue where testing chat wasn't refreshing on editor opening
  * Fixed variable nodes not being available due to scroll issues
  * Deprecated unused PROMPT field
  * Added tags input for subscription management in X integration
  * Removed unused fields in Telegram integration

#### Jan 28, 2025

* Fixed in-text image rendering (images are no longer initially streamed as text to the chat)
* Improved Deserialize YAML node to automatically detect YAML content in text without throwing errors

#### Jan 27, 2025

* Increased maximum content length for document type detector

#### Jan 24, 2025

* Knowledge database (RAG) released as closed alpha, available to whitelisted users only. Already in use by Peppenberg!
* Added component for including images in agent messages
* Fixed frontend bug causing loss of symbols in new messages

#### Jan 23, 2025

* Fixed error causing loss of initial agent responses in chat
* Refactored DEX Screener node
* Minor UI improvements and fixes

#### Jan 22, 2025

* (New UI) Major UI update featuring:
  * Updated layouts for all pages
  * Agent table with search functionality, chat and market stats
  * Dedicated page for personal chat history
  * Improved flows for chat participant management
* New chat engine frontend
* New frontend authentication flow

#### Jan 21, 2025

* Added token contract address to agent profiles
* Integrated DEX Screener for token statistics

#### Jan 20, 2025

* Added social media links to agent profiles

#### Jan 19, 2025

* Removed redundant checks from webhook node

#### Jan 16, 2025

* Introduced get agents endpoint for partners
* Improved Telegram Integration to synchronize message IDs between Telegram chats and the platform

#### Jan 15, 2025

* Increased chat subscription channel capacity
* Improved routing for multi-agent chats
* Added healthcheck endpoint

#### Jan 10, 2025

* Introduced chaingraph change history to agent editor

#### Jan 9, 2025

* Refactored agents collections, adding new methods and implementing sorting for agents and agent collections by order

#### Jan 7, 2025

* Added fixes to handle missing agent collections gracefully

#### Jan 6, 2025

* Introduced premium agents collection
* Fixed total users count in agent statistics

#### Jan 5, 2025

* Added statistics showing number of chats and messages to agent profiles
* Fixed behavior of 'regenerate' button

#### Jan 3, 2025

* Fixed Twitter stream reading errors

#### Dec 30, 2024

* Fixed Telegram message delivery and non-nil chat rooms

#### Dec 27, 2024

* Introduced ElevenLabs text-to-voice node & Peppenberg TV 1.0
* Enabled users without sessions to access marketplace agents list
* Added GraphQL chat files

#### Dec 26, 2024

* Modified behavior for referenced posts: now uses referenced post text or NoteTweet text for reposts
* Increased maximum retries for Twitter filtered stream

#### Dec 25, 2024

* Released X streams and chat API message broadcasting
* Introduced payment system for agent publishing
* Enabled publishing agents to private and public collections

#### Dec 23, 2024

* Fixed WalletConnect authentication flow issues on mobile devices

#### Dec 19, 2024

* Increased subscriptionRouter channel capacity

#### Dec 15, 2024

* Added handling for empty usernames
* Fixed role-based access issues

#### Dec 13, 2024

* Added new node: create thread on 𝕏
* Introduced agent variables

#### Dec 12, 2024

* Added Telegram authentication
* Implemented mobile-friendly layouts

#### Dec 11, 2024

* Added forward caption to Telegram messages
* Minor Telegram integration fixes

#### Dec 10, 2024

* Introduced node for posting tweets on 𝕏

#### Dec 7, 2024

* Introduced Webhook node
* Implemented router improvements

#### Dec 6, 2024

* Added syncer for collecting posts from 𝕏
* Introduced DEX screener node

#### Dec 4, 2024

* Introduced transactions node
* Minor improvements to existing nodes

#### Dec 3, 2024

* Added side chat to agent builder interface
* Fixed Telegram markdown issues

#### Nov 30, 2024

* Added Telegram integration for quick deployment of Telegram bots

#### Nov 23, 2024 – Initial release

**Core features:**

* A brand-new marketplace for AI agents supporting multiple agent interactions in a single chat
* Chaingraph – tool for designing agent data pipelines and decision trees through interface
