AdaL hero background
    AdaL CLI

    Start where developers move fastest.

    AdaL CLI brings agentic work into the terminal — with model switching, reviewable tool use, session memory, and IDE handoff.

    AdaL CLI
    Fix checkout rounding and add a regression test.
    Thought... [Ctrl+R to expand]
    Inspect totals, reuse the money helper, then add a focused regression test.
    ▸ Deep Research Subagent · Inspect checkout total rounding bug[click to expand]
    Edit (src/checkout/totals.ts)
    ⎿ @@ -42,2 +42,2 @@ calculateTotal
    42-const tax = subtotal * rate;
    42+const tax = roundMoney(subtotal * rate);
    43-return subtotal + tax + shipping;
    43+return roundMoney(subtotal + tax + shipping);
    ... [18 more lines] ...
    [click to expand]
    Modified (+42, -18).
    Worker(Review · regression path)ready
    ⎿ checkout.totals passed — rounding edge case covered
    Done. Fixed checkout rounding and added the regression test.
    Claude Opus 4.8 (64%)·Deep Research
    storefront (fix/checkout-rounding)
    YOLO

    Advanced UX, terminal speed

    Built for developers who want control, not mystery.

    Terminal-native

    A CLI that feels like a product surface.

    AdaL keeps the speed of the terminal, then adds high-end interaction patterns: command discovery, tool confirmations, streaming work, and clean recovery paths.

    /model

    Switch models without breaking flow.

    Move between Claude, Gemini, GLM, Kimi, DeepSeek, MiniMax, and more through a fast command palette instead of provider-specific setup friction.

    Review-first

    Every serious agent action stays reviewable.

    Tool calls, file edits, diffs, plans, and verification steps stay visible so developers can understand the work before signing off.

    /ide

    Hand off from CLI to browser or desktop.

    Start in the terminal, then open the same session in AdaL’s agentic IDE when the task needs visual review, files, terminal, and canvas together.

    CLI commands

    Small commands. Big workflow shifts.

    The CLI is not just a prompt box. It is a control plane for model choice, session continuity, review, and IDE handoff.

    /modelChoose the best model for the job
    /ideOpen the current session in the agentic IDE
    /resumeReturn to previous work with context intact
    /statsInspect session health, model, and usage

    Workflow

    Move from terminal to agentic IDE without losing the thread.

    AdaL starts where developers already work. When the job needs visual review, broader context, or human sign-off, the same session can move into the browser or desktop.

    1
    Describe the task in plain language.
    2
    AdaL plans, acts, and verifies with tool visibility.
    3
    Switch models or open /ide without losing context.
    4
    Review the diff, approve the work, and ship.

    Terminal-first. Review-first. Human-first.

    AdaL CLI gives advanced developers the speed they expect while preserving the understanding teams need.