v2.6.0 — Complete cookbook + installable skill
Documentation + tooling release. No functional code changes since v2.5.0 (docs + skill only); package tests remain green.
The complete cookbook — docs/cookbook.mdx
A single, source-grounded guide covering all 29 capability areas of the package, with copy-pasteable examples and every config flag — verified against src/ (no invented APIs):
Creating tools & skills · any model/engine (+ failover, ai:doctor) · relating records · embeddings & RAG · image & video generation · characters & sub-agents · file intake (upload→extract→suggest→pre-fill) · tool-context scaling · structured data & analytics · memory & conversations · streaming & realtime · observability · billing/credits · graph (Neo4j) RAG · voice/TTS/transcription · provider tools & MCP · multi-tenancy & scope · learning · model council · structured collection · admin/catalog/SDK · federation & security · specialized providers (Serper/Perplexity search, Pexels/Unsplash stock images, Midjourney, plagiarism, Azure/Grok/DeepSeek) · character generation (ai:generate-character) · frontend previews · field assistants · a full CLI reference (~80 ai: commands). (#48, #50, #51)
Installable skill — .claude/skills/laravel-ai-engine
A trigger-able Claude skill mapping every capability to its real entry-point class, pointing to the cookbook. Triggers on LaravelAIEngine\ usage, config/ai-*.php, app/AI/Tools, app/AI/Skills. (#49)
Notes
- Built by surveying each area from source via multi-agent workflows, then verified against
src/(caught/fixed fabrications like a non-existentVectorIndexServiceandTranscribabletrait). - No breaking changes; nothing in the runtime changed.