Fix jetstream monitoring for ai.syui.log collections

- Fixed JetstreamMessage struct to correctly parse collection from commit object
- Fixed user list JSON format to match oauth app expectations (removed metadata field)
- Added monitoring for both ai.syui.log and ai.syui.log.chat.comment collections
- Improved error handling and debug output for stream processing
- Jetstream auto user registration now working correctly

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-19 17:14:11 +09:00
parent 53dab3fd09
commit 68b49d5aaf

View File

@ -1,6 +1,6 @@
[package]
name = "ailog"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["syui"]
description = "A static blog generator with AI features"