Hi there, it’s been a big month. We
shipped a full CLI, let you bring your own API keys, and
launched a public scorecard that measures how ready any repo
is for AI agents. Here’s the rundown.
// NEW FEATURES
Twill CLI
Run Twill from your terminal. Create tasks, manage
automations, stream logs live, and teleport sessions
into Claude Code, all without leaving the command line.
Install with
npm i -g @twillai/cli.
Bring Your Own Keys
Plug in your own API keys for Anthropic, OpenAI, Google,
or xAI. Your workspace uses your keys instead of ours,
and you’re exempt from credit billing. Full
control over your AI spend.
Agentic Legibility Scorecard
Paste any public GitHub repo and get a live score across
7 dimensions: bootstrap self-sufficiency, task entry
points, validation harness, and more. See how ready your
codebase is for AI agents, with evidence and next steps.
Asana Integration
Connect Asana to your workspace with OAuth. Trigger
Twill tasks from Asana projects, switch workspaces
without re-authenticating, and react to task events
automatically.
Token Credit Billing
We moved from per-run pricing to token credits. Your
subscription now grants monthly USD credits that offset
actual AI usage costs. Pay for what you use, not how
many tasks you run.
// IMPROVEMENTS
Ask Mode
/ Read-only Q&A mode. The agent explores your
codebase and answers questions without making any
changes
Conversational Automations
/ Describe what you want scheduled in plain language and
Twill sets up the automation for you
Bulk Task Archive
/ Select multiple tasks with checkboxes and archive them
in a single batch
Voice-to-Text Input
/ Dictate tasks with the new microphone button in the
message composer
GPT 5.4 & Gemini 3.1
/ Latest models from OpenAI and Google now available as
agent options
// BUG FIXES
✓
Fixed cancelled jobs continuing to bill tokens during
sandbox provisioning
✓
Fixed diff viewer crashes with CodeMirror error boundary
fallback
✓
Fixed Ask mode incorrectly triggering Slack and Linear
notifications
✓
Fixed scorecard public repo ingestion and fallback
recovery