Theia API Documentation v1.73.0
    Preparing search index...

    Outcome of attempting to migrate one scope's customAgents.yml.

    interface MigrationReport {
        alreadyPresent: number;
        failed: number;
        migrated: number;
        promptOverridesMigrated: number;
        scope: URI;
        yamlBackedUp: boolean;
        yamlURI: URI;
    }
    Index

    Properties

    alreadyPresent: number

    Number of agents skipped because an agent.md already existed (idempotency).

    failed: number

    Number of agents whose new file failed to write.

    migrated: number

    Number of agents written to agents/<id>/agent.md.

    promptOverridesMigrated: number

    Number of scope-root prompt customization files (<name>_prompt.prompttemplate) folded into agent.md and deleted.

    scope: URI
    yamlBackedUp: boolean

    Whether the original YAML was renamed to customAgents.yml.bak during this run.

    yamlURI: URI