Skip to content

Conversation

@dinki
Copy link
Owner

@dinki dinki commented Jan 23, 2026

No description provided.

dinki and others added 19 commits January 16, 2026 13:51
Push updates and wiki updates
Added a tutorial for changing the active View Assist avatar using voice commands, including setup instructions and details for configuring avatars.
feat(dashboard): add `music` status icon
Fix Wikipedia lookup for multi-word queries by resolving canonical page titles via search API

During testing, I found that multi-word natural language queries (e.g. “New York City”) were returning HTTP 404 errors, despite the corresponding Wikipedia pages existing and being accessible via the browser.

This occurs because the REST /page/summary/{title} endpoint requires an exact canonical page title and does not perform search or fuzzy matching.

This change first resolves the canonical page title using the Wikipedia Search API, then retrieves the page summary using that title. The service interface and response format remain unchanged, while behavior now matches the Wikipedia browser experience.
Add tutorial for changing View Assist avatar
@dinki dinki merged commit 227bb60 into dev Jan 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants