|
| 1 | +--- |
| 2 | +date: 2025-09-19 |
| 3 | +version: 10.6.0 |
| 4 | +--- |
| 5 | +# Neo.mjs v10.6.0 Release Notes |
| 6 | + |
| 7 | +## Highlights |
| 8 | + |
| 9 | +This release introduces a powerful new AI Knowledge Base for the Neo.mjs repository, significantly improves the Dashboard Drag & Drop functionality, and adds a new Window Management permission request. |
| 10 | + |
| 11 | +## New: AI Knowledge Base |
| 12 | + |
| 13 | +We are excited to introduce a local AI Knowledge Base, a new feature that allows developers to interact with the Neo.mjs codebase and documentation in a conversational way. This is especially powerful for those using AI assistants like Gemini CLI or building custom agents. |
| 14 | + |
| 15 | +Instead of manually searching through files, you can now ask questions directly and get answers based on the framework's source code, documentation, and blog posts. This can dramatically speed up development and learning. |
| 16 | + |
| 17 | +Key features include: |
| 18 | +- **Conversational Code Queries:** Ask questions about classes, methods, and configurations. |
| 19 | +- **Comprehensive Content:** The knowledge base includes the framework's source code, JSDoc, markdown files and the Neo.mjs blog posts. |
| 20 | +- **Local & Private:** Your data stays on your machine. It runs locally, using a local vector database (ChromaDB) and your own `GEMINI_API_KEY`. |
| 21 | + |
| 22 | +This is the first iteration of the AI Knowledge Base, and we are excited to see how you use it. For more details on the implementation, see issue [#7214](https://github.com/neomjs/neo/issues/7214). |
| 23 | + |
| 24 | +To get started, please follow the instructions in the **[.github/AI_QUICK_START.md](/.github/AI_QUICK_START.md)** guide. |
| 25 | + |
| 26 | +## Dashboard Drag & Drop |
| 27 | + |
| 28 | +- The Dashboard Drag & Drop functionality has been significantly improved with the introduction of drag boundaries and sort zones. |
| 29 | +- A new `dragBoundaryEntry` event has been added. |
| 30 | +- The `onDragMove()` method in `main.addon.DragDrop` now passes the drag element's rect to the app worker. |
| 31 | +- The `dashboard.Container` now supports `allowOverdrag`. |
| 32 | +- A regression bug in `draggable.dashboard.SortZone: moveTo()` has been fixed. |
| 33 | + |
| 34 | +## Window Management |
| 35 | + |
| 36 | +- A new permission request for window management has been implemented, allowing for more control over windowing behavior. |
| 37 | + |
| 38 | +## Other Changes & Fixes |
| 39 | + |
| 40 | +- Dependencies have been updated. |
| 41 | +- The README has been updated. |
| 42 | +- The portal app's `blog.json` has been updated. |
0 commit comments