A few weeks in with Tasks, we're shipping a big iteration on the editor. Tabs, structured prompts, a redesigned sidebar, better revisions, and an AI assist - all built around making multi-prompt tasks easier to read, change, and trust.
Tabs at the top
The editor now opens files and prompts as tabs. When a task touches 3 or more prompts, you want to be able to find all the context inline - reorder, close, and jump between them like you would in any code editor.
Prompts are structured, not strings
Before, you would either link out to a library prompt or write the prompt directly in code. We now let you define fully-featured prompts inline as the default. These are structured the same way as Aisle's global prompts - structured outputs, model selection, revisions, logs, connectors, the lot. Define a new inline prompt for a Pipedrive lead news search with web search on, and it sits right inside the task as its own entity.
Dirty-state indicators
As you edit a prompt or the main file, the editor flags what's changed. The tab marks it, and the navigation surfaces which files have been modified at a glance. No more hunting through three files trying to remember what you touched.
Redesigned sidebar
The sidebar now gives you everything the task carries at a glance: associated prompts, every connector the task has access to - Slack, Telegram, GitHub, Apollo, Salesforce, whatever you've wired up.
Press Manage and you get a proper screen with every available integration, which credentials you already have, and one-click assignment to the task. Settings and inputs got the same treatment - out of the cramped sidebar, into a real tab.
SDK reference, always there
The SDK reference panel stays parked in the sidebar. Parallel execution, checkpoints, caching, archiving, memory search, creating files, creating PDFs - every method with usage examples, one click away.
Enhanced revision logs
Commit messages on save have been around, but the revision log itself is significantly stronger. You can now see every change inside the code, diff between revisions, and roll back cleanly. Figuring out what you did last Tuesday is a lot more useful now.
AI assist on tasks
There's a new AI button inside the task editor. Ask it to make a change - "add a conditional in case there are no deals" - and it reads the script and iterates in a code-style review surface you can accept or reject.
We'll keep iterating on Tasks every week. If there's something you want to see next, reply and tell us.