Integrated IDE (codeam-IDE) — CodeAgent Mobile Wiki
The CodeAgent Mobile Wiki

Every feature, explained — organized by the path you actually take: set up, launch a session, supervise the run, ship the PR.

PRO

Integrated IDE (codeam-IDE)

A full VS Code-style editor — Monaco, file explorer, search, git, a marketplace, and a real terminal — inside the app.

01 · EDIT
Monaco editor
  • The same editor VS Code uses
02 · NAVIGATE
Files · Search · Git
  • Explore, find, and commit
03 · RUN
Integrated terminal
  • A real shell in the workspace

codeam-IDE is a full VS Code-style IDE built right into the app — the real Monaco editor plus a file explorer, project-wide search, source control, a theme marketplace, settings, and an integrated terminal. It drives the workspace of your paired session, so you can read, edit, search, commit, and run — all from your phone.

A diff card with an "Open in editor" button, showing +240 −0 and "1 hunk pending"
Reviewing a diff? Tap "Open in editor" to jump straight into the IDE on that file.
The real Monaco editor

Syntax highlighting, autocomplete, tabs, and breadcrumbs — the same editor core VS Code is built on, hosted in the app.

Open straight from a diff

Tap "Open in editor" on a diff or a file to jump right to it in the IDE, then edit and Save.

The Monaco editor open on a patch file, with file tabs, a breadcrumb, a Save button, and the sidebar rail
The Monaco editor — tabs, breadcrumbs, and Save.
Browse the workspace

The full project tree — folders and files — served live from your paired session's machine.

Filter by name

The "Search files…" box narrows the tree to what you're looking for.

The file explorer listing the workspace tree with folders and files and a "Search files…" box
File explorer — browse and filter the workspace.
Search the whole project

Find text across every file in the workspace, not just the open one.

Case, whole-word, regex

Toggle case-sensitivity, whole-word, and regex, and scope with files-to-include / exclude globs.

The Search panel with a query box, case / whole-word / regex toggles, and files-to-include/exclude
Project-wide search with regex + include/exclude.
Stage & commit from your phone

See your changes, write a message, and commit to the current branch — pull, push, and refresh are right there too.

Conventional-commit chips

One-tap type chips (feat, fix, chore, docs, refactor…) prefix your message so history stays consistent.

The Source Control panel showing CHANGES, conventional-commit type chips (feat, fix, chore, docs, refactor), a message box, and a Commit button
Source control — stage, message, and commit.
Themes & icon packs

Browse color themes and file-icon sets — Monokai, Solarized, and more — and install with one tap.

Filter & search

Filter by All / Dark / Light / Installed, or search the catalog by name.

The Marketplace panel with Color themes and File icons tabs and installable themes like Monokai and Solarized Dark
Marketplace — install color themes and icon packs.
Appearance

Pick a built-in theme (Dark/Light, GitHub, High Contrast), install popular ones, or import a VS Code theme.

Editor preferences

Tune editor settings like font size to your taste.

The Settings panel with a color-theme picker, popular marketplace themes, an Import VS Code theme button, and an editor font-size control
Settings — appearance and editor preferences.
A real terminal

Run commands in an actual shell on your paired session's machine — ls, git, build scripts, anything.

Docked in the IDE

The terminal lives at the bottom of the IDE, right alongside the editor and panels.

The integrated terminal running a shell in the workspace, showing an ls command and its output
A real integrated terminal in the workspace.
PRO

The integrated IDE (codeam-IDE) is a PRO feature. It runs against a paired session's workspace, so open it from a session's Files tab or a diff's "Open in editor".

FAQ

Related

Ready to try it?