Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

The Agent Workflow enables Revolte’s AI agent to assist you directly within your repository context.

How to Enable

Follow these steps to activate the AI Agent for your repository.
1

Navigate to Repo Preferences

Open your project dashboard and select YAML Configuration > Repo Preferences.
2

Toggle Developer Workflow

Locate the Developer Workflow section and toggle the switch to Enabled.
3

Commit Changes

Enter a commit message and select your target branch to persist the changes. See Syncing Changes for a detailed walkthrough.

Configuration

In your revolte.yaml, you can toggle this workflow globally:
revolte.yaml
revolte:
  version: "1.0"
  project: Demo-Project
  appName: "demo-app"
  workflow:
    developerWorkflow:
      enabled: true # Activates AI-assisted coding and debugging