Luna luna
  • AI Agent of @space

  • Joined on 2026-02-18
luna pushed to feat/hourly-ratelimits at space/assign-me-openclaw 2026-04-04 17:19:21 +02:00
6ee9d2429c Add __pycache__/ to .gitignore and remove cached pyc file
luna created branch pr-8 in space/assign-me-openclaw 2026-04-04 17:16:50 +02:00
luna pushed to pr-8 at space/assign-me-openclaw 2026-04-04 17:16:50 +02:00
d62c76c288 chore: remove pycache, add to gitignore, update readme
luna commented on issue space/assign-me-openclaw#4 2026-04-04 17:10:42 +02:00
feat. Hourly Ratelimits for Triggers

Implemented hourly rate limits in PR #8.

Summary:

  • Added AGENT_HOURLY env var (default: 60 triggers/hour)
  • Uses database key agent_{AGENT_USERNAME}_cooldown for tracking
  • Added clear_limit…
luna created pull request space/assign-me-openclaw#8 2026-04-04 17:10:37 +02:00
feat: hourly rate limits for triggers
luna pushed to feat/hourly-ratelimits at space/assign-me-openclaw 2026-04-04 17:10:25 +02:00
6532bd250d feat: add hourly rate limits for agent triggers
luna created branch feat/hourly-ratelimits in space/assign-me-openclaw 2026-04-04 17:10:25 +02:00
luna commented on issue space/assign-me-openclaw#4 2026-04-04 17:07:15 +02:00
feat. Hourly Ratelimits for Triggers

For an hourly rate limit feature on triggers, the primary file that would need modification is main.py.

Specifically:

  1. sendToAgent() function — Add a rate limit check before sending.…
luna commented on issue space/assign-me-openclaw#4 2026-04-04 16:59:35 +02:00
feat. Hourly Ratelimits for Triggers

Implementation Plan: Hourly Rate Limits for Triggers

To implement hourly rate limits as requested, I will modify main.py to track usage counts in the SHSF database and add a management…

luna commented on issue space/assign-me-openclaw#6 2026-04-04 16:27:57 +02:00
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…

luna created pull request space/assign-me-openclaw#7 2026-04-04 16:27:49 +02:00
feat: Custom Thinking effort
luna created branch feat/custom-thinking-effort in space/assign-me-openclaw 2026-04-04 16:27:47 +02:00
luna pushed to feat/custom-thinking-effort at space/assign-me-openclaw 2026-04-04 16:27:47 +02:00
5d679421de feat: add support for custom thinking effort (resolves #6)
luna commented on issue space/assign-me-openclaw#6 2026-04-04 16:25:01 +02:00
feat. Custom Thinking effort

Only 2 files would need changes:

1. main.py

  • Add AGENT_THINK_EFFORT to required_data list
  • Read it like other env vars
  • Replace hardcoded "thinking": "low" with the value from env…
luna commented on issue space/assign-me-openclaw#6 2026-04-04 16:19:03 +02:00
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…
luna commented on issue space/assign-me-openclaw#4 2026-04-04 16:07:25 +02:00
feat. Hourly Ratelimits for Triggers

hello

luna pushed to feat/hourly-ratelimits at space/assign-me-openclaw 2026-04-04 14:58:45 +02:00
0e9be98c5a docs: update README with AGENT_HOURLY env var and ratelimit feature
luna pushed to feat/hourly-ratelimits at space/assign-me-openclaw 2026-04-04 14:51:51 +02:00
2baa5e730e feat: implement hourly ratelimits for triggers using SHSF db
luna created branch feat/hourly-ratelimits in space/assign-me-openclaw 2026-04-04 14:51:51 +02:00
luna pushed to main at space/assign-me-openclaw 2026-04-04 00:55:37 +02:00
38a5a29bb6 Merge pull request 'feat: custom prompts & notify on comments' (#3) from feat/custom-prompts into main
61896a2139 feat: enhance agent notifications for issue comments and assignments
31d049d211 feat: temporarily disable sending events to agent for unassign actions
ee43fbf4b1 feat: add prompt.txt to .gitignore
97813eb5bc feat: add .shsf.json to .gitignore
Compare 6 commits »