Unclaimed project
Are you a maintainer of agent-zero? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
agent-zero
Agent Zero AI framework
Back to changelogNew
v0.9.8.1 - Skills, UI Redesign & Git projects
v0.9.8.1 - Caching, context optimization, error handling...
- improved caching for anthropic models
- improved context window optimimization
- fixed retry on critical error counter
- load up to 5 skills at a time
- default chat model is now Sonnet 4.6
v0.9.8 - Skills, UI Redesign & Git projects
Release video
- Skills
- Skills System replacing the legacy Instruments with a new
SKILL.md standard for structured, portable agent capabilities.
- Built-in skills, and UI support for importing and listing skills
- Real-time WebSocket infrastructure replacing the polling-based approach for UI state synchronization
- UI Redesign
- Process groups to visually group agent actions with expand/collapse support
- Timestamps, steps count and execution time with tool-specific badges
Step detail modals with key-value and raw JSON displayCollapsible responses with show more/less and copy buttons on code blocks and tablesMessage queue system allowing users to queue messages while the agent is still processingIn-browser file editor for viewing and editing files without leaving the UIWelcome screen redesign with info and warning banners for connection security, missing API keys, and system resourcesScheduler redesign with standalone modal, separate task list, detail and editor components, and project supportSmooth response rendering and scroll stabilization across chat, terminals, and image viewerChat width setting and reworked preferences panelImage viewer improvements with scroll support and expanded viewerRedesigned sidebar with reusable dropdown component and streamlined buttonsInline button confirmations for critical actionsImproved login design and new logout buttonFile browser enhanced with rename and file actions dropdownGit projects
- Git-based projects with clone authentication for public and private repositories
Four new LLM providers: CometAPI, Z.AI, Moonshot AI, and AWS BedrockMicrosoft Dev Tunnels integration for secure remote accessUser data migration to /usr directory for cleaner separation of user and system filesSubagents system with configurable agent profiles for different rolesMemory operations offloaded to deferred tasks for better performanceEnvironment variables can now configure settings via A0_SET_* prefix in .envAutomatic migration with overwrite support for .env, scheduler, knowledge, and legacy directoriesProjects support extended to MCP, A2A, and external APIWorkdir outside project support for more flexible file organizationAgent number tracking in backend and responses for multi-agent identificationMany bug fixes and stability improvements across the UI, MCP tools, scheduler, uploads, and WebSocket handling