Skip to content

Commit 17ff16a

Browse files
BradGrouxdm-builder
authored andcommitted
Fix preset capability facts after main rebase
Co-authored-by: Brad Groux <bradgroux@hotmail.com> Signed-off-by: Brad Groux <bradgroux@hotmail.com>
1 parent fb441a3 commit 17ff16a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • desktop/src-tauri/src/managed_agents/discovery

desktop/src-tauri/src/managed_agents/discovery/presets.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ pub(super) fn preset_catalog_entry(
8686
// unavailable entries (command: null in JSON, None here) still carry
8787
// the cap — the harness cap is command-keyed, not availability-gated.
8888
max_parallelism: crate::managed_agents::harness_max_parallelism(def.command),
89+
capabilities: Default::default(),
8990
}
9091
}
9192

0 commit comments

Comments
 (0)