-
-
Notifications
You must be signed in to change notification settings - Fork 157
自動プレゼンモード、事前MP3生成、レイアウトの改善(キャラが中央にいかない)、UIの一時消去 #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kaitas
wants to merge
37
commits into
tegnike:main
Choose a base branch
from
kaitas:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
667780e
"Update Claude PR Assistant workflow"
kaitas 782d855
"Update Claude Code Review workflow"
kaitas b3fd8f5
スライドモードの機能拡張とDHGSVR25-3プレゼン更新
kaitas 40e1c62
fix: Prettier フォーマット修正 & デプロイエラースライド追加
kaitas adfaf28
DHGSVR25-3 スライドコンテンツを追加
kaitas cdd4755
Vercel デプロイ成功 & 環境変数設定スライドを追加
kaitas 95150ef
Vercel環境変数設定スライド更新 & Vercel4.png追加
kaitas e22702f
LuC4.vrm をリポジトリに追加
kaitas 3c94a2b
事前生成音声再生機能を追加
kaitas 1985059
自動プレゼンモード機能を追加
kaitas cf9c385
Ctrl+S でキャラクター位置をコンソール出力する機能を追加
kaitas 07313de
audio
kaitas 5cb6f7f
プレゼンモード改善: 無限ループ修正、音声プリロード、ログ強化
kaitas 06437ff
スライドモード改善: Ctrl+Hでコントロール非表示、字幕表示、クリック開始モーダル
kaitas 2ba4ae3
MP3再生時の字幕をslideMessagesで表示するように修正
kaitas dba5f20
スライドモード字幕改善: 句読点分割・重複表示修正・レイアウト安定化
kaitas a0147b9
字幕拡大・コントロール非表示・GA/Slack通知機能追加
kaitas b822107
chore: trigger Vercel redeploy with new env vars
kaitas cacda7a
.claude ディレクトリ全体を gitignore に追加
kaitas 211f239
fix: Prettier フォーマットエラー修正
kaitas e682c3e
fix: キャラクタープリセットメニューもCtrl+Hで非表示 & AITuber.png追加
kaitas 27a2df2
og:image を AITuber.png に変更
kaitas ef73258
fix: showIntroduction を環境変数で上書き可能に
kaitas 2e8585e
chore: trigger Vercel redeploy with env overrides
kaitas b2c3e87
fix: Introduction ダイアログを環境変数で確実に非表示に
kaitas dfc3ef7
README.md を更新: デモURL、ブログ、おすすめ環境変数追加
kaitas d5fb269
自由会話モードでの会話Slack報告機能を追加
kaitas 94c0886
Merge pull request #1 from kaitas/add-claude-github-actions-176741692…
kaitas d3214a6
Update README.md
kaitas 5d2da0d
Update README.md
kaitas 7c2e13d
Update README.md
kaitas efcf392
Update workflow, docs, slides, and minor component fixes
kaitas 7bdb882
音声:p97までupdate
kaitas f6bdffe
Add AICU TTS support for real-time voice synthesis
kaitas 02c3fae
docs: Add AICU TTS integration status to CLAUDE.md
kaitas 8c0c037
Merge upstream/main: sync with tegnike/aituber-kit
kaitas 2e49da8
fix: set Node.js engine to 20.x for Vercel compatibility
kaitas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dotenv-linter の QuoteCharacter 警告対応を検討してください。
該当行はクォート付きで警告対象になっているので、ルールに合わせてクォートを外すか lint 設定の調整をお願いします。
🛠️ 修正案(クォート除去)
Also applies to: 449-452, 457-462
🧰 Tools
🪛 dotenv-linter (4.0.0)
[warning] 397-397: [QuoteCharacter] The value has quote characters (', ")
(QuoteCharacter)
[warning] 399-399: [QuoteCharacter] The value has quote characters (', ")
(QuoteCharacter)
🤖 Prompt for AI Agents