Skip to content

update download url#2

Merged
IceyLiu merged 1 commit intomainfrom
update_readme
Aug 7, 2025
Merged

update download url#2
IceyLiu merged 1 commit intomainfrom
update_readme

Conversation

@IceyLiu
Copy link
Copy Markdown
Collaborator

@IceyLiu IceyLiu commented Aug 7, 2025

No description provided.

@IceyLiu IceyLiu merged commit bb66cb7 into main Aug 7, 2025
@IceyLiu IceyLiu deleted the update_readme branch August 8, 2025 07:24
@IceyLiu IceyLiu restored the update_readme branch August 8, 2025 07:25
@IceyLiu IceyLiu deleted the update_readme branch August 9, 2025 11:30
goworm pushed a commit that referenced this pull request Sep 3, 2025
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.
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.
TuziChan added a commit to TuziChan/AionUi that referenced this pull request Mar 14, 2026
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.

1 participant