Week of March 2, 2026
New Features
- Twill CLI - Added a full command-line interface (
@twillai/cli) for managing tasks and automations from the terminal, with an interactive TUI mode, live log streaming, and teleport to export sessions to Claude Code - Bring Your Own Keys - Workspaces can now configure their own API keys for AI providers (Anthropic, OpenAI, Google, xAI), which are used in place of system keys and exempt the workspace from billing credit checks
- Bulk Task Archive - Added checkbox selection mode on the home page to select and archive multiple tasks in a single batch operation
- Conversational Automations - Automations can now be created by chatting with Twill, describing what you want scheduled and letting the agent set it up for you
Improvements
- Clickable Markdown Images - Images in task chat messages are now clickable to view full-size
- Automation Integration Warnings - The automation form now shows a warning banner when required integrations are not connected, with a link to the Integrations page
Week of February 23, 2026
New Features
- Delegation Flow on Landing Page - Redesigned the delegation flow section with a visual 3-column layout showing how tasks flow from inputs through runtime to outputs
- Twill CLI Documentation - Added comprehensive documentation for the Twill CLI covering installation, authentication, task management, automations, and teleport
Improvements
- Automation Save UX - Saving an automation now shows a toast notification; editing stays on the page instead of redirecting, making it easier to iterate on settings
- Third-Party Code Review FAQ - Added guidance on using third-party code review tools alongside Twill’s built-in code review
- Landing Page Cleanup - Removed the redundant use cases section that overlapped with the automations template gallery
Bug Fixes
- Fixed CodeMirror crashes in the code diff viewer by adding an error boundary with a plain-text fallback
- Fixed collapsed sub-agent logs reopening automatically whenever new log events arrived
- Fixed ASK mode jobs incorrectly triggering third-party notifications (Slack, Linear, etc.)
- Fixed bot PR detection to specifically match Twill bots, avoiding false positives from other bots
Week of February 16, 2026
New Features
- Ask Mode - Added a read-only Q&A mode to the message composer where the agent explores the codebase and answers questions without making any modifications
- AWS Integration - Added an AWS integration with read-only access so agents can query your cloud resources (logs, infrastructure) during task execution
- Voice-to-Text Input - Added a microphone button to the message composer for recording voice messages that are automatically transcribed to text
- Automated Dev Environment Health Checks - Added daily automated health checks that verify development environments with configured entrypoint scripts are working correctly
- Newsletter Archive - Added a newsletter archive page to browse past editions
Bug Fixes
- Fixed subtasks not being linked to their parent tasks when spawned from automations
Week of February 9, 2026
New Features
- Cron-Based Automations - Added scheduled automations with cron expressions and timezone support so Twill can run recurring workflows automatically
- Sentry Integration - Added a Sentry integration so you can connect your workspace and trigger Twill tasks from Sentry issue events
- Google Cloud Integration - Added a Google Cloud integration so you can connect your workspace and trigger Twill tasks from Google Cloud issue events
- Twill Agent Skill - Published a canonical skill file at twill.ai/skill.md so external agents can learn how to use Twill
Improvements
- GitHub Selector Defaults - Automation form now remembers your last-selected repository from the home page composer
Bug Fixes
- Fixed modal links generating double subdomains
Week of February 2, 2026
New Features
- Optional Planning - Planning is now opt-in (Plan mode), so small changes go straight to implementation by default and run faster
- Agent/Model Overrides in Integrations - You can set
agent=andmodel=in Slack/Notion/GitHub/Linear triggers to pick the agent and model for a new task (best-effort matching) - Computer Use (CLI) - Added
computer-use-cli, enabling agents to automate Linux desktop apps in an X11 session via screenshots plus mouse/keyboard CLI commands (great for Electron/Tauri smoke tests) - Public Tasks API (v1) - Added API endpoints to create/list/get/cancel tasks, send messages, and approve plans, with an OpenAPI spec in the docs
- Task Status Filter - Filter tasks on the home page by status (running, completed, failed, archived) with automatic persistence of your selection across sessions
- API Keys Management UI - Manage API keys directly from workspace settings, including creation, revocation, and editing
Improvements
- Agent Browser - Replaced Playwright with a dedicated agent browser for more reliable browser automation during tasks
- Standalone Dev Environment Agent - Dev environment sub-agent is now a standalone agent for clearer task separation
- Plan ↔ Implementation Handoff - Improved context sharing and resume behavior between planning and implementation agents
- Slack PR Notifications - Pull request links are now shown as a “View Pull Request” button for easier interaction (especially on mobile)
- GitHub Integration UX - Improved the GitHub integration setup and connection experience
- Environment Variables Hidden by Default - Repository environment variables are now hidden by default for better security
Bug Fixes
- Fixed Codex sub-agent resume and handoff issues
- Fixed Slack tasks being accidentally triggered by bot invitations and other system messages
- Fixed task page scrolling issues on mobile and when opening tasks via direct links
- Fixed low contrast text in preview logs making them hard to read
Week of January 26, 2026
New Features
- Default Repository for Slack - Configure a default repository for Slack bot interactions so you no longer need to specify a repo each time
Improvements
- Slack Image Capabilities - Slack integration now supports posting images via slash commands
- Slack Default Repo Documentation - Added documentation for default repository behavior and channel-specific repo configuration
- Codex CLI in Supported Models Docs - Documented the
codexCLI tool for listing and filtering available models - Agent Selector UX - Improved the agent selector experience in the UI
Bug Fixes
- Fixed PR status badge not displaying correctly
- Fixed environment variables being fully reset on each run instead of preserving existing values
Week of January 19, 2026
New Features
- Codex Agent Provider - Added Codex as a new agent provider, expanding the available AI backends for task execution
Week of January 12, 2026
New Features
- GPT 5.2 Codex Agent - Added support for OpenAI’s GPT 5.2 Codex as an agent provider, now available as the default agent
- Security Updates Documentation - New comprehensive guide on using Twill to automate dependency upgrades and security updates, with real examples and screenshots
Improvements
- PR Mention Context - When @Twill is mentioned on a PR, the agent now receives the user’s actual comment and CI guidance, eliminating the need to repeat requests
- Improved Repository Selection - Enhanced repository selection experience in the UI
- Better Task Status Readability - Improved visual readability of task status indicators
- Webhook Simplification - Refactored PR webhook handling for cleaner, more maintainable code
Bug Fixes
- Fixed browser freeze when loading tasks with very long messages (100k+ characters) by truncating previews
- Fixed notifications not posting back to PRs when @Twill was mentioned (missing database mapping)
- Fixed user comment context being lost when handling PR mentions
Week of January 5, 2026
New Features
- Notion Integration - Create tasks in Twill directly from Notion pages
- Repository Dropdown Search - Added search functionality to quickly find repositories in the dropdown
- Slack Thread Context - Twill now includes thread context when responding in Slack conversations
- Slack File Attachments - Support for file attachments in Slack integration
- Dev Environment Test Card - New test card in task chat for development environments
- Clarified @Twill Mentions - Better distinction between available @Twill mentions and upcoming automations
Improvements
- Configurable Commit Email - Commit author email is now configurable
- Improved Chat Dialog Images - Larger image display in chat dialog
- Better Plan Approval UX - Improved plan approval experience when signing in from Slack or Linear
- Updated OpenCode Documentation - Refreshed supported models documentation
Bug Fixes
- Fixed icon button display on Safari
- Fixed task breadcrumb navigation on mobile devices
- Fixed sandbox repo cache clearing when integration is installed
- Fixed token refresh for long-running tasks
- Fixed MCP Context7 tool name change
- Fixed question parsing improvements
- Fixed empty answer fallback behavior for third-party integrations
- Fixed Slack follow-up and bot mention handling
- Fixed repo snapshot image caching
- Fixed plan mode visibility of sub-agents
- Fixed OpenCode screenshot handling
- Fixed message composer visibility with no parsed questions