Work with Opulent

Opulent CLI

Roadmap (Gap)

Use Opulent as a local agent directly from your command line, with the ability to hand off tasks to a cloud session.

The Opulent CLI is planned as a local agent that runs directly in your terminal, working with your local files and environment for fast, interactive assistance right where you code.

Note

The user-facing Opulent CLI is a Gap today. It is on the roadmap and not yet shipped. An internal operator CLI (built on Convex) exists for platform administration, but it is not the end-user product described here. To start work now, use a cloud Session from platform.opulentia.ai. The behavior below describes the planned CLI.

Handoff to a cloud session

When a task outgrows your local machine — or you want Opulent to keep working while you step away — the planned /handoff command packages the conversation context and current git branch and continues the work in a cloud Session.

/handoff fix the flaky integration tests in CI
Tip

If you run /handoff without a task description, the cloud session is planned to continue from where you left off automatically.