Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: add changelog updates #563

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Fleek Changelog: Characterfile editing, AI agent API and Remote attestation'
date: 2025-02-17
desc: 'Fleek’s AI Agent capabilities, including a new AI Agent Proxy API and the ability to edit characterfiles directly from the'
desc: 'Fleek’s AI Agent capabilities, including a new AI Agent Proxy API and the ability to edit characterfiles directly from the UI'
thumbnail: './fleekchangelog.png'
image: './fleekchangelog.png'
author:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
---
title: 'Fleek changelog: Version toggling, API key generation, and more'
date: 2025-03-03
desc: 'Eliza version selector for AI agent deployment, API key generation, and more'
thumbnail: './fleek-changelog.png'
image: './fleek-changelog.png'
author:
- 'Tobiloba Adedeji'
---

Hey, Fleek community!

We’ve rolled out some exciting updates over the past few days, and we’re excited to share them with you! Here’s a breakdown of what’s new:

---

## Eliza Version Control

Fleek allows users to switch between different versions of Eliza while building AI agents. Through the **Agent Deployment Portal**, users can select a specific Eliza version and adapt their agent’s instance on Fleek’s virtual machines.

### Supported Versions

Fleek currently supports [Eliza v0.25.9](https://elizaos.github.io/eliza/docs/changelog/), [Eliza v0.1.9](https://elizaos.github.io/eliza/docs/changelog/#v019-2025-02-01), [Eliza v0.1.8](https://elizaos.github.io/eliza/docs/changelog/#v018-alpha1-january-31-2025) and [Eliza v0.1.7alpha2](https://elizaos.github.io/eliza/docs/changelog/#version-017-alpha2-2024-12-28). You can track updates and available versions [here](https://elizaos.github.io/eliza/docs/changelog/).

### Switching Eliza Versions

To switch between Eliza versions:

1. Visit [fleek.xyz/eliza/](https://fleek.xyz/eliza/).
2. Use the **dropdown toggle** to select the desired version.
3. Proceed with one of the [three deployment options](/docs/ai-agents/#deploy-ai-agents) on the Deployment Portal.

This flexibility allows developers to test, iterate, and deploy AI agents on the latest stable versions while maintaining compatibility.

---

## API Key Generation Made Easier

Generating API tokens for Fleek’s [AI Agents APIs](/docs/ai-agents/agents-apis/) is now more streamlined. You can now create, view, copy, and regenerate API keys directly from the [Eliza deployment page](/eliza/) or the [Fleek dashboard](https://app.fleek.xyz/).

**Steps to generate an API key:**

1. Visit the [Eliza deployment page](https://fleek.xyz/eliza) and click **"Account settings"** at the bottom.
2. Navigate to the **"API Tokens"** tab to view all your generated API keys.
3. Click **"Create API Token". A** modal appears, \*\*\*\*enter a name for your key and confirm.

![Create API Token](./create-api-token.png)

Use the generated key as your X-Api-Key for all API requests.

---

## AI Agent Draft Status

Agents still in draft mode will feature an icon next to their name on the Eliza deployment page and the Fleek dashboard.

Additionally, users can now:

- Easily view them with all the other agents
- Continue editing drafts before publishing
- Delete draft agents if no longer needed

This refinement streamlines agent development and ensures drafts don’t get lost in larger projects.

The draft creation APIs are also available now. Learn more in our [AI Agents API documentation](/docs/ai-agents/agents-apis/).

![Draft AI agent](./draft-agent.png)

---

## Table of Contents for AI Agent Creation

The AI agent creation flow for both "Build from Scratch" and "Start with a Template" now includes a table of contents for seamless navigation. You can quickly jump between sections to review and edit details before proceeding to deployment.

![Table of contents](./templates.png)

---

## Sidebar Status Indicators for AI Agents

The AI Agents sidebar on the [Eliza deployment page](/eliza) now displays agent statuses at a glance. This helps you quickly identify which agents are active, inactive, or still in draft mode.

### Updated Sidebar Indicators

The sidebar now features visual status indicators for each AI agent:

- **Green dot**: Active agents
- **Gray dot**: Inactive agents

This makes monitoring and managing your AI agents easier than ever without navigating multiple menus.

---

That’s all for now! Thank you for choosing Fleek.

[Check out our documentation](/docs/ai-agents/) for more details.

Don’t forget to:

- Follow us on [X](https://x.com/fleek)
- Join our [Discord](https://discord.gg/fleek)
- Explore our [guides](/guides/) and [resources](/docs/)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"hero": {
"title": "AI agent infrastructure for teams of every size",
"subTitle": "Create, deploy, and scale AI agents with enterprise-grade performance and industry-best #.",
"primaryCta": "Create agent",
"primaryCta": "Create an agent",
"secondaryCta": "Enterprise solutions",
"tertiaryCta": "API documentation",
"hideAnnouncement": false
Expand Down
Loading