Skip to content

[Feature]: Automatically run extensions #2104

@gabrielhmsantos

Description

@gabrielhmsantos

Problem Statement

Today in extensions we have hooks, where it's possible to define optional elements:

e.g.:

hooks:

after_specify:

command: "...."
optional: true
prompt: "...."
description: "..."

But in the tests I did, when optional: false the AI ​​agent only indicates that execution is mandatory.

Wouldn't it be possible to add a new option like auto_run: true and have the agent execute the extension itself?

Proposed Solution

Automatically run extensions defined as required.

Alternatives Considered

No response

Component

Specify CLI (initialization, commands)

AI Agent (if applicable)

None

Use Cases

No response

Acceptance Criteria

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions