Frontmatter
| id | 8011 |
| title | Add useAiClient to DefaultConfig |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Dec 3, 2025, 3:14 PM |
| updatedAt | Dec 3, 2025, 3:15 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8011 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 3, 2025, 3:15 PM |
Goal: Introduce a new global configuration flag
useAiClienttosrc/DefaultConfig.mjs.Context: The Neural Link architecture requires an optional WebSocket connection in the App Worker. To support this across applications without polluting the global namespace or requiring ad-hoc logic, we need a standardized config flag.
Requirements:
useAiClienttosrc/DefaultConfig.mjs.false.