“BeeRad”
9575815d83
Fix sqlite-vec dimension changes for local profiles
2026-05-02 10:46:02 +10:00
“BeeRad”
782ace9a34
Add local AI and Qdrant vector backends
2026-05-02 09:57:57 +10:00
“BeeRad”
1019a2b846
fix: use platform-aware local defaults
...
- Route app DB and sqlite-vec defaults through shared platform helpers
- Mirror platform DB defaults in the standalone MCP package
- Fix Windows setup npm spawning and remove macOS-only env defaults
2026-04-27 14:46:10 +10:00
“BeeRad”
c9fb623e02
fix: align WAL multi-surface DB safety
...
- align app and standalone MCP busy-timeout and retry behavior
- guard live DB dev and restore flows
- document WAL maintenance boundaries
2026-04-25 16:09:14 +10:00
“BeeRad”
21772fcba7
feat: add frictionless RA-H OS setup
...
- Add MCP setup, doctor, init-db, config, and rules CLI commands
- Publish latest MCP package wiring and local setup helper
- Update OS install docs for MCP-only, full app, and demo-safe setup
Generated with Claude Code
2026-04-21 08:29:31 +10:00
“BeeRad”
7e663abfb0
feat: sync shared skills contract and graph-first discipline
2026-04-17 20:58:21 +10:00
“BeeRad”
07754f5030
feat: sync open-source context and capsule removal
...
- remove legacy contexts surfaces from the app, MCP bridge, standalone server, and docs
- keep getContext and retrieveQueryContext while aligning the simplified graph-only contract
- harden dev startup migration behavior and disable the accidental chat surface in open source
Generated with Codex
2026-04-17 12:34:51 +10:00
“BeeRad”
3ae46245ec
feat: port holistic node refinement contract
2026-04-11 21:37:52 +10:00
“BeeRad”
b9af8dc385
refactor: align source-first schema surfaces
2026-03-22 20:17:07 +11:00
“BeeRad”
6dcf247a64
Stabilize cross-platform local runtime
2026-03-21 17:48:48 +11:00
“BeeRad”
49ff3678a3
docs: clarify Node 20+ requirement, MCP setup, restart instructions
2026-02-02 15:41:29 +11:00
“BeeRad” and Claude Opus 4.5
7beba57f63
fix: fast node creation, first-run modal, simplified docs
...
- Skip AI calls when no valid OpenAI key (fixes 9-13s timeout)
- Add first-run modal prompting for API key
- Rewrite README for first-time users
- Add /api/health endpoint
- Remove all Anthropic references (not used in OS)
- Fix bootstrap script (dev:local → dev)
- Fix next.config.js devIndicators warning
- Add Node 18+ version check
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-02 15:10:46 +11:00
“BeeRad” and Claude Opus 4.5
0e6bf12ad3
fix: OS release prep - bootstrap script, deps, docs
...
- Fix bootstrap script (.env.example.local → .env.example)
- Fix @langchain/core version conflict (^1.0.1 → ^0.3.0)
- Add settings:open event listener for LocalKeyGate button
- Pin Next.js to 15.1.3 (was "latest")
- Default runtime to 'local' mode
- Remove desktop app references from UI text
- Rewrite MCP docs for web-only context
- Add SECURITY.md, CODE_OF_CONDUCT.md, CHANGELOG.md
- Add docs/README.md, docs/TROUBLESHOOTING.md
- Update README with platform support table
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-30 12:24:56 +11:00
“BeeRad”
733d1c3407
Initial commit: RA-H Open Source Edition
...
Local-first knowledge management system with BYO API keys.
Features:
- 3-panel UI (Nodes | Focus | Helpers)
- SQLite + sqlite-vec for vector search
- Agent system (Easy/Hard mode orchestrators)
- Content extraction (YouTube, PDF, web)
- Integrate workflow for connection discovery
- Dimension system with auto-assignment
Tech stack:
- Next.js 15 + TypeScript + Tailwind CSS
- Anthropic (Claude) + OpenAI (GPT) via Vercel AI SDK
Setup:
npm install && npm rebuild better-sqlite3
scripts/dev/bootstrap-local.sh
npm run dev
MIT License
2025-12-15 16:14:28 +11:00