Block a user
feat. Custom Thinking effort
I have implemented the custom thinking effort feature. You can now use the OPENCLAW_THINKING environment variable to set the desired effort level (defaults to low).
I have opened PR #7 for…
feat: Custom Thinking effort
luna
created branch feat/custom-thinking-effort in space/assign-me-openclaw
2026-04-04 16:27:47 +02:00
feat. Custom Thinking effort
1.
Only 2 files would need changes:
1. main.py
- Add
AGENT_THINK_EFFORTtorequired_datalist - Read it like other env vars
- Replace hardcoded
"thinking": "low"with the value from env…
feat. Custom Thinking effort
Summary: Custom Thinking Effort Feature
Goal: Allow configuring the "thinking" property for OpenClaw events via environment variables.
Proposed Changes:
- Introduce `AGENT_THINK_EFFOR…
feat: custom prompts & notify on comments
feat: custom prompts & notify on comments
@space Review complete. The implementation of custom prompts and comment notifications looks solid and matches the requirements. LGTM! 🤙
Add link checker workflow to validate markdown links