Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>U.T.I.M - U Think I MakeNew to Visual Studio Code? Get it now.
U.T.I.M - U Think I Make

U.T.I.M - U Think I Make

EMEND

|
3 installs
| (0) | Free
An elite autonomous AI coding agent for VS Code - You Think It, I Make It
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agentic AI Assistant for VS Code

A production-ready autonomous AI coding agent for VS Code. This extension operates as a true agentic system, not a simple chatbot.

Features

  • Autonomous Agent Loop: Think → Act → Observe pattern with multi-step planning
  • Task Management: Live task tracking visible to users
  • File Operations: Create, read, edit, delete files with diff preview
  • Collapsible Thinking: Expand/collapse AI reasoning
  • Error Recovery: Automatic self-correction on failures
  • Multiple Models: Supports ZenMux and OpenRouter models

Supported Models

Model Provider
Xiaomi Mimo V2 Flash ZenMux
Kuaishou Kat Coder Pro V1 ZenMux
DeepSeek V3.1 Nex N1 OpenRouter

Installation

  1. Open VS Code
  2. Press F5 to launch Extension Development Host
  3. Click the Agentic AI icon in the activity bar

Usage

  1. Open the Agentic AI panel from the activity bar
  2. Describe your task in natural language
  3. Watch the agent:
    • Plan the approach
    • Create tasks
    • Execute tools step-by-step
    • Verify results
    • Self-correct on errors

Agent Behavior

Every request follows this mandatory loop:

  1. Interpret - Understand user intent and workspace context
  2. Plan - Create multi-step solution before acting
  3. Decompose - Break plan into visible tasks
  4. Execute - Run tools step-by-step
  5. Verify - Check results after each step
  6. Iterate - Self-correct until completion

Available Tools

File Tools

  • read_file - Read file contents with line numbers
  • create_file - Create new files
  • edit_file - Edit with find/replace and diff
  • delete_file - Delete files
  • list_files - List directory contents

Folder Tools

  • create_folder - Create directories
  • delete_folder - Delete directories

Task Tools

  • add_task - Add task to visible list
  • update_task - Update task status
  • mark_complete - Mark task done
  • mark_failed - Mark task failed
  • replan_from_failure - Create recovery plan

UI Design

  • Professional dark theme (black/grey/blue)
  • Glowing input border on focus
  • Collapsible thinking blocks
  • Real-time task panel
  • Diff display for file edits

Commands

  • Agentic AI: Open Chat - Open the chat panel
  • Agentic AI: Start New Task - Start a new task
  • Agentic AI: Clear History - Clear chat history

Configuration

{
  "agenticAI.selectedModel": "xiaomi/mimo-v2-flash-free"
}

Development

# Install dependencies
npm install

# Compile
npm run compile

# Watch mode
npm run watch

# Run in VS Code
Press F5

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft