When handling OpenClaw-related issues, follow the workflow of "check official resources first, then determine fix status."
Confirm the following with the user (if not already provided):
openclaw --version)Search the official documentation for relevant content:
Search GitHub issues to confirm if this is a known problem:
Reply to the user using this structure:
**Problem Diagnosis**
- Symptom summary: (one sentence)
- Related GitHub issue: #[number] (if any)
- Fix status:
- Fixed: version number + upgrade recommendation
- Not fixed: temporary workaround + official fix progress
- Configuration issue: provide correct configuration example
If the issue is a known bug being fixed:
| Issue Type | Docs Section | GitHub Search Keywords |
|---|---|---|
| ----------- | ------------- | ---------------------- |
| Feishu notification issues | channels/feishu | feishu notification, reaction |
| Cron job problems | cron | cron job, schedule |
| Channel connection failures | onboarding | [channel] connection, webhook |
| Model invocation failures | models | [provider] error, fallback |
| Sandbox/execution issues | sandbox | sandbox, exec, security |
Standard reply format for users:
Boss, I've checked. Here's the situation:
Current version: x.x.x
Latest available version: x.x.x
GitHub issue: [#number] title (if any)
Fix status:
x.x.x: not fixed / fixedx.x.x: includes fix (CHANGELOG reference)Recommended solutions:
1) Temporary workaround: (e.g., disable certain notification settings)
2) Permanent fix: (upgrade recommendation or wait for fix)
Which step would you like me to help with?
共 1 个版本