-
Notifications
You must be signed in to change notification settings - Fork 13k
SDD: Add extensionPath logic to unblock style guide, workflow, etc artifact retrieval. #22722
Copy link
Copy link
Open
Open
Copy link
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualityarea/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityarea/extensionsIssues related to Gemini CLI extensions capabilityIssues related to Gemini CLI extensions capabilityworkstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Metadata
Metadata
Assignees
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualityarea/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityarea/extensionsIssues related to Gemini CLI extensions capabilityIssues related to Gemini CLI extensions capabilityworkstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Type
Fields
Give feedbackNo fields configured for Task.
Projects
Status
No status
Description:
This issue tracks the addition of support for the
${extensionPath}variable in extension TOML commands to enable portability.Currently, extension commands lack a reliable way to reference bundled files or assets (like the
templatesfolder in Conductor) without hardcoding absolute paths or relying on fragile installation assumptions.Goals:
${extensionPath}variable in extension command prompts to allow referencing internal assets without hardcoded paths.