11 Commits

Author SHA1 Message Date
6532bd250d feat: add hourly rate limits for agent triggers
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 6s
- Add AGENT_HOURLY env var (default: 60 triggers per hour)
- Track hourly usage in SHSF database with key 'agent_{AGENT_USERNAME}_cooldown'
- Check and increment counter before sending notifications
- Add 'clear_limit' route to reset counter hourly via external trigger

Resolves #4
2026-04-04 17:10:23 +02:00
5d679421de feat: add support for custom thinking effort (resolves #6)
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 1m45s
2026-04-04 16:27:45 +02:00
Space-Banane
eb42400e5b removed timeout
Some checks failed
Lint and Syntax Check / build (push) Failing after 11s
2026-04-04 16:24:36 +02:00
Space-Banane
73335050aa fix: improve message handling and formatting in build_message function
All checks were successful
Lint and Syntax Check / build (push) Successful in 11s
2026-04-04 16:17:58 +02:00
Space-Banane
cd79af6599 Dump json object
All checks were successful
Lint and Syntax Check / build (push) Successful in 11s
2026-04-04 15:21:10 +02:00
Space-Banane
61896a2139 feat: enhance agent notifications for issue comments and assignments
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 5s
2026-04-04 00:15:29 +02:00
Space-Banane
31d049d211 feat: temporarily disable sending events to agent for unassign actions
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 33s
2026-04-03 23:46:36 +02:00
Space-Banane
cd0f7c85ed feat: add support for custom notification templates via AGENT_PROMPT_FILE_PATH
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 7s
2026-04-03 22:00:44 +02:00
69f7f3b206 refactor: enforce OPENCLAW_MODEL as a required environment variable
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 5s
2026-04-02 17:17:57 +02:00
e9c540b8c1 feat: make OpenClaw model configurable via environment variable
All checks were successful
Lint and Syntax Check / build (pull_request) Successful in 5s
2026-04-02 17:17:01 +02:00
Space-Banane
694c674581 Add initial implementation of serverless function for Gitea webhook handling
All checks were successful
Lint and Syntax Check / build (push) Successful in 7s
2026-04-02 15:45:11 +02:00