-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[Feature]: Automatically run extensions #2104
Copy link
Copy link
Open
Labels
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.