Files
clawpanel/scripts
Cursor Agent c78ddcc7c4 fix(channels): stop missing-account resolver from copying root SecretRefs
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>
2026-05-31 11:06:42 +00:00
..