From b17ac3d91aaf614ebd3aadda19521f4075eef697 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Jun 2025 11:56:06 +0900 Subject: [PATCH] v0.2.2: OAuth authentication system improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 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 --- Cargo.toml | 2 +- oauth_new/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 323ec6b..42e1dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/oauth_new/package.json b/oauth_new/package.json index 637d16a..7c7b365 100644 --- a/oauth_new/package.json +++ b/oauth_new/package.json @@ -1,6 +1,6 @@ { "name": "oauth-simple", - "version": "1.0.0", + "version": "0.2.2", "type": "module", "scripts": { "dev": "vite",