mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 16:00:58 +00:00
refactor(coding-agent): revert preloadedExtensionsResult back to preloadedExtensions
The rename was unnecessary.
This commit is contained in:
parent
6f726a2178
commit
696e1b51d3
3 changed files with 5 additions and 9 deletions
|
|
@ -188,7 +188,7 @@ function buildSessionOptions(
|
|||
|
||||
// Pre-loaded extensions (from early CLI flag discovery)
|
||||
if (extensionsResult && extensionsResult.extensions.length > 0) {
|
||||
options.preloadedExtensionsResult = extensionsResult;
|
||||
options.preloadedExtensions = extensionsResult;
|
||||
}
|
||||
|
||||
return options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue