You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [Unreleased]
11
11
12
+
### ✨ Runtime Capabilities
13
+
14
+
- Added structured dialogue request metadata so language preference, speech configuration, and recent vision context travel together with each chat turn
15
+
- Persisted speech preferences and recent vision context in `digitalHumanStore`, and localized the voice interaction panel for multi-language TTS flows
16
+
- Added custom avatar upload, replacement, fallback-to-built-in handling, and avatar management controls in the settings drawer
17
+
- Added endpoint discovery with primary/backup failover for health checks, standard chat requests, and streaming chat requests
18
+
- Added touch/WebXR readiness detection and surfaced an `AR Ready` platform indicator in the HUD
19
+
- Added immersive WebXR AR session entry/exit flow, persisted immersive session state, and a viewer bridge that forwards the active XR session to the Three.js renderer
20
+
- Added operator-facing endpoint routing diagnostics so the HUD now surfaces the active service endpoint and failover count
21
+
- Added a shared avatar source adapter so page composition, settings UI, and controller fallback logic reuse the same source/status/object-URL decisions
22
+
12
23
### 🧹 Repository Simplification
13
24
14
25
- Removed repository-scoped AI workflow frameworks and generated automation from `.trellis/`, `.claude/`, and `.opencode/`
0 commit comments