allnightai-core
v1.0.0
Published
Shared core logic for AllNightAI IDE integration
Maintainers
Readme
@allnightai/core
Shared core logic for AllNightAI IDE integration.
Purpose
This package contains the shared business logic that will be used by both the Electron app and VSCode extension.
Structure
src/
├── ide-integration/ # CDP, AppleScript, quota detection
├── chat-management/ # Message handling, polling
├── autonomous-mode/ # Feature implementation logic
└── utils/ # Shared utilitiesUsage
import { CDPManager } from '@allnightai/core/ide-integration/cdp-manager.js';
import { ChatManager } from '@allnightai/core/chat-management/chat-manager.js';Development
This package is part of the AllNightAI monorepo. See the root README for development instructions.
