# MultiMuse Obsidian Tracker 1.12.2
### Alphabetical pickers
- Muse lists (create scene, cached API fetch)
- Send as Muse character picker
- Insert @ mention member list
### API updates
- Create New Scene now registers via `POST /api/v1/scenes/create` (full characters + participants + scene path) instead of bare `threads/track`
- Check threads still uses `scenes/query`, but now passes `participants` from frontmatter so turn math uses your vault count
- `threads/track` kept only as a fallback when no scene path exists
### Removed Sync from Tracker
- Command removed — use Check Discord Threads Now / polling instead
### Turn tracking improvements
- Scene queries include `Participants` from frontmatter on every poll
- Optimistic `Replied? = true` after a successful Send as Muse
### Obsidian as source of truth toggle (Settings → Scene Properties):
- When on: edits to `Characters` or `Participants` push to MultiMuse via `scenes/create`, keyed by the thread id from `Link`
- Ribbon "New Scene" button
- added initilalization to the settings pane
- Fixed the long standing bug of new scene command breaking the front matter of a file if the file was active when doing the wizard