Red Balloons banner
Gazer Gazer

Red Balloons

AI community

Description

A minimalist AI coding assistant plugin for IntelliJ-based IDEs base on 99

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Red Ballons IntelliJ Plugin

A minimalist AI coding assistant plugin for IntelliJ-based IDEs (IntelliJ IDEA, Android Studio, etc.) that integrates the [opencode](https://opencode.ai) CLI.

Inspired by [ThePrimeagen's 99](https://github.com/ThePrimeagen/99).


Made with πŸ’™ by Ricardo Markiewicz // [@gazeria](https://twitter.com/gazeria).

Status

⚠️ **Early Development** - This plugin is in active development and may have breaking changes between versions.

**Current Limitations:**

  • Single command execution only (concurrent operations not yet supported)
  • Some features may be unstable or incomplete

**What to Expect:**

  • Core functionality (Selection, Vibe, and Search modes) should run (and may work!)
  • Community feedback is welcome and encouraged

This plugin was bootstrapped with AI assistance and is being actively refined based on user feedback.

Features

  • Selection Mode (Ctrl+Shift+;): Modify only the selected code. Changes are applied in-memory (supports Undo/Ctrl+Z).
  • Vibe Mode (Ctrl+Shift+'): Let the AI freely modify your project files.
  • Search Mode (Ctrl+Shift+S): AI-powered semantic search across your codebase with clickable results.
  • Kill Switch (Ctrl+Shift+Escape): Immediately terminate the running opencode process.

Requirements

  • IntelliJ IDEA 2023.3+ or Android Studio Hedgehog+
  • Java 17+
  • opencode CLI installed and working, accessible in your PATH

Installation

From Source

  1. Clone this repository
  2. Run ./gradlew buildPlugin
  3. Install the plugin from build/distributions/opencode-intellij-plugin-*.zip
    • Go to Settings β†’ Plugins β†’ βš™οΈ β†’ Install Plugin from Disk...

Configuration

Go to **Settings** β†’ **Tools** β†’ **Opencode AI** to configure:

  • Opencode CLI Path: Path to the opencode executable (default: opencode)
  • Model: The AI model to use (leave empty for default)
  • System Prompts: Customize the prompts for Selection and Search