Documentation

Start with JAIPilot in two commands.

JAIPilot connects to Codex or Claude Code and helps your agent write, improve, and optimize Java code. Install the plugin, open a Java repository, and ask for the result you want.

Codex

Plugin
codex plugin marketplace add JAIPilot/jaipilot
codex plugin add jaipilot@jaipilot

Claude Code

Plugin
/plugin marketplace add JAIPilot/jaipilot
/plugin install jaipilot@jaipilot

First run

Ask for an outcome, not a special command.

JAIPilot skills activate from normal requests. You remain in Codex or Claude Code throughout the task.

Try this in a Java repository

Make my current Java changes production-ready without changing their behavior. Add missing tests, remove unnecessary code, improve only performance you can measure, and run the full verification. Use JAIPilot Remote for substantial Java commands unless this work needs my laptop.

Included workflows

One plugin for the Java engineering loop.

01

Optimize

Measure and improve one bounded Java change.

02

Review

Find regressions, compatibility risk, and missing proof.

03

Generate tests

Add meaningful cases and fresh coverage evidence.

04

Clean

Remove proven waste and reduce real complexity.

05

Fast execution

Run substantial Java verification efficiently.

06

Remote Java

Offload builds, analysis, profiling, and benchmarks.

Remote execution

What happens when remote work is useful?

Your agent asks before uploading the current tracked and unignored Git files. Sign in when prompted; JAIPilot handles verified packaging, upload, execution, log recovery, and workspace deletion.

  1. 01

    JAIPilot verifies the packaged source before creating compute.

  2. 02

    The command runs asynchronously on a private, bounded workspace.

  3. 03

    Your agent can reconnect, inspect status and logs, or cancel.

  4. 04

    The workspace is destroyed; remote edits are never silently synced.

Coding agents

Full installation, proof, and security details

The public repository documents measured results, supported workflows, remote-execution boundaries, privacy, terms, and support.

Open GitHub documentation

IntelliJ

Generate Java unit tests inside the IDE

JAIPilot for IntelliJ generates runnable Java unit tests directly in the IDE and uses JAIPilot account credits.