Add set_info logging for key/value updates

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Xin Wang
2026-05-22 14:29:42 +08:00
parent 87e616ab55
commit 0b6b40aba4

View File

@@ -382,6 +382,7 @@ async def set_info(
key = json_data['key']
value = json_data['value']
current_state[key] = value
logger.info(f'即将设置 {key}{value}')
logger.info(f'即将上传 {current_state}')
# Update state using SDK