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 (5 loc) 188 B
/** * AI Services - ChatHub and other AI-related services */ export { ChatHubService } from './chat-hub-service.js'; export { DefaultChatImportService } from './chat-import-service.js';