mirror of https://github.com/kortix-ai/suna.git
Cosmetic changes
This commit is contained in:
parent
04beaed123
commit
1243896712
|
@ -2,8 +2,8 @@ import { ChangelogData } from "../sections/changelog";
|
|||
|
||||
export const changeLogData: ChangelogData[] = [
|
||||
{
|
||||
version: "Version 2.0.0",
|
||||
date: "July 2025",
|
||||
version: "Version 1.1.0",
|
||||
date: "11th August 2025",
|
||||
title: "Introducing Custom Agents, Agent Marketplace, and much more!",
|
||||
description:
|
||||
"The most significant update for Suna yet. Build, customize, and share AI Workers. Connect any service, automate complex workflows, and discover a thriving marketplace of community-built agents.",
|
||||
|
@ -11,10 +11,8 @@ export const changeLogData: ChangelogData[] = [
|
|||
"Custom Agent Builder - Create specialized AI Workers with tailored system prompts and behaviors",
|
||||
"Model Context Protocol (MCP) Integration - Connect agents to any external service",
|
||||
"Agent Marketplace - Discover, install, and share agents with the community",
|
||||
"Visual Workflow Designer - Build complex multi-step workflows with conditional logic",
|
||||
"Unified Integrations Hub - Manage all your service connections in one place",
|
||||
"Version Control for Agents - Track changes, create versions, and rollback safely",
|
||||
"Advanced Agent Configuration - Fine-tune model parameters, tools, and capabilities",
|
||||
"Enterprise-Grade Security - Encrypted credential management and secure agent execution"
|
||||
],
|
||||
image: "/thumbnail-dark.png",
|
||||
|
|
Loading…
Reference in New Issue