UNPKG

@codervisor/devlog-ai

Version:

AI Chat History Extractor & Docker-based Automation - TypeScript implementation for GitHub Copilot and other AI coding assistants with automated testing capabilities

6 lines 269 B
/** * AI Services - ChatHub and other AI-related services */ export { ChatHubService, type IChatHubService } from './chat-hub-service.js'; export { DefaultChatImportService, type ChatImportService } from './chat-import-service.js'; //# sourceMappingURL=index.d.ts.map