Auto Mode is the new default

Auto Mode — the AI that reads before it writes.

The biggest AI-editing upgrade since launch. Other tools blindly replace entire files. Operator X02 reads your code first, then applies surgical line-level patches that change only what's needed. Touch 8 lines, leave 200 untouched.

Coding is Art. Feel it. Enjoy it.
Three editing modes Zero destroyed code Every edit recoverable 100% local
How Auto Mode works

It reads the file. Then it patches it.

Every edit runs through the same read-first sequence — so the AI changes the lines you asked for and nothing else.

auth.ts — Auto Mode
User: "Add email validation to auth.ts"
1Reads auth.ts via the Tauri backend
2Analyzes structure, imports, complexity
3Generates a surgical patch — lines 42–48
4Backs up the file automatically (.bak)
5Applies only the changed lines
The other 200 lines? Untouched.

Full-file replacement is how AI loses your code.

When an AI regenerates a whole file from context, it's guessing at everything it didn't quote back — and silently dropping methods, comments, and edge cases you'd already gotten right.

Auto Mode never does that. It operates on the real file through structured ide_patch commands, so a small request stays a small change.

✗ OTHER AI TOOLSReplace the entire file · methods lost forever
✓ AUTO MODEPatch lines 42–48 · everything else preserved
Three modes, every developer covered

Pick your level of AI autonomy.

Auto Mode is the default and recommended for most work. Classic Mode stays available with the Surgical Edit Engine as its guardian layer. Manual Mode is always there when you want full control.

Capability🔄 Auto Mode📄 Classic Mode🔒 Manual Mode
AI sees your code? Reads actual files Guesses from context No
Edit methodSurgical ide_patch commandsFull file replacementCopy & paste
Risk of breaking codeLow — only target linesHigher — replaces everythingNone
Backup & rollback Automatic per command Surgical Engine guardN/A
Multi-file edits Atomic batch patchesOne at a timeManual
File management Create, rename, delete
Code review Quality analysis
Auto Mode is the default — recommended for most tasks. Classic Mode stays protected by the 8-stage Surgical Engine.
12 ide_script commands

Direct, structured access to your codebase.

Auto Mode gives the AI twelve precise operations — every one executed through Tauri's Rust backend, fast and safe, with automatic .bak backups.

📖 Read & Analyse

ide_analyseRead file structure, imports, complexity
ide_reviewCode-quality review with suggestions
ide_searchSearch across the entire project
ide_read_fileRead full file content

✏️ Edit & Patch

ide_patchSurgical find & replace on specific lines
ide_patch_batchAtomic multi-file patches in one operation
ide_insertInsert code at an anchor point
ide_rollbackUndo the last change

📁 File Management NEW

ide_create_fileCreate a new file with content
ide_create_folderCreate a new directory
ide_deleteDelete a file or folder
ide_renameRename or move a file
All commands execute via Tauri's Rust backend — fast, safe, and with automatic .bak backups.
Classic Mode + Surgical Engine

Classic Mode isn't gone. It's guarded.

Prefer full-file edits? Classic Mode stays available — now wrapped in the 8-stage Surgical Edit Engine that makes every change accountable and recoverable.

  • 🧩
    8-stage Rust pipeline
    Detect → Select → Analyze → Route → Apply → Sync → Decorate → Confirm.
  • 🛡️
    Destructive Change Guard
    Blocks >50% line deletion or a <40% size ratio — in ~35 ms.
  • 🟣
    Purple highlights
    A visual diff showing exactly what changed, line by line.
  • ↩️
    One-click rollback
    Every edit writes a .bak backup automatically.
SURGICAL EDIT PIPELINE · ~36 ms
1🔍 Detect
2🎯 Select
3🧠 Analyze
4🔀 Route
5⚡ Apply
6🔄 Sync
7🟣 Decorate
8✓ Confirm
Every edit tracked, every change recoverable. Blocks destructive deletions before they happen.
AI Mode Awareness

The AI knows which mode it's in.

Mode-aware system prompts mean the assistant adapts its behavior to the editing mode you've chosen — and suggests switching when it would help.

🔄

Auto Mode ON

The AI uses ide_script commands and never returns full-file code blocks.

📄

Classic Mode ON

The AI returns full-file code blocks for the Surgical Engine to process safely.

💡

Smart suggestions

"Tip: switch to Auto Mode for safer, surgical edits" — surfaced exactly when it matters.

Help button

Click ? anytime to see the full mode-comparison table in context.

What's improved since V1.3

Every editing path got safer.

AreaImprovement
AI EditingAuto Mode with surgical line-level patches — now the default
File ManagementCreate, rename, and delete files from natural language
Multi-file EditsAtomic batch operations — all-or-nothing safety
Backup SystemAutomatic .bak per command, with rollback support
Mode SwitchingSeamless toggle with a help dialog and comparison table
AI ContextMode-aware system prompts — the AI adapts to the active mode
SafetyClassic Mode now guarded by the Surgical Engine pipeline
Technical specifications

Under the hood.

BackendRust / Tauri v2
AI Commands12 ide_script commands via Tauri invoke()
Patch EngineLine-level surgical patches with find & replace
Backup Format{filename}_{unix_timestamp_ms}.bak
Backup Location~/OperatorX02/backups/surgical_edits/
Pipeline Speed~36 ms per edit (8-stage)
Safety GuardBlocks >50% line deletion, <40% size ratio
ModesAuto (default), Classic (Surgical Engine), Manual
RAM Usage~95 MB
— Beta V1.4 · install & go —

Stop gambling on
AI edits.

Download the .exe, run it, and start editing with an AI that reads before it writes. Upgrading from V1.3? Just install — your projects, settings, and conversations are preserved.

Windows 10/11 (64-bit)  ·  WebView2 (built into most installs)  ·  No account  ·  No telemetry  ·  Bring your own API keys