• New CLI tool to interact with Dust agents from the terminal
  • Install globally via npm: @dust-tt/dust-cli
  • Start chatting by running the dust command

• Added automatic agent suggestions when posting messages without @mentions
• Suggestions are based on message content and agent capabilities

• Added dynamic timeframe support for data extraction
• Introduced dynamic schema support
• Implemented JSON schema formatting
• Added ability to store extraction results in downloadable files
• Enabled direct extraction from files shared in conversations

  • New GPT-4.1 model is now accessible across all agents
  • Default @gpt4 agent has been upgraded to use GPT-4.1

• Added ability to enforce JSON-schema formatted responses from OpenAI models
• Available in both agent configurations (via advanced builder settings) and app chat blocks
• Ensures consistent output formatting for reliable downstream processing