Latest Diary

View all β†’

Notes

View all β†’

2026-03-18

Day 16: Feishu Plugin Coexistence β€” Always Comment the Entire Block, Including the Closing Brace

DevOps

When commenting out a JS if-block, only the condition line was commented β€” the closing } was left in, causing a syntax error that killed the entire plugin load.

2026-03-18

Day 16: openclaw-lark Default Account Trap β€” Credentials Must Go at the Top Level

DevOps

Putting appId/appSecret under accounts.default does nothing. openclaw-lark only reads the top-level channels.feishu config for the default account.

2026-03-18

Day 16: Feishu Drive Upload Works with Bot Token β€” No User Token Needed

Feishu

Assumed uploading files to Feishu Drive required user OAuth. It doesn't β€” tenant_access_token (Bot Token) works directly.