Channel bots
Deploy workflows into team channels.
- Per-user or shared session models
- Role-specific bots for release, QA, docs, and ops
- Cross-bot collaboration without hiding the control model
Browser automation
Act across live web surfaces.
- Navigate tabs and pages with natural language
- Fill forms and capture screenshots along the way
- Read console and network output without leaving the flow
Open staging, log in, run checkout, capture issues.
- Open browserNavigate to staging checkout
- Fill contentType credentials into form
- Click and scrollInteract with page elements
- Capture resultsTake visual snapshots
Scheduled workflows
Turn prompts into recurring jobs.
- Recurring jobs with clear run timing
- Manual trigger when you need to rerun now
- Notification routing back to the right team room
Automations
New automationAutomate work by setting up scheduled threads.
Status reports4
Visible control
Keep tool calls and approvals visible.
- Real-time tool execution visibility
- Approval modes that match your trust boundary
- File rewind and session-level control for safer iteration
Tools
- Read project files
- Edit targeted modules
- Run validation commands
- Open browser context
Approval state
DefaultPrompt before sensitive actions
Full accessEnabled per session when explicitly chosen
File rewindRoll back files to any previous checkpoint
Publishing surface
Docs, pricing, and release notes should feel like part of the product.
Setup guides, launch posts, and billing pages should share the same design system so the site feels deliberate from homepage to docs.
Structured docs routes
Guide users through setup, browser workflows, schedules, and channel deployment.
Dedicated pricing page
Keep plans, billing language, and device coverage on a standalone route instead of crowding the homepage.
- Single-device and dual-device licenses
- Monthly and yearly billing on the same page
- Open pricing
Editorial content for launches and search
Publish product thinking, workflow examples, and release stories without changing the site shell.
1.1.7 · Daily Briefing reliability, faster git diff, and tighter production hardening
- Daily Briefing reads cleanly — the "For you" insight no longer leaks raw JSON braces or wrapper text. Content is generated as plain prose with a defence-in-depth fallback that strips JSON-shaped escapes if any slip through.
- Faster git diff in the Inspector — the Review tab opens noticeably faster on large repos. Diff hunks render in chunks, the underlying API does less synchronous work, and switching between files no longer freezes the panel.
- Background work keeps your machine awake — Onevium now holds a `prevent-app-suspension` power assertion while a session is running, a channel is processing a message, or a scheduled task is in flight, and releases it the moment the work ends. Sessions, channels, and schedules no longer get killed when the laptop idles to sleep.


