From 8fa9e474d1caae0edd78ee671055ecca22d534b2 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 16 Jun 2025 22:29:46 +0900 Subject: [PATCH] v0.1.9: Production deployment ready MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚀 Production Features - Console output cleanup: Removed all console.log/warn/error from OAuth app - Clean UI: Removed debug info divs from production build - Warning-free builds: Fixed all Rust compilation warnings 🔧 Authentication & Stream Improvements - Enhanced password authentication with PDS specification support - Fixed AI DID resolution: Now correctly uses ai.syui.ai (did:plc:6qyecktefllvenje24fcxnie) - Improved project directory config loading for ailog stream commands - Added user list initialization commands with proper PDS detection 📚 Documentation - Complete command reference in docs/commands.md - Architecture documentation in docs/architecture.md - Getting started guide in docs/getting-started.md 🛠️ Technical Improvements - Project-aware AI config loading from config.toml - Runtime DID resolution for OAuth app - Proper handle/DID distinction across all components - Enhanced error handling with clean user feedback 🔐 Generated with Claude Code Co-Authored-By: Claude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ec70c9..6ae56d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ailog" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["syui"] description = "A static blog generator with AI features"