LearnNewsExamplesServices
Frontmatter
id7927
titleFeat: Expose LocalFileService in AI SDK
stateClosed
labels
enhancementai
assigneestobiu
createdAtNov 29, 2025, 4:43 PM
updatedAtNov 29, 2025, 4:48 PM
githubUrlhttps://github.com/neomjs/neo/issues/7927
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 29, 2025, 4:48 PM

Feat: Expose LocalFileService in AI SDK

Closed v11.14.0 enhancementai
tobiu
tobiu commented on Nov 29, 2025, 4:43 PM

Feat: Expose LocalFileService in AI SDK

Context

The Headless PM Agent (Ticket #7916) needs fast, local access to issue content (Epics) without hitting the GitHub API rate limits. The LocalFileService already implements getIssueById, but it is not currently exported in the standalone SDK (ai/services.mjs).

Requirements

  1. Import: Import LocalFileService.mjs in ai/services.mjs.
  2. Safety: Wrap it with makeSafe (using the OpenAPI spec for get_local_issue_by_id).
  3. Export: Export it as GH_LocalFileService.

Impact

Enables "Local First" patterns for autonomous agents running within the repo.

tobiu added the enhancement label on Nov 29, 2025, 4:43 PM
tobiu added the ai label on Nov 29, 2025, 4:43 PM
tobiu assigned to @tobiu on Nov 29, 2025, 4:45 PM
tobiu referenced in commit ab281fa - "Feat: Expose LocalFileService in AI SDK #7927" on Nov 29, 2025, 4:48 PM
tobiu closed this issue on Nov 29, 2025, 4:48 PM
tobiu cross-referenced by #7914 on Nov 29, 2025, 5:24 PM