Frontmatter
| id | 7927 |
| title | Feat: Expose LocalFileService in AI SDK |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 29, 2025, 4:43 PM |
| updatedAt | Nov 29, 2025, 4:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7927 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 29, 2025, 4:48 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
LocalFileServicealready implementsgetIssueById, but it is not currently exported in the standalone SDK (ai/services.mjs).Requirements
LocalFileService.mjsinai/services.mjs.makeSafe(using the OpenAPI spec forget_local_issue_by_id).GH_LocalFileService.Impact
Enables "Local First" patterns for autonomous agents running within the repo.