Commit Graph

20 Commits

Author SHA1 Message Date
715b63195c Update llm.ts 2025-06-09 09:29:40 +09:00
2e7082a14f Update 2025-06-08 22:01:44 +09:00
b7f3ca6a27 Add searching feature 2025-06-08 21:53:45 +09:00
cd0e4065fc Update category management and RSS endpoint handling 2025-06-08 21:50:31 +09:00
be026db3d8 Close #5 2025-06-08 16:35:06 +09:00
a728ebb66c Apply formatting 2025-06-08 15:21:58 +09:00
b5ff912fcb Update 2025-06-08 15:21:27 +09:00
354426fbb6 Fix 2025-06-07 12:34:18 +09:00
1a5a01fd44 Update 2025-06-07 11:40:47 +09:00
986743949f feat: 記事ごとのポッドキャスト生成と新規記事検出システム、モダンUIの実装
- 新規記事検出システム: 記事の重複チェックと新規記事のみ処理
- 記事単位ポッドキャスト: フィード統合から記事個別エピソードに変更
- 6時間間隔バッチ処理: 自動定期実行スケジュールの改善
- 完全UIリニューアル: ダッシュボード・フィード管理・エピソード管理の3画面構成
- アクセシビリティ強化: ARIA属性、キーボードナビ、高コントラスト対応
- データベース刷新: feeds/articles/episodes階層構造への移行
- 中央集権設定管理: services/config.ts による設定統一
- エラーハンドリング改善: 全モジュールでの堅牢なエラー処理
- TypeScript型安全性向上: null安全性とインターフェース改善

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 08:47:10 +09:00
82c40a7491 feat: improve podcast content generation prompt 2025-06-04 15:14:57 +09:00
05105071f3 feat: implement feed classification and podcast content generation 2025-06-04 12:39:47 +09:00
b88aa05b84 feat: Remove Next.js and use environment variables 2025-06-04 12:32:11 +09:00
9d693ebbe5 fix: correct OpenRouter API endpoint URL 2025-06-04 12:04:56 +09:00
b8d53f31c7 feat: Allow OpenAI endpoint and model to be configured via .env 2025-06-04 11:25:35 +09:00
decea89481 fix: update OpenAI SDK response handling 2025-06-04 11:24:51 +09:00
285a4fa49b feat: migrate to openai.chat.completions.create 2025-06-04 11:24:30 +09:00
befe7fdac3 refactor: replace Configuration with ClientOptions 2025-06-04 11:24:02 +09:00
a1cbf358ef fix: fix template literal errors in llm, podcast, and tts services 2025-06-04 08:18:38 +09:00
4fe300d5d6 Initial commit 2025-06-04 08:14:55 +09:00