@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
12 lines • 482 B
TypeScript
/**
* @codervisor/devlog-ai - GitHub Copilot Chat History Extractor
*
* Main entry point for the TypeScript implementation
*/
export * from './models/index.js';
export * from './parsers/index.js';
export * from './exporters/index.js';
export * from './services/index.js';
export * from './automation/index.js';
export { MessageData as Message, ChatSessionData as ChatSession, WorkspaceDataContainer as ProjectData, } from './models/index.js';
//# sourceMappingURL=index.d.ts.map