• v0.9.0 121f74ed70

    v0.9.0 Stable

    rbrooks released this 2026-03-15 23:31:39 +00:00 | 378 commits to main since this release

    All four session slash commands implemented bot-side. /next and /recap fetch
    session data from new Quest Board endpoints. /note creates private SessionNotes
    for linked users. /ask uses stored session summaries as LLM context to answer
    natural-language questions about campaign history (bot/services/qa.py reuses
    the existing Ollama/Anthropic/OpenAI backends with no new config).

    Commands return clear errors until the corresponding Quest Board backend
    endpoints are deployed; the bot will not crash on 404s.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads