Commit graph

97 commits

Author SHA1 Message Date
d34967c10f chore(release): 3.37.5 2025-10-11 09:35:25 -07:00
ed5cd97329 chore(release): 3.37.4 2025-10-11 09:06:04 -07:00
e9718b0145 chore(release): 3.37.3 2025-10-10 17:49:50 -07:00
9fe790e0a7 chore(release): 3.37.2 2025-10-10 17:28:49 -07:00
bde27e68ab chore(release): 3.37.1 2025-10-10 16:54:27 -07:00
30063d440a chore(release): 3.37.0 2025-10-10 16:26:45 -07:00
ae1077b0fe chore(release): 3.36.1 2025-10-10 14:50:24 -07:00
8ba8336fca chore(release): 3.36.0 2025-10-10 14:28:48 -07:00
6037db3d85 chore(release): 3.35.0 2025-10-10 11:15:37 -07:00
51e468bc15 chore(release): 3.34.0 2025-10-09 18:33:37 -07:00
27764b8b9f chore(release): 3.32.2 2025-10-09 17:15:09 -07:00
2ec7536333 chore(release): 3.32.1 2025-10-09 17:00:16 -07:00
d88c10fdb6 chore(release): 3.32.0 2025-10-09 15:10:02 -07:00
c502b56bb4 chore(release): 3.31.0 2025-10-09 13:57:54 -07:00
e1bd61a726 chore(release): 3.30.2 2025-10-09 13:18:24 -07:00
053f292a87 chore: update dependencies to latest safe versions
Update minor/patch versions for:
- TypeScript: 5.9.2 → 5.9.3
- AWS SDK S3: 3.873.0 → 3.907.0
- TypeScript ESLint: 8.40.0 → 8.46.0
- testcontainers: 11.5.1 → 11.7.1
- @huggingface/transformers: 3.7.4 → 3.7.5
- chalk: 5.6.0 → 5.6.2
- inquirer: 12.9.3 → 12.9.6
- minio: 8.0.5 → 8.0.6
- tsx: 4.20.4 → 4.20.6
- @rollup/plugin-node-resolve: 16.0.1 → 16.0.2

All updates are backward-compatible minor/patch versions.
Build passes successfully.
2025-10-09 13:18:09 -07:00
cb67e88f1e chore(release): 3.30.1 2025-10-09 13:10:48 -07:00
13303c20c2 chore(release): 3.30.0 2025-10-09 11:41:13 -07:00
68c989e4f7 chore(release): 3.29.1 2025-10-09 11:09:11 -07:00
6453ba271f chore(release): 3.29.0 2025-10-09 10:42:26 -07:00
d693adcbc6 chore(release): 3.28.0 2025-10-08 16:56:14 -07:00
0035701f4a chore(release): 3.27.1 2025-10-08 14:49:50 -07:00
17898104e0 chore(release): 3.27.0 2025-10-08 14:10:55 -07:00
e2aa8e3253 feat: add native Google Cloud Storage adapter with ADC support
Implement native @google-cloud/storage adapter for better performance
and easier authentication in Cloud Run/GCE environments.

Features:
- Application Default Credentials (ADC) for zero-config auth
- Service account authentication (keyFilename, credentials)
- HMAC fallback for backward compatibility
- Full UUID-based sharding preservation
- Write buffers for high-volume mode
- Multi-level caching and adaptive backpressure
- Complete feature parity with S3-compatible adapter

Benefits over S3-compatible GCS:
- No HMAC key management required
- Native SDK performance optimizations
- Automatic authentication in Cloud Run/GCE
- Simpler configuration

Configuration:
- type: 'gcs-native'
- gcsNativeStorage: { bucketName, keyFilename?, credentials? }
- Zero data migration required (same path structure)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-08 14:08:43 -07:00
8a9cf1bd51 chore(release): 3.26.0 2025-10-08 13:33:39 -07:00
6d50fe4054 chore(release): 3.25.2 2025-10-07 17:02:10 -07:00
544c9f8a5e chore(release): 3.25.1 2025-10-07 13:55:23 -07:00
df13c196be chore(release): 3.25.0 2025-10-07 11:56:11 -07:00
9ebe95c6cc chore(release): 3.24.0 2025-10-07 10:43:14 -07:00
37b8770d8a chore(release): 3.23.1 2025-10-06 15:45:01 -07:00
b066fbd333 3.23.0 2025-10-04 08:53:11 -07:00
0d54da1471 chore(release): 3.22.0 2025-10-01 16:52:03 -07:00
814cbb48ee feat: add intelligent import for CSV, Excel, and PDF files
Add IntelligentImportAugmentation with support for:
- CSV: auto-detection of encoding, delimiters, and field types
- Excel: multi-sheet extraction with metadata preservation
- PDF: text extraction, table detection, and metadata extraction

Features:
- Automatic format detection from file extension or content
- Intelligent type inference (string, number, boolean, date)
- Seamless integration with neural entity extraction
- Production-ready with 69 comprehensive tests

Dependencies added:
- xlsx@^0.18.5 for Excel parsing
- pdfjs-dist@^4.0.379 for PDF parsing
- csv-parse@^6.1.0 for CSV parsing
- chardet@^2.0.0 for encoding detection

Documentation:
- Updated README with import examples
- Updated API_REFERENCE with comprehensive import() docs
- Updated import-anything.md guide
- Added working example: import-excel-pdf-csv.ts
- Updated augmentations README
2025-10-01 16:51:03 -07:00
aaf8e0f411 chore(release): 3.21.0 2025-10-01 15:13:07 -07:00
a5805e08c8 chore(release): 3.20.5 2025-10-01 13:53:20 -07:00
0039a26623 chore(release): 3.20.4 2025-10-01 13:04:08 -07:00
b77b73e10d chore(release): 3.20.3 2025-09-30 17:09:45 -07:00
e78e88f8d5 chore(release): 3.20.2 2025-09-30 12:55:50 -07:00
b3426604ee 3.20.1 2025-09-29 17:03:24 -07:00
d5d00687d8 chore(release): 3.20.0 2025-09-29 16:57:38 -07:00
028d37e216 3.19.2 2025-09-29 16:09:29 -07:00
b26bb1646f fix: use minimal CLI for conversation commands only
- Created bin/brainy-minimal.js with only conversation commands
- Fixes 'brainyData.js does not export Brainy' error
- Removed deprecated boolean package warning with override
- Full CLI will be restored in 3.20.0

This is a temporary fix to ensure conversation setup/remove work
while we refactor the complete CLI system.
2025-09-29 16:09:29 -07:00
bc5aa37dd0 fix: CLI syntax error and add conversation remove command
- Fixed bin/brainy.js to import compiled TypeScript CLI
- Added conversation remove command to clean up MCP setup
- Fixed tsconfig.json to include CLI in compilation
- Fixed package.json import in CLI using readFileSync
- Fixed storage config structure in conversation setup

Fixes the 'Unexpected identifier as' syntax error when running
brainy conversation setup globally.

Version: 3.19.1
2025-09-29 15:58:25 -07:00
ced639cab1 feat: add infinite agent memory with MCP integration
Implement comprehensive conversation management system enabling AI agents
like Claude Code to maintain infinite context and history. Provides semantic
search, smart context retrieval, and automatic artifact linking using Brainy's
existing Triple Intelligence infrastructure.

Core Features:
- ConversationManager API for message storage and retrieval
- MCP protocol integration with 6 tools for Claude Code
- Context ranking using semantic, temporal, and graph scoring
- Neural clustering for theme discovery and deduplication
- Virtual filesystem integration for code artifact linking
- CLI commands for setup and management

Zero new infrastructure required - uses existing Brainy features:
- Storage via brain.add() with NounType.Message
- Relationships via brain.relate() with VerbType.Precedes
- Search via brain.find() with Triple Intelligence
- Clustering via brain.neural()
- Artifacts via brain.vfs()

One-command setup: brainy conversation setup

Version: 3.19.0
2025-09-29 15:37:11 -07:00
e3a21c6075 chore(release): 3.18.0 2025-09-29 13:52:22 -07:00
cfd74adcb3 feat: fix critical storage and VFS sharding bugs for production scale
- Fix FileSystemStorage sharding: getAllShardedFiles() for proper directory traversal
- Fix getNode() metadata: was filtering out metadata causing VFS entity failures
- Add production-scale streaming pagination for millions of entities
- Optimize sharding threshold from 1000 to 100 files for better performance
- Fix VFS readdir() and tree operations for complete directory structure support
- Add verb count tracking and persistence for performance optimizations

🚀 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 17:01:56 -07:00
7a0e385c35 chore(release): 3.16.0 2025-09-26 15:45:33 -07:00
40715226fa chore(release): 3.15.0 2025-09-26 15:12:23 -07:00
493fc48603 chore(release): 3.14.2 2025-09-26 14:28:00 -07:00
ab4c8d82f5 chore(release): 3.14.0 2025-09-26 13:32:51 -07:00