mateclaw/mateclaw-ui/src
倪程伟 981c3d56d9 fix(channels): don't gate webchat creation on auto-generated API Key
The Web/API (webchat) onboarding wizard marked api_key as required while
it is also readOnly and platform-generated on save. The readOnly field
could never be filled during creation, so canSubmitConfig never passed
and "Continue" stayed disabled.

Exclude readOnly fields from the wizard's required/optional field sets so
they neither gate "Continue" nor render as fillable inputs. The api_key
still appears as required + readOnly in the edit modal once a value
exists.

Refs matevip/mateclaw#338
2026-06-17 23:21:08 +08:00
..
api feat(agent): one-sentence AI employee creation wizard 2026-06-17 17:38:42 +08:00
assets perf(chat): throttle streaming markdown render and defer chart mounts 2026-06-15 11:39:24 +08:00
components fix(channels): don't gate webchat creation on auto-generated API Key 2026-06-17 23:21:08 +08:00
composables feat(memory): bound always-on memory growth with injection budget, consolidation, and file ceilings 2026-06-17 11:04:19 +08:00
i18n feat(agent): one-sentence AI employee creation wizard 2026-06-17 17:38:42 +08:00
router feat(agent): one-sentence AI employee creation wizard 2026-06-17 17:38:42 +08:00
stores feat(wiki): split KB management vs reading into separate workspace views (#309) 2026-06-10 13:40:57 +08:00
types feat(agent): add knowledge base binding tab to agent editor (#237) 2026-05-29 06:00:52 +08:00
utils feat(ui): add the xAI (Grok) provider brand icon 2026-05-18 10:01:05 +08:00
views feat(agent): one-sentence AI employee creation wizard 2026-06-17 17:38:42 +08:00
App.vue fix(chat): 工具框乱序 + 流式/调试开关失效 + 思考堆积修复 2026-06-09 16:04:41 +08:00
main.ts feat(model3d): Tencent Hunyuan 3D provider — Pro/Rapid action routing + <model-viewer> preview 2026-05-01 22:39:13 +08:00
vite-env.d.ts Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00