Skip to content

Document how to use OpenHands in Jetbrains IDEs #162

@neubig

Description

@neubig

To use OpenHands in Jetbrains IDEs like IntelliJ, we want to do the following instructions. These can be added to the ACP docs.


  1. Install the OpenHands CLI according to the CLI docs

  2. Type which openhands in your terminal to find the full path to OpenHands

  3. Add this to $HOME/.jetbrains/acp.json, replacing {full_path_to_openhands} with the actual full path

{
  "agent_servers": {
    "OpenHands": {
      "command": "{full_path_to_openhands}",
      "args": ["acp"],
      "env": {}
    }
  }
}
  1. Follow the JetBrains instructions on how to open an agent using ACP

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions