2 Commits

Author SHA1 Message Date
8d3d1c121c fix oauth package name 2025-06-19 11:56:58 +09:00
b17ac3d91a 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>
2025-06-19 11:56:06 +09:00
2 changed files with 4 additions and 4 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",
"name": "ailog-oauth",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
@@ -19,4 +19,4 @@
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.0.0"
}
}
}