 chengyongruandGitHub
|
ee93725e83
|
fix(webui): restore file edit diff display (#5096)
|
2026-07-26 19:05:53 +08:00 |
|
 chengyongruandGitHub
|
b0ef759e2c
|
Smooth WebUI streaming with state-driven viewport motion (#4696)
|
2026-07-26 00:18:24 +08:00 |
|
Xubin Ren
|
ac7b8cf4b4
|
fix(webui): preserve preset widths while switching
|
2026-07-25 15:46:46 +08:00 |
|
Xubin Ren
|
88cb22dd79
|
fix(webui): show full model preset labels
|
2026-07-25 15:46:46 +08:00 |
|
 chengyongruandchengyongru
|
c6dbeb97d8
|
feat(brand): migrate README and WebUI assets to SVG
|
2026-07-24 22:45:13 +08:00 |
|
 chengyongruandGitHub
|
5be176a6a0
|
feat(webui): switch model presets from the composer (#5077)
|
2026-07-24 17:34:26 +08:00 |
|
 chengyongruandGitHub
|
9957de5226
|
fix(webui): show quoted context after follow-up send (#5071)
|
2026-07-24 14:19:33 +08:00 |
|
 chengyongruandchengyongru
|
6a9157f477
|
feat(webui): present chats as topics
|
2026-07-24 10:29:13 +08:00 |
|
 chengyongruandGitHub
|
aae259c790
|
feat(webui): simplify model preset settings (#5061)
|
2026-07-24 00:55:06 +08:00 |
|
Xubin Ren
|
754f457a94
|
fix(webui): keep composer model badge in sync
|
2026-07-23 23:11:40 +08:00 |
|
 chengyongruandchengyongru
|
6c0f151f6e
|
fix(webui): polish responsive layout
|
2026-07-23 18:22:02 +08:00 |
|
 chengyongruandGitHub
|
4b1547db7d
|
style(webui): unify settings and dark mode surfaces (#5058)
|
2026-07-23 17:47:20 +08:00 |
|
 chengyongruandGitHub
|
96eb965aae
|
feat(webui): show the actual fallback model (#5017)
|
2026-07-23 15:57:13 +08:00 |
|
 chengyongruandGitHub
|
9cf2fb19c2
|
feat(xai): surface hosted X Search activity (#5050)
|
2026-07-23 13:42:09 +08:00 |
|
Xubin Ren
|
536e8db324
|
refactor(webui): remove unused picker styling hooks
|
2026-07-23 12:42:24 +08:00 |
|
Xubin Ren
|
2f4f00bb9f
|
refactor(image): reuse the model picker
|
2026-07-23 12:42:24 +08:00 |
|
Xubin Ren
|
e875f29185
|
fix(image): allow custom model ids
|
2026-07-23 12:42:24 +08:00 |
|
Xubin Ren
|
1616fa9f14
|
feat(image): apply generation settings live
|
2026-07-23 12:42:24 +08:00 |
|
 chengyongruandGitHub
|
c7393c785e
|
feat(providers): add xAI Grok OAuth with capability-gated X Search (#5035)
|
2026-07-23 11:55:16 +08:00 |
|
 chengyongruandGitHub
|
c22efb5f7a
|
feat(agent): make model presets session-scoped (#4866)
|
2026-07-23 00:38:49 +08:00 |
|
Xubin Ren
|
aa8387fb4d
|
feat(webui): polish agent output and app discovery
|
2026-07-22 22:42:31 +08:00 |
|
 chengyongruandchengyongru
|
4cd6eb6c38
|
fix(webui): avoid mobile welcome composer overlap
|
2026-07-22 15:55:09 +08:00 |
|
 chengyongruandGitHub
|
254497c02e
|
fix(webui): improve mobile composer layout (#5030)
|
2026-07-22 14:59:56 +08:00 |
|
 chengyongruandGitHub
|
96abb4d2c4
|
style(webui): clarify surface hierarchy (#5029)
|
2026-07-22 14:33:58 +08:00 |
|
 chengyongruandGitHub
|
63bc6e98a7
|
fix(webui): detect Chrome voice recording support (#5027)
|
2026-07-22 14:10:09 +08:00 |
|
 chengyongruandGitHub
|
7bf7469d90
|
feat(webui): show pin indicators for pinned chats (#5025)
|
2026-07-22 11:47:45 +08:00 |
|
 yrkandXubin Ren
|
9abad4746e
|
feat(providers): add ModelScope provider for LLM and image generation
|
2026-07-22 01:35:20 +08:00 |
|
 chengyongruandchengyongru
|
b32d673ead
|
fix(webui): decouple skill reference rendering
|
2026-07-21 22:56:04 +08:00 |
|
 chengyongruandchengyongru
|
79b89f4f4c
|
feat(webui): highlight skill references in sent messages
|
2026-07-21 22:56:04 +08:00 |
|
 chengyongruandchengyongru
|
93571149db
|
fix(webui): prioritize skill names in autocomplete
|
2026-07-21 15:19:38 +08:00 |
|
 chengyongruandchengyongru
|
052f671b3c
|
fix(webui): keep Markdown table diffs inline
|
2026-07-21 15:16:12 +08:00 |
|
 chengyongruandGitHub
|
76f3eead42
|
style(webui): simplify Markdown code blocks (#5002)
|
2026-07-20 14:41:23 +08:00 |
|
 chengyongruandchengyongru
|
949cfad548
|
fix(webui): show copy action on every assistant message
|
2026-07-20 13:51:53 +08:00 |
|
 chengyongruandGitHub
|
462a0dfb0f
|
refactor(channels): make built-in channels self-contained (#4908)
* refactor(channels): own setup and instance contracts
* refactor(channels): isolate management contracts
* refactor(channels): normalize activation contracts
* fix(channels): enforce management contracts
* refactor(channels): finish setup ownership migration
* fix(channels): harden management contracts
* fix(channels): enforce lazy loading and runtime ownership
* fix(feishu): make multi-instance startup idempotent
* fix(webui): render channel setup contracts cleanly
* fix(feishu): stop websocket clients cleanly
* fix(channels): enforce persistence and activation gates
* fix(channels): preserve global feature action scope
* fix(channels): apply defaults for single plugins
* fix(channels): enforce management contract boundaries
* refactor(feishu): remove identity helper indirection
* fix(channels): preserve management setup contracts
* refactor(channels): generalize instance settings UI
* refactor(channels): package channel plugins with web UI metadata
* refactor(channels): make built-ins self-contained packages
* test(channels): colocate tests with channel packages
* fix(dingtalk): use official brand icon
* feat(channels): colocate webui translations
* docs(channels): clarify plugin ownership
* test(exec): remove output wait race
* refactor(channels): unify plugin descriptors
* fix(channels): enforce descriptor-owned contracts
* refactor(channels): finish package-owned plugin setup
* refactor(channels): use repository-owned packages only
* fix(channels): self-describe dependencies and runtime state
* fix(channels): warn about legacy entry points
|
2026-07-19 23:30:49 +08:00 |
|
 bingqilinweimaotaiandXubin Ren
|
8c68c6fe1e
|
feat: support Kimi K3
|
2026-07-18 17:38:32 +08:00 |
|
 chengyongruandGitHub
|
ba86dccc8d
|
fix(webui): correct activity timer duration (#4649)
|
2026-07-15 16:46:05 +08:00 |
|
 chengyongruandGitHub
|
5ed28a6744
|
fix(webui): validate inferred file paths before preview (#4935)
|
2026-07-15 10:45:40 +08:00 |
|
 chengyongruandGitHub
|
37165b0db0
|
feat(webui): highlight slash commands and app mentions (#4933)
|
2026-07-15 00:34:22 +08:00 |
|
 chengyongruandchengyongru
|
f718c69b2d
|
feat(webui): add copy action to user messages
|
2026-07-14 22:41:17 +08:00 |
|
 chengyongruandGitHub
|
6c9e3a2cc3
|
refactor(webui): centralize native runtime access (#4769)
|
2026-07-14 15:00:30 +08:00 |
|
 chengyongruandGitHub
|
b7048cf76a
|
feat(webui): support document attachments with ingress safeguards (#4771)
* feat: support document attachments in webui
* fix(webui): normalize document attachment MIME
* refactor(webui): move attachment policy out of channel
* fix(webui): reject oversized attachments before send
* fix(webui): align Portuguese attachment errors
* refactor(webui): separate ingress and transport limits
* fix(webui): reject malformed attachment payloads
|
2026-07-14 14:47:42 +08:00 |
|
 Xubin RenandGitHub
|
fe0717b385
|
feat(webui): add guided setup flows
* feat(channels): add guided setup flows
* test(channels): preserve setup config values
* fix(channels): reflect saved setup state
* refactor(channels): simplify setup state metadata
* fix(channels): harden setup lifecycle
* refactor(channels): centralize setup contracts
* fix(channels): route setup actions through webui shim
* fix(channels): adapt settings for compact screens
* fix(models): preserve default preset display
* feat(models): add curated Codex catalog
* fix(webui): stop attached gateway on interrupt
* fix(webui): simplify apps catalog
* docs(webui): clarify apps and runtime features
* feat(settings): add guided capability setup
* fix(webui): harden setup and managed services
* test: keep managed runtime checks portable
* test: scope POSIX runtime coverage
* fix(webui): simplify file settings
* feat(files): bundle document reading
* fix(webui): harden setup request boundaries
* fix(webui): prevent channel setup status squeeze
* fix(settings): group provider compatibility aliases
* refactor(settings): remove redundant setup surfaces
* fix(webui): harden guided setup lifecycle
* fix(webui): preserve channel setup compatibility
|
2026-07-13 13:11:46 +08:00 |
|
 chengyongruandXubin Ren
|
47d498bab0
|
fix(webui): disarm queued prompt for voice shortcut
|
2026-07-11 01:02:14 +08:00 |
|
 chengyongruandXubin Ren
|
04328f8129
|
feat(webui): guide queued prompt with second Enter
|
2026-07-11 01:02:14 +08:00 |
|
 chengyongruandXubin Ren
|
1ee4349a08
|
feat(webui): highlight file previews and diffs
|
2026-07-11 00:57:37 +08:00 |
|
 sidandXubin Ren
|
d32f8961b1
|
fix(webui): bind landing first message to created chat
|
2026-07-10 20:19:10 +08:00 |
|
 chengyongruandXubin Ren
|
6851a6ebd4
|
fix(webui): sync file edit display preference
|
2026-07-09 10:42:43 +08:00 |
|
 chengyongruandXubin Ren
|
7768672c5b
|
feat: add file edit diff progress view
Capture file edit snapshots through runner tool lifecycle hooks and render unified diffs in the WebUI with folding and truncation controls.
|
2026-07-09 10:42:43 +08:00 |
|
 chengyongruandXubin Ren
|
c188e96f4e
|
refactor(webui): use container query for prompt rail layout
|
2026-07-08 12:16:47 +08:00 |
|
 chengyongruandXubin Ren
|
4333d6f103
|
fix(webui): keep prompt rail out of narrow chat columns
|
2026-07-08 12:16:47 +08:00 |
|