Continue.dev fork with workbook management for NotebookLM-style document organization
InsightLM extends Continue.dev with workbook functionality:
- Workbooks: Organize documents like NotebookLM notebooks
- AI Integration: Continue.dev's AI agent can read and create files in workbooks
- Document Management: Upload PDFs, Word docs, markdown, text files
- Persistence: All data saved locally in
.insight/workbooks/
# Clone and install
git clone https://github.com/laserpointlabs/insightLM.git
cd insightLM/extensions/vscode
npm install
# Run (one command)
./RUN_WORKBOOK_DEMO.shWait 15 seconds for Extension Development Host to load.
See START_HERE_WINDOWS.md for Windows setup instructions.
See GETTING_STARTED.md for detailed instructions.
✅ Workbook Management
- Create/delete workbooks
- Add documents to workbooks
- Organize files by project/topic
✅ Continue.dev AI Integration
- Full Continue.dev AI agent capabilities
- AI can read workbook files via @mentions
- AI can create analysis files in workbooks
- Chat about your documents
✅ File Organization
- Files stored in
.insight/workbooks/{uuid}/documents/ - Automatic filesystem scanning
- Tree view in sidebar
- Press
Ctrl+Shift+P - Type:
Insight: Create New Workbook - Enter name
- Workbook appears in Continue sidebar
- Press
Ctrl+Shift+P - Type:
Insight: Add Document to Workbook - Select workbook and file
- Open Continue chat (C icon in sidebar)
- Type:
@Folder .insight/workbooks - Ask questions about your documents
- Continue can create new files in your workbooks
Edit in Cursor, Test in VS Code:
# After making changes in Cursor
cd insightLM/extensions/vscode
./quick-rebuild.sh
# In Extension Development Host: Press Ctrl+R to reloadSee DEVELOPMENT.md for complete workflow.
- GETTING_STARTED.md - Quick start guide
- DEVELOPMENT.md - Development workflow
- CONTRIBUTING.md - Contribution guidelines
- WORKBOOKS_README.md - Workbook features
- QUICK_START.md - One-page reference
InsightLM is a static fork of Continue.dev v1.3.26 with additions:
Our Additions:
extensions/vscode/src/workbooks/- Workbook system- Enhanced development scripts
- Workbook-specific documentation
Continue.dev Base:
- Core AI agent functionality
- Code editing and chat features
- Extension infrastructure
No upstream syncing planned - maintained independently.
- VS Code: >=1.70.0
- Node.js: >=20.19.0
- Operating System: Linux, macOS, or Windows (WSL supported)
Apache 2.0 (inherited from Continue.dev)
- ODRAS: https://github.com/laserpointlabs/ODRAS - Requirements engineering system
- Continue.dev: https://github.com/continuedev/continue - Original project
- Issues: https://github.com/laserpointlabs/insightLM/issues
- Discussions: https://github.com/laserpointlabs/insightLM/discussions
Built on Continue.dev by Continue Dev, Inc.
Workbook system developed by Laser Point Labs.