AirCoding
0de71e7a1c
fix: SQLite UNIQUE constraint - event ID 冲突修复
问题:重复 ask 时 event.id / task_attempt.id 冲突
根因:event ID 格式 `evt_${task.id}_created` 无时间戳
修复:
- Scheduler.generate_event_id() 加 timestamp + random
- 所有 event ID 用 generate_event_id() 生成
- attempt_id / agent_id / workspace_id 加时间戳
round3-G G3 bug 修复验证通过:55 events 正常写入,无 UNIQUE 错误
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-09 16:57:40 +08:00
..
2026-06-02 19:19:55 +08:00
2026-06-02 19:19:55 +08:00
2026-06-09 16:57:40 +08:00
2026-06-09 16:13:16 +08:00
2026-06-05 11:11:21 +08:00
2026-06-03 13:13:27 +08:00