From b84bc469c9464fa78aa6f75d8a0b7a535c5ace60 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Wed, 11 Feb 2026 19:26:57 +0100 Subject: [PATCH] docs: Add changelog section to platform docs (#12077) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Adds a new **Changelog** section to the platform docs sidebar navigation - Creates the first bi-weekly changelog entry covering January 29 – February 11, 2026 - Establishes the directory structure (`docs/platform/changelog/`) for future entries ### What's included in the changelog entry The entry covers voice input, persistent file workspace, Claude Opus 4.6 upgrade, marketplace agent customization, rebuilt chat streaming (Vercel AI SDK migration), reconnection during long tasks, agent creation UX improvements, homepage redesign, and agent library reuse — plus collapsible sections for smaller improvements and fixes. ### How to add future entries 1. Create a new markdown file in `docs/platform/changelog/` (e.g., `february-12-february-25-2026.md`) 2. Add a link to `docs/platform/SUMMARY.md` under the Changelog section ## Test plan - [ ] Verify the Changelog section appears in the GitBook sidebar after merge - [ ] Verify the changelog entry renders correctly (headings, table, collapsible sections) - [ ] Verify navigation between the changelog index and the entry works 🤖 Generated with [Claude Code](https://claude.com/claude-code)

Greptile Overview

Greptile Summary

Adds a new **Changelog** section to the platform documentation with the first bi-weekly entry (January 29 – February 11, 2026). The changelog documents major platform updates including voice input, persistent file workspace, Claude Opus 4.6 upgrade, marketplace agent customization, rebuilt chat streaming, reconnection during long tasks, agent creation UX improvements, homepage redesign, and agent library reuse. **Key changes:** - Created `docs/platform/changelog/` directory with a landing page (`README.md`) and the first entry - Added "Changelog" section to `SUMMARY.md` navigation with proper GitBook structure - Used collapsible `
` sections for minor improvements and fixes to keep the changelog scannable - Follows existing documentation patterns with clear headings, GitBook hint blocks, and markdown tables The structure allows for easy addition of future entries by creating new markdown files and linking them in `SUMMARY.md`.

Confidence Score: 5/5

- This PR is safe to merge with minimal risk - it only adds documentation files. - The PR introduces only new documentation files with no code changes. The changelog structure follows GitBook conventions correctly, uses proper markdown formatting, and integrates cleanly into the existing documentation navigation. All files are well-formatted with clear headings, proper use of GitBook hint blocks, and collapsible sections for organization. - No files require special attention
--------- Co-authored-by: Claude Opus 4.6 --- docs/platform/SUMMARY.md | 5 + docs/platform/changelog/README.md | 13 +++ .../changelog/january-29-february-11-2026.md | 95 +++++++++++++++++++ 3 files changed, 113 insertions(+) create mode 100644 docs/platform/changelog/README.md create mode 100644 docs/platform/changelog/january-29-february-11-2026.md diff --git a/docs/platform/SUMMARY.md b/docs/platform/SUMMARY.md index b71f6dc929..bfe24f0469 100644 --- a/docs/platform/SUMMARY.md +++ b/docs/platform/SUMMARY.md @@ -32,3 +32,8 @@ * [API Introduction](integrating/api-guide.md) * [OAuth & SSO](integrating/oauth-guide.md) + +## Changelog + +* [What's New](changelog/README.md) + * [Voice input, persistent files, and a smarter AI](changelog/january-29-february-11-2026.md) diff --git a/docs/platform/changelog/README.md b/docs/platform/changelog/README.md new file mode 100644 index 0000000000..454cd20a77 --- /dev/null +++ b/docs/platform/changelog/README.md @@ -0,0 +1,13 @@ +# Changelog + +What's new in AutoPilot and the AutoGPT Platform. We ship updates regularly and document everything here. + +{% hint style="info" %} +AutoPilot was previously called CoPilot. References to CoPilot in older entries refer to the same product. +{% endhint %} + +## 2026 + +| Date | Highlights | +| ---- | ---------- | +| [January 29 – February 11](january-29-february-11-2026.md) | Voice input, persistent file workspace, Claude Opus 4.6, marketplace agent customization, rebuilt chat streaming | diff --git a/docs/platform/changelog/january-29-february-11-2026.md b/docs/platform/changelog/january-29-february-11-2026.md new file mode 100644 index 0000000000..6fd26fca32 --- /dev/null +++ b/docs/platform/changelog/january-29-february-11-2026.md @@ -0,0 +1,95 @@ +# Voice input, persistent files, and a smarter AI + +*January 29 – February 11, 2026* + +*** + +## Talk to AutoPilot with your voice + +A mic button has been added to the chat input. Press it, speak your request, and your voice is transcribed instantly. The text box auto-focuses so you can hit Enter to send or tap the mic again to keep talking. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11871) + +## Your files stick around + +Files generated during conversations — images, documents, anything — are now saved to your personal workspace instead of disappearing when the session ends. You can browse and manage them directly through chat, and images show up inline in the conversation. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11867) + +{% hint style="success" %} +This also unblocked **20+ blocks** (file storage, email attachments, screenshots, image generation, and more) that weren't working in chat. +{% endhint %} + +## Upgraded to Claude Opus 4.6 + +AutoPilot now runs on Anthropic's newest and most capable model, with a larger context window and doubled output capacity. Extended thinking is enabled, so the AI reasons internally before responding — you get cleaner, more focused answers instead of raw chain-of-thought in the chat. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11983) + +{% hint style="info" %} +Claude 3.7 Sonnet has been retired. Agents using it were auto-migrated to Claude 4.5 Sonnet. +{% endhint %} + +## Customize marketplace agents + +Ask AutoPilot to modify any marketplace agent before adding it to your library. "Customize that newsletter writer to post to Discord instead." AutoPilot adapts the workflow, asks follow-up questions if needed, and saves the customized version for you. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11943) + +## Rebuilt chat streaming + +The entire chat system has been rebuilt on the Vercel AI SDK. More reliable message delivery, better markdown formatting, tool outputs shown in clean collapsible panels, and errors surfaced as brief notifications instead of breaking the chat. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11901) + +## Stay connected during long tasks + +If your connection drops while AutoPilot is working (network hiccup, laptop sleep, switching tabs), it keeps going in the background, saves progress, and replays what you missed when you reconnect. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11877) + +## New agents reuse your existing ones + +When building a new agent, AutoPilot searches your library for agents that can be incorporated as building blocks — so you don't rebuild from scratch. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11889) + +## Better agent creation + +Progress bar during generation so you're not staring at a blank screen. A "Your agent is ready!" prompt with buttons to test immediately or provide your own inputs. Cleaner formatting when AutoPilot asks you clarifying questions. And helpful error messages instead of generic failures. [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11974) + +## Updated homepage text + +The homepage now says "Tell me about your work — I'll find what to automate" instead of assuming you already know what to build. The quick-start buttons have been rewritten too: [*↗*](https://github.com/Significant-Gravitas/AutoGPT/pull/11956) + +{% tabs %} + +{% tab title="After" %} +* "I don't know where to start, just ask me stuff" +* "I do the same thing every week and it's killing me" +* "Help me find where I'm wasting my time" +{% endtab %} + +{% tab title="Before" %} +* ~~"Show me what I can automate"~~ +* ~~"Design a custom workflow"~~ +* ~~"Help me with content creation"~~ +{% endtab %} + +{% endtabs %} + +*** + +
+ +Improvements + +* [Editing agents updates the original](https://github.com/Significant-Gravitas/AutoGPT/pull/11981) instead of creating a duplicate in your library +* ["Tasks" tab renamed to "Agents"](https://github.com/Significant-Gravitas/AutoGPT/pull/11982) to better describe what's there +* [Wallet stays closed](https://github.com/Significant-Gravitas/AutoGPT/pull/11961) — no longer pops open automatically for new users or on balance changes +* [Search suggests next steps](https://github.com/Significant-Gravitas/AutoGPT/pull/11976), like offering to create a custom agent from your query +* [Smarter block filtering](https://github.com/Significant-Gravitas/AutoGPT/pull/11892) — chat no longer shows blocks that only work in the visual builder +* [Linear search block upgraded](https://github.com/Significant-Gravitas/AutoGPT/pull/11967) — now returns status, assignee, and project info with team filtering +* [New Text Encoder block](https://github.com/Significant-Gravitas/AutoGPT/pull/11857) for escaping special characters in JSON payloads and config files + +
+ +
+ +Fixes + +* [Improved credential matching](https://github.com/Significant-Gravitas/AutoGPT/pull/11908) so agents reliably use the correct API keys and permissions for each provider +* [Better input validation](https://github.com/Significant-Gravitas/AutoGPT/pull/11916) — agent inputs are now validated upfront with clear feedback on available fields +* [Marketplace agents work as sub-agents](https://github.com/Significant-Gravitas/AutoGPT/pull/11920) — referencing marketplace templates in new builds no longer fails +* [YouTube transcription fixed](https://github.com/Significant-Gravitas/AutoGPT/pull/11980) — cleanly reports either success or failure, not both +* [Long conversations stay responsive](https://github.com/Significant-Gravitas/AutoGPT/pull/11937) — improved context management for longer chat sessions +* [Agent list loads faster](https://github.com/Significant-Gravitas/AutoGPT/pull/12053) — optimized the endpoint that loads your agents +* [Login redirects fixed](https://github.com/Significant-Gravitas/AutoGPT/pull/11894) — resolved an issue where hard refresh could briefly show the wrong page + +