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
Problem Statement
Today in extensions we have hooks, where it's possible to define optional elements:
e.g.:
But in the tests I did, when
optional: falsethe AI agent only indicates that execution is mandatory.Wouldn't it be possible to add a new option like
auto_run: trueand 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