Scalix Coder
AI coding agent
for your terminal.
Scalix Coder reads your codebase, edits files, runs commands, manages git, automates browsers, and verifies the build — right from your terminal. 40 built-in tools, 4 permission modes, VS Code extension.
scalix — ~/my-projectagent ready
█▀▀ █▀▀ ▄▀█ █ █ ▀▄▀ ▄▄ █▀▀ █▀█ █▀▄ █▀▀ █▀█ ▄▄█ █▄▄ █▀█ █▄▄ █ █ █ █▄▄ █▄█ █▄▀ ██▄ █▀▄
● default│scalix-lumio-lite│~/my-project
❯ Add a dark mode toggle to the header component
○ read_file src/components/Header.tsx
○ search_files "useTheme" in src/
● edit_file src/components/Header.tsx
┌ src/components/Header.tsx
+ import { ThemeToggle } from './ThemeToggle'
+ <ThemeToggle />
└ 2 additions
✓ Dark mode toggle added to Header. Run npm run dev to preview.
How it works
Reads, edits, runs, verifies.
Coder works the way a careful engineer does: read the code first, plan the change, make the edit, run the build, and verify the result — looping until the task is actually done, not just suggested.
Permission modes decide how much of that loop runs without asking — from read-only plan to fully autonomous yolo.
40 built-in tools
File read/write/editShell commandsGit operationsWeb searchBrowser automationScreenshot & visionTodo managementNotebook editingAgent delegationMCP server support
4 permission modes
planRead-only — explores and plans without making changesdefaultAsks before writes — safe for production codebasesautoAuto-approves file writes — fast iteration flowyoloFull autonomy — runs commands without confirmation