AI Avatar
(日本語の説明は下部をご覧ください / Japanese version below)
A VRM 3D character that lives in your VS Code sidebar (reacts to Claude Code / GitHub Copilot) or browser side panel (reacts to ChatGPT / Claude). Animations and speech bubbles all run without AI too.

🎉 Thank you for 100+ installs on VS Code!
🛒 Download from VS Code Marketplace
🛒 Download from Chrome Web Store
📖 Read the story behind this project on DEV.to:
Features
- 🎭 Live reactions — character automatically reacts when you send a message to AI
- 🔀 Watcher switching (VS Code only) — switch between watching Claude Code or GitHub Copilot (v2)
- 🔄 Change Avatar — swap your
VRM character anytime with the button at the top
- 💃 Animations — play
.vrma motion clips or custom JSON poses; 5 separate toggle buttons: Off / Default / Random (v7) / Custom (v2) / Custom Random (v8) (v10)
- 💬 AI Speech Bubble (VS Code only) — toggle Fixed/AI mode; in AI mode the character reacts to Claude Code activity with context-aware speech (v10)
- 🎬 Animation Editor — multi-keyframe timeline with in / hold / out timing (v4); all 30 finger bones (v5); values in degrees (v5)
- 🎨 Random Editor — edit zone-split pattern JSON directly in the Animation Editor; Body & Arms / Legs / Fingers zones, add/delete/navigate patterns (v8)
- 🎥 OrbitControls — drag to rotate, scroll to zoom, right-click to pan
- 👀 Eye tracking — eyes and head follow your mouse cursor when idle
- 💬 Lipsync — mouth animates while Claude is replying
- 😊 Click or press Enter to interact — triggers a smile, nod, and animation (if ON)
- 💬 Custom speech messages — edit the speech bubble messages via the Messages button (saved to settings)
- 😂 Jokes — avatar tells jokes via the Jokes button (v2)
- 📸 Pose Capture — capture a real body pose with your webcam and export it as a VRM animation JSON (v7)
- ❤️ Positive word reactions (VS Code only) — heart counter, smile, and heart overlay animation when positive words are detected; broken heart and head shake on negative words (v7)
- 🔍 Prompt Checker [Beta] (VS Code only) — paste any AI prompt and get instant rule-based feedback on clarity, specificity, and structure (v7)
- 🦁 Giant Mode (Chrome only) — float the avatar as a draggable, resizable overlay over any web page (v7)
- 🤖 AI Chat — always-visible chat input at the bottom of the panel; ask the avatar anything; replies appear as speech bubbles and trigger animations; supports Gemini API and Ollama (v9)
Getting Started
No setup needed — comes with a built-in sample character.
VS Code
- Install from the VS Code Marketplace
- Click the AI Avatar icon in the activity bar to open the sidebar
- Use Claude Code or GitHub Copilot — your avatar reacts automatically
Chrome
- Install from the Chrome Web Store
- Pin it to the toolbar
- Click the AI Avatar icon and open the Side Panel
- Chat on ChatGPT or Claude — your avatar reacts automatically
Use Your Own VRM Character
You can create your own 3D avatar for free using VRoid — no 3D modeling skills needed. Design your character and export it as a .vrm file.
Click the Change Avatar button at the top of the sidebar to pick a .vrm file.
v6 adds new sample characters — three girls and two boys — plus cute, cool, and funny pose packs.
(free download from GitHub Releases)
Animations (v2)
There are five animation buttons. Click one to activate it — the active button is highlighted. The selected state is remembered across restarts.
| Button |
Behavior |
Animation: Off |
No motion clips play |
Animation: Default |
Plays the built-in sample poses included with the extension |
Animation: Random |
Generates random poses from built-in zone patterns (v7) |
Animation: Custom |
Opens a file picker — plays .vrma and .json pose files from your chosen folder |
Animation: Custom Random |
Pick a custom random-custom.json — generates random poses from your own zone patterns (v8) |
Using .vrma clips from VRoid Project:
VRMA Animation files are not included in the extension because they cannot be redistributed under their license terms. Please download them yourself for free from the official VRoid Project:
👉 VRM Animation 7-Pack by VRoid Project (free)
The pack includes 7 animations: Show full body, Greeting, Peace sign, Shoot, Spin, Model pose, and Squat.
- Download and unzip the pack
- Click Animation until it shows
Animation: Custom
- Pick the folder containing the
.vrma files
- A random clip plays each time the AI responds
Animation Editor (v4+)

Click Edit Animation to open the animation editor as a full VS Code tab:
Views (v8)
- Three synchronized cameras displayed side by side: RIGHT / FRONT / LEFT — see all angles at once (v8)
- Image button switches to a 2×2 layout (FRONT + reference image top row, RIGHT + LEFT bottom row) — load any image as a pose reference (v8)
Bone editing
- Full 2-column bone list covering all body parts — head, neck, spine, arms, hands, legs, and all 30 finger bones (v5)
- Drag the slider or type a value in degrees to rotate each bone (v5)
- A bone arc trail appears on the avatar when you focus a slider or input — visual rotation feedback (v8)
- Quick-apply preset buttons at the bottom: Body & Arms / Legs / Fingers presets apply built-in zone patterns instantly (v8)
Keyframes & timing
- Add multiple keyframes with + KF to build a full animation sequence (v4)
- Each keyframe has In (fade in), Hold, and Out (fade out, last keyframe only) timing (v4)
- Navigate keyframes with < >, delete with − KF, preview with Play (v4)
Expression
- Per-keyframe expression: Default / Happy / Wink (v7)
Actions
- Load — pick a different JSON pose file to edit
- Save — write the animation back to the JSON file; adds it to the random pool
- Reload — re-read the file from disk, discarding unsaved edits
- JSON to VRMA — export the keyframe animation as a
.vrma VRM Animation file (v8)
- Exit — close the editor tab and reopen the sidebar (v8)
Random Editor (v8)
- Click Random Editor to open the zone-split pattern JSON editor
- Opens with the built-in
random-custom.json loaded automatically — click Load Random to switch to a different pattern JSON file
- Switch between Body & Arms / Legs / Fingers zones — only relevant bones are shown, unrelated ones are hidden
- Navigate patterns with < >, add with +, delete with −; name is editable
- Save writes all edits back to the JSON file; Reload re-reads from disk
- Exit Random returns to the normal editor
AI Chat (v9)
A chat input is always visible at the bottom of the panel. Type a message and press → to send. The avatar animates and shows the reply as a wide speech bubble.
Click the ⚙ button next to the input to open chat history, provider settings, and system prompt.
Providers
Gemini — cloud API; requires a free API key from Google AI Studio
Ollama — runs locally on your machine; no API key needed; install from ollama.com
After installing Ollama, pull the model once before use:
ollama pull qwen2.5:3b
Note: The first message is slow — Ollama loads the model from disk into RAM on initial use. Subsequent messages in the same session are much faster once the model is in memory.
Model choice: Smaller models (e.g. qwen2.5:1.5b) respond faster but with simpler replies. Larger models (e.g. qwen2.5:7b) are slower but give more detailed, accurate answers. Change the model in ⚙ settings.
Tip: Keep questions short and focused — lightweight models (local or Gemini Flash) handle concise prompts best.
Chrome only: Ollama blocks requests from browser extensions by default. Fix it once:
- Win+R → type
sysdm.cpl → Advanced → Environment Variables → New
- Name:
OLLAMA_ORIGINS / Value: *
- Quit Ollama from the system tray → relaunch it — no reboot needed
Settings (⚙ button)
- Switch provider with the Gemini / Ollama toggle
- Enter your Gemini API key (stored securely, never committed)
- Set the model name (default:
gemini-3.1-flash-lite / qwen2.5:3b)
- Edit the system prompt — default: cheerful 1-sentence coding companion with emoji
Watcher (VS Code only) (v2)
Click the Switch Watcher button to toggle between watching Claude Code and GitHub Copilot activity.
You can also set the default watcher in settings via vroidCompanion.activeWatcher.
Speech Bubble Messages
Click the Messages button to edit the messages shown in the speech bubble when the avatar reacts.
- Enter messages separated by
| (pipe), e.g. You can do it! | Nice work! | Love that fix!
- Messages are saved to VS Code settings and persist across restarts
- You can also edit them directly under
vroidCompanion.speechMessages in settings
Giant Mode (Chrome only)
Click the Giant Mode button to float the avatar as a draggable, resizable overlay over any web page. The avatar reacts to AI activity detected on the page.

Using with Claude Code VS Code Extension (VS Code only)
You can display both panels side by side at the same time:
- Right-click either extension's icon in the activity bar
- Select Move to Secondary Side Bar
One panel goes to the left sidebar, the other to the right — you can choose which side each one is on.
Requirements (VS Code only)
- VS Code 1.85+
- Claude Code CLI or VS Code extension (for automatic reactions)
Roadmap
v1 ✅
- VRM character in VS Code sidebar
- Live reactions to Claude Code activity
- Eye tracking, lipsync, OrbitControls
- Change Avatar, speech bubble messages
v2 ✅
- 3-state Animation button (off / Default / Custom)
- Custom pose editor with JSON save/load
- Jokes button
- GitHub Copilot watcher support
- Watcher switching (Claude ↔ Copilot)
v3 ✅
- 🌐 Chrome extension version
- Various fixes and adjustments
v4 ✅
- Pose Editor upgraded to full Animation Editor
- Multi-keyframe timeline with in / hold / out timing
- Various fixes and adjustments
v5 ✅
- Enter key on terminal triggers animation (VS Code)
- Fixed reload to always restore the latest saved pose
- All 30 finger bones added to the animation editor
- Animation editor values now shown and saved in degrees (backward compatible)
- BG toggle button — gray background to see dark-colored avatars
- Various UI polish: button styling, focus outlines, editor colors
v6 ✅
v7 ✅
- 📸 Pose Capture — capture a real body pose with webcam and export it as a VRM animation JSON
- ❤️ Positive word reactions (VS Code only) — heart counter, smile, and heart overlay animation when positive words are detected; broken heart and head shake on negative words
- 🦁 Giant Mode (Chrome only) — float the avatar as a draggable, resizable overlay over any web page
- 🎲 Animation: Random mode — new 4th state generates random poses from zone patterns (expression, body + arm, fingers, legs)
- 😊 Expression editor — add Happy or Wink expressions to animation keyframes directly in the editor
- 🖱️ Click anywhere to react (Chrome only) — clicking any web page triggers an animation on the avatar
- 🔍 Prompt Checker [Beta] (VS Code only) — paste any AI prompt and get instant rule-based feedback on clarity, specificity, and structure
v8 ✅
- 🎲 Animation: Random Custom — 5th animation state; pick a custom zone-pattern JSON, plays random pose combos
- 🎨 Random Editor — zone-split pattern JSON editor inside the Animation Editor (Body & Arms / Legs / Fingers zones)
- 🎬 Animation Editor update — now opens as a full-screen tab; three-camera view (RIGHT / FRONT / LEFT), image reference layout, bone arc trail, zone preset buttons, JSON to VRMA export
v9 ✅
- 🤖 AI Chat — always-visible chat input; ask the avatar anything; replies appear as wide speech bubbles and trigger animations; supports Gemini API and Ollama (local)
- 🎛️ Panel layout redesign — collapsible toolbar behind ⚙ gear
- 🐛 Fixed flaky positive/negative word detection (VS Code only) — now reliably catches keywords in your messages to Claude Code
v10 — Now Creating!
- 💬 AI Speech Bubble (VS Code only) — toggle between Fixed and AI mode; in AI mode the character reacts to Claude Code activity with context-aware speech; messages customizable
- 🎛️ Toolbar redesign — 4 fixed rows always visible; animation split into 5 separate toggle buttons (Off / Default / Random / Custom / Custom Random); Positive Words and Negative Words as direct buttons
- 🎭 Improved idle & thinking animations — random idle head micro-tilt every 6–10s; thinking state now shows a natural Z-axis pondering tilt with gentle oscillation
v11 — Coming soon!
AI Avatar(日本語)
VS Codeサイドバー(Claude Code / GitHub Copilotに反応)またはブラウザサイドパネル(ChatGPT / Claudeに反応)に表示されるVRM 3Dキャラクターです。AIなしでもアニメーションや吹き出しが動作します。

🎉 VS Code版100インストール達成!ありがとうございます!
🛒 VS Code Marketplaceからダウンロード
🛒 Chrome ウェブストアからダウンロード
📖 開発ストーリーはDEV.toで読めます:
機能一覧
- 🎭 リアクション — Claude Code / GitHub Copilotが考え中または返答したとき自動でキャラクターが反応
- 🔀 ウォッチャー切り替え (VS Code限定) — Claude CodeとGitHub Copilotの監視を切り替え (v2)
- 🔄 アバター変更 — 上部のボタンで
VRMキャラクターをいつでも変更可能
- 💃 アニメーション —
.vrmaモーションクリップやカスタムJSONポーズを再生;5つの独立トグルボタン:Off / Default / Random (v7) / Custom (v2) / Custom Random (v8) (v10)
- 💬 AI吹き出し (VS Code限定) — Fixed/AIモードを切り替え;AIモードでは Claude Code の活動に反応してコンテキストに応じた発言をする (v10)
- 🎬 アニメーションエディタ — 複数キーフレームタイムライン(In / Hold / Outタイミング) (v4);全30指ボーン対応 (v5);度数表示 (v5)
- 🎨 ランダムエディタ — アニメーションエディタ内でゾーン分割パターンJSONを直接編集;ボディ&アーム / 脚 / 指ゾーン、パターンの追加・削除・ナビゲーション (v8)
- 🎥 オービットコントロール — ドラッグで回転、スクロールでズーム、右クリックでパン
- 👀 視線追跡 — アイドル時に目と頭がマウスカーソルを追う
- 💬 リップシンク — Claudeの返答中に口が動く
- 😊 クリックまたはEnterキーで反応 — スマイル、うなずき、アニメーションが発動
- 💬 カスタム吹き出しメッセージ — Messagesボタンからメッセージを編集(設定に保存)
- 😂 ジョーク — Jokesボタンでアバターがジョークを言う (v2)
- 📸 ポーズキャプチャ — ウェブカメラで体のポーズを撮影し、VRMアニメーションJSONとして書き出し (v7)
- ❤️ ポジティブワード反応 (VS Code限定) — ポジティブワード検出時にハートカウンター・スマイル・ハートオーバーレイアニメーション;ネガティブワードには割れたハートと首振り (v7)
- 🔍 プロンプトチェッカー [Beta] (VS Code限定) — AIプロンプトを貼り付けるだけで、明確さ・具体性・構造をルールベースで即チェック (v7)
- 🦁 ジャイアントモード (Chrome限定) — ドラッグ・リサイズ可能なオーバーレイとしてアバターをどのページにも表示 (v7)
- 🤖 AIチャット — パネル下部に常時表示されるチャット入力;アバターに何でも質問できる;返答は吹き出しで表示してアニメーションも発動;Gemini APIとOllama対応 (v9)
はじめ方
セットアップ不要 — サンプルキャラクターが最初から入っています。
VS Code
- VS Code Marketplaceからインストール
- アクティビティバーの AI Avatarアイコン をクリックしてサイドバーを開く
- Claude CodeまたはGitHub Copilotを使う — アバターが自動で反応
Chrome
- Chrome ウェブストアからインストール
- ツールバーにピン留め
- AI Avatarアイコン をクリックしてサイドパネルを開く
- ChatGPTまたはClaudeでチャット — アバターが自動で反応
自分のVRMキャラクターを使う
VRoid を使えば3Dモデリングの知識なしに無料でオリジナルアバターを作れます。キャラクターをデザインして .vrm ファイルとしてエクスポートしてください。
サイドバー上部の Change Avatar ボタンから .vrm ファイルを選択。
v6では新しいサンプルキャラクター(女の子3体・男の子2体)とポーズパック(かわいい・クール・おもしろ)を追加しました。
(GitHubリリースから無料ダウンロード)
アニメーション (v2)
5つのアニメーションボタンがあります。クリックで有効化 — 有効なボタンはハイライト表示されます。選択した状態は再起動後も保持されます。
| ボタン |
動作 |
Animation: Off |
モーションクリップを再生しない |
Animation: Default |
拡張機能付属のサンプルポーズを再生 |
Animation: Random |
内蔵ゾーンパターンからランダムにポーズを生成 (v7) |
Animation: Custom |
ファイルを選択し .vrma と .json ポーズファイルを再生 |
Animation: Custom Random |
カスタム random-custom.json を選択 — 独自ゾーンパターンからランダムにポーズを生成 (v8) |
VRoid Projectの .vrma クリップを使う:
VRMAアニメーションファイルはライセンスの都合上、拡張機能に含まれていません。公式VRoidプロジェクトから無料でダウンロードしてください:
👉 VRM Animation 7本パック by VRoid Project(無料)
パックには7つのアニメーションが含まれます:全身表示、挨拶、ピースサイン、シュート、スピン、モデルポーズ、スクワット。
- パックをダウンロードして解凍
- Animation ボタンを
Animation: Custom になるまでクリック
.vrma ファイルが入ったフォルダを選択
- AIが返答するたびにランダムなクリップが再生
アニメーションエディタ (v4+)

Edit Animation をクリックするとVS Codeの専用タブとしてエディタが開きます:
表示 (v8)
- RIGHT / FRONT / LEFT の3方向カメラを同期表示 — すべての角度を一画面で確認 (v8)
- Image ボタンで2×2レイアウトに切り替え(上段:FRONT+参考画像、下段:RIGHT+LEFT)— ポーズ参考用の画像を読み込み可能 (v8)
ボーン編集
- 全身の2カラムボーンリスト — 頭・首・脊椎・腕・手・脚、そして全30指ボーン (v5)
- スライダー または 度数入力 でボーンを回転 (v5)
- スライダー/入力にフォーカスすると、アバターにボーン弧トレイルが表示 — 回転の視覚フィードバック (v8)
- 下部のプリセットボタン:ボディ&アーム / 脚 / 指のゾーンパターンをワンタッチ適用 (v8)
キーフレームとタイミング
- + KF で複数キーフレームを追加してアニメーションシーケンスを構築 (v4)
- 各キーフレームに In(フェードイン)・Hold・Out(フェードアウト、最終KFのみ)タイミング設定 (v4)
- < > でナビゲート、− KF で削除、Play でプレビュー (v4)
表情
- キーフレームごとに表情設定:Default / Happy / Wink (v7)
アクション
- Load — 別のJSONポーズファイルを選択して読み込み
- Save — JSONファイルに書き戻し、ランダムプールに追加
- Reload — ディスクからファイルを再読み込み、未保存の編集を破棄
- JSON to VRMA — キーフレームアニメーションを
.vrma VRMアニメーションファイルとしてエクスポート (v8)
- Exit — エディタタブを閉じてサイドバーを再表示 (v8)
ランダムエディタ (v8)
- Random Editor をクリックしてゾーン分割パターンJSONエディタを開く
- デフォルトの
random-custom.json を自動で読み込んで開始 — Load Random で別のパターンJSONファイルに切り替え可能
- ボディ&アーム / 脚 / 指 ゾーンを切り替え — 関連ボーンのみ表示、無関係なボーンは非表示
- < > でパターンをナビゲート、+ で追加、− で削除、名前を編集可能
- Save でJSONファイルに書き戻し、Reload でディスクから再読み込み
- Exit Random で通常エディタに戻る
AIチャット (v9)
チャット入力欄がパネル下部に常時表示されます。メッセージを入力して → を押すと送信。アバターがアニメーションし、返答を大きな吹き出しで表示します。
入力欄横の ⚙ ボタンでチャット履歴・プロバイダー設定・システムプロンプトを開けます。
プロバイダー
Gemini — クラウドAPI;Google AI Studio で無料のAPIキーを取得
Ollama — ローカルで動作;APIキー不要;ollama.com からインストール
インストール後、使用前に一度モデルをダウンロードしてください:
ollama pull qwen2.5:3b
注意: 最初のメッセージは遅いですが正常です — Ollamaは起動時にモデルをディスクからRAMに読み込みます。同じセッション中の2回目以降はモデルがメモリに残るため、大幅に速くなります。
モデルの選び方: 小さいモデル(例:qwen2.5:1.5b)は速いが回答がシンプル。大きいモデル(例:qwen2.5:7b)は遅いが精度が高く詳細な回答が得られます。⚙ 設定からモデルを変更できます。
ヒント: 質問は短く簡潔にまとめると効果的です — ローカルモデルもGemini Flashも、シンプルなプロンプトに最も適しています。
Chrome限定: OllamaはデフォルトでChrome拡張機能からのアクセスをブロックします。一度だけ設定が必要:
- Win+R →
sysdm.cpl → 詳細設定 → 環境変数 → 新規
- 変数名:
OLLAMA_ORIGINS / 値:*
- タスクトレイのOllamaを終了 → 再起動(PCの再起動は不要)
設定(⚙ボタン)
- Gemini / Ollamaトグルでプロバイダーを切り替え
- Gemini APIキーを入力(安全に保存され、コミットされません)
- モデル名を設定(デフォルト:
gemini-3.1-flash-lite / qwen2.5:3b)
- システムプロンプトを編集 — デフォルト:絵文字付き1文で励ます陽気なコーディング仲間
ウォッチャー (VS Code限定) (v2)
Switch Watcher ボタンで Claude Code と GitHub Copilot の監視を切り替えます。
設定の vroidCompanion.activeWatcher でデフォルトのウォッチャーを設定することもできます。
吹き出しメッセージ
Messages ボタンをクリックして、アバターが反応したときに吹き出しに表示するメッセージを編集できます。
- メッセージは
|(パイプ)で区切って入力します。例:頑張って! | いいね! | 完璧!
- メッセージはVS Code設定に保存され、再起動後も保持されます
vroidCompanion.speechMessages から直接編集することもできます
ジャイアントモード (Chrome限定)
Giant Mode ボタンをクリックすると、アバターをドラッグ・リサイズ可能なオーバーレイとしてどのウェブページにも表示できます。ページ上のAI活動を検出してアバターが反応します。

Claude Code VS Code拡張機能と一緒に使う (VS Code限定)
両方のパネルを同時に並べて表示できます:
- アクティビティバーのいずれかの拡張機能アイコンを右クリック
- Move to Secondary Side Bar を選択
一方のパネルが左サイドバー、もう一方が右サイドバーに表示されます。
動作要件 (VS Code限定)
ロードマップ
v1 ✅
- VS CodeサイドバーにVRMキャラクター表示
- Claude Code活動へのライブ反応
- 視線追跡、リップシンク、オービットコントロール
- アバター変更、吹き出しメッセージ
v2 ✅
- 3段階Animationボタン(オフ / デフォルト / カスタム)
- カスタムポーズエディタ(JSON保存・読み込み)
- Jokesボタン
- GitHub Copilotウォッチャー対応
- ウォッチャー切り替え(Claude ↔ Copilot)
v3 ✅
v4 ✅
- ポーズエディタをフルアニメーションエディタにアップグレード
- In / Hold / Outタイミング付き複数キーフレームタイムライン
- 各種修正・調整
v5 ✅
- ターミナルのEnterキーでアニメーションが発動(VS Code)
- リロードが最後に保存したポーズを正しく復元するよう修正
- アニメーションエディタに全30指ボーンを追加
- エディタの値を度数で表示・保存(既存ファイルとの後方互換性あり)
- BGトグルボタン追加 — グレー背景に切り替えて暗色アバターを見やすく
- UIの各種改善:ボタンスタイル、フォーカス枠、エディタの配色
v6 ✅
v7 ✅
- 📸 ポーズキャプチャ — ウェブカメラで体のポーズを撮影し、VRMアニメーションJSONとして書き出し
- ❤️ ポジティブワード反応 (VS Code限定) — ポジティブワード検出時にハートカウンター・スマイル・ハートオーバーレイアニメーション;ネガティブワードには割れたハートと首振り
- 🦁 ジャイアントモード (Chrome限定) — ドラッグ・リサイズ可能なオーバーレイとしてアバターをどのページにも表示
- 🎲 Animation: Randomモード — 内蔵のゾーンパターン(表情・体と腕・指・脚)からランダムにポーズを生成する新しい第4状態
- 😊 表情エディタ — アニメーションエディタのキーフレームにHappyまたはWink表情を追加可能
- 🖱️ ページのどこかをクリックで反応 (Chrome限定) — ウェブページをクリックするとアバターがアニメーションで反応
- 🔍 プロンプトチェッカー [Beta] (VS Code限定) — AIプロンプトを貼り付けるだけで、明確さ・具体性・構造をルールベースで即チェック
v8 ✅
- 🎲 Animation: Random Custom — 第5のアニメーション状態;カスタムゾーンパターンJSONを選択してランダムなポーズコンボを再生
- 🎨 ランダムエディタ — アニメーションエディタ内のゾーン分割パターンJSONエディタ(ボディ&アーム / 脚 / 指ゾーン)
- 🎬 アニメーションエディタ アップデート — フルスクリーンタブとして起動;3方向カメラ表示(RIGHT / FRONT / LEFT)、参考画像レイアウト、ボーン弧トレイル、ゾーンプリセットボタン、JSON to VRMAエクスポート
v9 ✅
- 🤖 AIチャット — 常時表示のチャット入力;アバターに何でも質問できる;返答は大きな吹き出しでアニメーション付き;Gemini APIとOllama(ローカル)対応
- 🎛️ パネルレイアウト刷新 — ⚙ギアでツールバーを折りたたみ
- 🐛 ポジティブ/ネガティブワード検出の不安定さを修正 (VS Code限定) — Claude Codeへのメッセージのキーワードを確実に検出するように改善
v10 — 開発中!
- 💬 AI吹き出し (VS Code限定) — FixedとAIモードを切り替え;AIモードではClaude Codeの活動に反応してキャラクターがコンテキストに応じた発言をする;メッセージはカスタマイズ可能
- 🎛️ ツールバーリデザイン — 4行固定表示;アニメーションを5つの独立したトグルボタンに分割(Off / Default / Random / Custom / Custom Random);ポジティブワード・ネガティブワードをダイレクトボタンに
- 🎭 アイドル・思考アニメーション改善 — アイドル時に6〜10秒ごとランダムな頭の微傾き;思考中は自然なZ軸の首かしげポーズとゆっくりした揺れを追加
v11 — 近日公開!