Merged
Conversation
jrmatherly
referenced
this pull request
in jrmatherly/aionui
Feb 4, 2026
Fix 5 issues with the WebUI settings pages:
1. About page links: use window.open in web mode instead of
shell.openExternal which calls xdg-open on the server
2. System page directories: fix WebSocket adapter to inject
__webUiUserId into the bridge protocol inner data field.
The @office-ai/platform bridge wraps payloads as {id, data}
and providers only receive the inner data — userId was being
lost at the outer wrapper level.
3. API Keys infinite spinner: same root cause as #2 — providers
threw 'Authentication required' because __webUiUserId was
never reaching them through the bridge protocol.
4. Theme quick toggle: add light/dark mode toggle with Sun/Moon
icons to the user dropdown menu in the sidebar.
5. Claude YOLO toggle: hide behind ALLOW_CLAUDE_YOLO env var
(default: false). Exposed through branding config IPC so the
renderer can conditionally render the toggle.
7 tasks
This was referenced Feb 12, 2026
kuishou68
added a commit
that referenced
this pull request
Feb 19, 2026
- CRITICAL: use finally block in sendChannelMessage to always release cronBusyGuard, preventing permanent busy state when gateway does not emit a finish event - HIGH: replace console.log with console.debug for auth and session key logs to avoid polluting production logs - MEDIUM: move db/dbResult into try block in ChannelMessageService for better readability and consistent error handling Note: the task id vs conversation_id concern (review issue #2) is not applicable — in WorkerManage, tasks are keyed by conversation.id, so listTasks().id is always the conversation_id.
This was referenced Feb 20, 2026
Merged
7 tasks
3 tasks
TuziChan
added a commit
to TuziChan/AionUi
that referenced
this pull request
Mar 14, 2026
TuziChan
added a commit
to TuziChan/AionUi
that referenced
this pull request
Mar 14, 2026
TuziChan
added a commit
to TuziChan/AionUi
that referenced
this pull request
Mar 14, 2026
TuziChan
added a commit
to TuziChan/AionUi
that referenced
this pull request
Mar 14, 2026
This was referenced Mar 19, 2026
Merged
This was referenced Mar 29, 2026
7 tasks
8 tasks
6 tasks
5 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.