v0.2.2: OAuth authentication system improvements

🔧 OAuth Fixes:
- Add transition:generic scope to resolve authentication errors
- Improve Agent creation with session object and dpopFetch fallback
- Fix avatar fetching to use correct public API endpoints
- Proper PDS endpoint selection (bsky.syu.is vs public.api.bsky.app)

🎨 UI Improvements:
- Remove 'Demo' text from loading states
- Environment-based feature toggles (TestUI/Debug)
- Unified padding system (20px 0)
- CSS conflict resolution with oauth- prefix

🚀 Production Ready:
- Automatic feature disable in production build
- Session management improvements
- Error handling enhancements

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-19 11:56:06 +09:00
parent 81f87d0462
commit b17ac3d91a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "oauth-simple",
"version": "1.0.0",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",