SQLite + sqlite-vec replaces JSON memory files with semantic search, follow-up injection, privacy levels, and lifecycle management. Six prompt styles (quick/standard/creative/roleplayer/game-master/storyteller) with per-style Claude model tiering (Haiku/Sonnet/Opus), temperature control, and section stripping. Characters can set default style and per-style overrides. Dream character import and GAZE character linking in the dashboard editor with auto-populated fields, cover image resolution, and preset assignment. Bridge: session isolation (conversation_id / 12h satellite buckets), model routing refactor, PUT/DELETE support, memory REST endpoints. Dashboard: mobile-responsive sidebar, retry button, style picker in chat, follow-up banner, memory lifecycle/privacy UI, cloud model options in editor. Wyoming TTS: upgraded to v1.8.0 for HA 1.7.2 compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
50 lines
563 B
Plaintext
50 lines
563 B
Plaintext
# Secrets — never commit
|
|
.env
|
|
.env.secrets
|
|
.env.services
|
|
**/secrets.yaml
|
|
**/secrets.yml
|
|
|
|
# Docker volumes / data
|
|
homeai-data/
|
|
**/data/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.cache/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.localized
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Ollama model cache (large binaries)
|
|
*.gguf
|
|
*.safetensors
|
|
*.bin
|
|
*.ckpt
|
|
*.pt
|
|
|
|
# ESPHome secrets
|
|
homeai-esp32/esphome/secrets.yaml
|
|
|
|
# Generated
|
|
homeai-llm/benchmark-results.md
|
|
homeai-character/characters/*.json
|
|
!homeai-character/characters/.gitkeep
|
|
|
|
# MCP Files
|
|
*.mcp* |