Skip to content

Commit 5e93b74

Browse files
zmotsoSergK
authored andcommitted
feat: Use installed agents for bundle generation
1 parent a691b4a commit 5e93b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/krci-ai/cmd/bundle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func runBundle(cmd *cobra.Command, args []string) error {
204204
}
205205

206206
// Create discovery service
207-
discovery := assets.NewEmbeddedDiscovery(GetEmbeddedAssets(), assets.EmbeddedPrefix)
207+
discovery := assets.NewDiscovery(assets.GetKrciPath(projectRoot))
208208

209209
// Parse and validate agent selection
210210
selectedAgents, err := parseAndValidateAgents(cmd, discovery, output)

0 commit comments

Comments
 (0)