LearnNewsExamplesServices
Frontmatter
id8011
titleAdd useAiClient to DefaultConfig
stateClosed
labels
enhancementai
assigneestobiu
createdAtDec 3, 2025, 3:14 PM
updatedAtDec 3, 2025, 3:15 PM
githubUrlhttps://github.com/neomjs/neo/issues/8011
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 3, 2025, 3:15 PM

Add useAiClient to DefaultConfig

Closed v11.16.0 enhancementai
tobiu
tobiu commented on Dec 3, 2025, 3:14 PM

Goal: Introduce a new global configuration flag useAiClient to src/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:

  1. Add useAiClient to src/DefaultConfig.mjs.
  2. Default value: false.
  3. Add intent-driven JSDoc explaining it enables the Neural Link MCP Server connection.
tobiu added the enhancement label on Dec 3, 2025, 3:14 PM
tobiu added the ai label on Dec 3, 2025, 3:14 PM
tobiu assigned to @tobiu on Dec 3, 2025, 3:14 PM
tobiu referenced in commit e0245a5 - "Add useAiClient to DefaultConfig #8011" on Dec 3, 2025, 3:15 PM
tobiu closed this issue on Dec 3, 2025, 3:15 PM