Releases: ghostapp-ai/ghost
Releases · ghostapp-ai/ghost
v0.14.2
v0.14.1
v0.14.0
v0.13.5
0.13.5 (2026-02-21)
🐛 Bug Fixes
- chat: add CPU fallback when GPU model loading fails (e49ceb3)
- inference: prefer discrete GPU over integrated in detection (b0ec1fb)
- mcp: detect Ghost-managed runtimes and suppress terminal windows (7eb4ae7)
♻️ Code Refactoring
- ui: make Ghost a normal desktop app with smart welcome (54d77f8)
v0.13.4
v0.13.3
0.13.3 (2026-02-21)
🐛 Bug Fixes
- ci: use Ninja generator on Windows to eliminate PDB race condition (061e715), closes mozilla/sccache#1012 mozilla/sccache#1012 mozilla/sccache#2320
v0.13.2
v0.13.1
v0.13.0
0.13.0 (2026-02-21)
🚀 Features
- chat: add hardware-adaptive inference configuration (b67338e)
- chat: add Qwen3 model family with thinking mode support (fdb2dfa)
- db: add sqlite-vec partition keys and filtered vector search (d7e0230)
- frontend: runtime bootstrap UI, AI tool discovery, and drag fix (db58a10)
- frontend: sync types with Qwen3 backend, expand AG-UI + A2UI rendering (cd15e29)
- mcp: integrate Official MCP Registry (6,000+ servers) (336ffb1)
- protocols: add zero-config runtime bootstrap system (af027f3)
- protocols: expand AG-UI to 30+ events and add A2A agent card (493a4da)
🐛 Bug Fixes
- ci: resolve 3 clippy errors in runtime_bootstrap tests (ca20399)
- resolve clippy dead_code warnings and doc indentation (2187d09)
⚡ Performance
- add dist build profile and reduce re-index interval to 60min (c66cc0d)
- embeddings: real tensor batching + GPU device selection (ce6cca6)
📚 Documentation
- update CLAUDE and ROADMAP files for clarity and accuracy; bump ghost version to 0.12.0 (2b7827a)
- update core documents for Qwen3, sqlite-vec, and A2A additions (5c0b7b1)
- update README, ROADMAP, and CLAUDE.md for runtime bootstrap (03e2cd2)
- website: auto-sync content from source files [skip ci] (ad7284d)
- website: auto-sync content from source files [skip ci] (103b362)
v0.12.0
0.12.0 (2026-02-21)
🚀 Features
- mcp: add curated MCP tool catalog with one-click install (8d54189)
🐛 Bug Fixes
- agent: make test_agent_run_emits_events robust for both CI and local (f955c25)
- deps: update ghost package version to 0.11.2 (32df794)
- inference: chunked batch prefill for prompts exceeding BATCH_SIZE (397743b)
♻️ Code Refactoring
- mcp: integrate McpAppStore into Settings MCP tab (a10c58e)