mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
feat: update usage recommendations across multiple workflow commands to require user confirmation and improve clarity
This commit is contained in:
@@ -126,7 +126,7 @@ function ExternalDependenciesSection({ dependencies }: ExternalDependenciesSecti
|
||||
{dependencies.map((dep, index) => (
|
||||
<Badge key={index} variant="secondary" className="px-3 py-1.5">
|
||||
{dep.package}
|
||||
{dep.version && <span className="ml-1 text-muted-foreground">@{dep.version}</span>}
|
||||
{dep.version && <span className="ml-1 text-foreground">@{dep.version}</span>}
|
||||
</Badge>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user