Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/lib/three/agent-model-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const MODEL_REGISTRY = {
// here since pickerHidden). pickerHidden keeps it out of /create-agent — it is
// assigned server-side as the default for every new Hatcher agent
// (DEFAULT_HATCHER_MODEL_KEY in @clawville/shared) and is never user-selectable.
phanes: { path: '/avatars/phanes.vrm', scale: 13, label: 'Phanes', category: 'hatcher', avatar_type: 'vrm', animatorId: 'hermes-male', faceYaw: Math.PI, pickerHidden: true, preview: '/models/phanes-turnaround/front.png' },
phanes: { path: '/avatars/phanes.vrm?v=1', scale: 13, label: 'Phanes', category: 'hatcher', avatar_type: 'vrm', animatorId: 'hermes-male', faceYaw: Math.PI, pickerHidden: true, preview: '/models/phanes-turnaround/front.png?v=1' },

// NOTE: `crayfish` removed from the picker 2026-04-16 — the mesh renders
// noticeably larger than lobster at the same scale (different pivot) and
Expand Down