mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 21:03:19 +00:00
When --no-extensions was used, extensionsResult.extensions was an empty array. The condition in buildSessionOptions() checked .length > 0, so preloadedExtensions was not set. This caused createAgentSession() to fall through to extension discovery. Remove the .length > 0 condition so the empty result is passed through, signaling that extension loading was already handled. Fixes #776 |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| coding-agent | ||
| mom | ||
| pods | ||
| tui | ||
| web-ui | ||