feat: release v0.56.0 - Cortex CLI complete implementation & TypeScript fixes
- Complete Cortex CLI command center with all features - Fix all TypeScript compilation errors for clean build - Add Neural Import as default SENSE augmentation (awaiting full integration) - Update CHANGELOG with comprehensive v0.56.0 notes - Add cortex.d.ts type definitions - Fix error handling for unknown error types - Fix emoji and color properties in terminal output - Published to npm and created GitHub release
This commit is contained in:
parent
d5386a3643
commit
27ce6c242d
8 changed files with 219 additions and 43 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy",
|
||||
"version": "0.55.0",
|
||||
"version": "0.56.0",
|
||||
"description": "A vector graph database using HNSW indexing with Origin Private File System storage",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
|
|
@ -140,6 +140,7 @@
|
|||
"@types/express": "^5.0.3",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/node": "^20.11.30",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue