pf2-grimoire/pf2-oracle
add /ask endpoint for local Discord bot
debug: capture Discord 403 response body
fix: use urllib instead of httpx for Discord webhook
debug: log interaction token and Discord PATCH response
revert to working version (embed + MCP + Claude AI)
add /ask endpoint for Discord bot
fix: return type 4 directly, no outbound Discord call needed
fix: use sync requests in thread for Discord webhook
fix: run Claude API in thread to avoid blocking event loop
fix: fallback to raw results when Claude API fails
improve Discord response: use embed with question as title
restore: MCP SSE + Claude AI enhanced responses
debug: remove MCP mount, add request logging
add Claude AI for intelligent Discord responses
add MCP SSE endpoint for remote Claude Code access
fix: deferred response to avoid 3s timeout
debug: log signature failure
install tzdata for JST timezone
set timezone to Asia/Tokyo
switch to discord interactions HTTP mode
add discord bot
init: PF2 Oracle API with ChromaDB
initial commit
