mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-25 17:54:10 +08:00
When saving a new multi-account channel entry (e.g. accounts.work),resolve_platform_config_entry fell back to the channel root if theaccount id was not in accounts yet. preserve_messaging_credential_refsthen treated the default account SecretRef placeholders as unchangedand wrote them into the new account — both bots shared credentials. - Return None for unknown account ids (Rust + dev-api) - Skip config preload on Add Account dialog (accountId === '') - Lock account identifier field when editing an existing account - Add regression tests Co-authored-by: 晴天 <1186258278@users.noreply.github.com>