Commit Graph

825 Commits

Author SHA1 Message Date
Abhimanyu Saharan
ab7a3c66ce feat: add disable_device_pairing parameter to agent configuration 2026-02-22 19:41:26 +05:30
Abhimanyu Saharan
3dfb70cd90 feat: add disable_device_pairing option to gateway configuration 2026-02-22 19:19:26 +05:30
Abhimanyu Saharan
e39b2069fb feat: add openclaw_connect_metadata function and update compatibility check logic, fixes #156 2026-02-22 13:37:01 +05:30
Abhimanyu Saharan
d3a61e106b Merge pull request #147 from abhi1693/copilot/fix-gateway-access-issue
fix: add operator.read scope for OpenClaw 2026.2.14+ gateway auth
2026-02-21 09:10:56 +05:30
copilot-swe-agent[bot]
07190dca04 fix: add operator.read scope to gateway connection scopes
Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com>
2026-02-21 02:54:17 +00:00
copilot-swe-agent[bot]
9a4dabb9e9 Initial plan 2026-02-21 02:50:48 +00:00
Abhimanyu Saharan
1c8a531f6a feat: update JSON key access syntax in BOARD_HEARTBEAT.md.j2 and BOARD_TOOLS.md.j2 2026-02-16 23:42:38 +05:30
Abhimanyu Saharan
522761bc26 feat: improve session polling logic in BoardOnboardingChat component 2026-02-16 01:46:12 +05:30
Abhimanyu Saharan
6c3c9913db feat: update agent heartbeat endpoint to require no request payload 2026-02-16 01:46:06 +05:30
Abhimanyu Saharan
7a3a2366da feat: update wakeup text to include reading BOOTSTRAP.md before AGENTS.md 2026-02-16 01:45:02 +05:30
Abhimanyu Saharan
5912048b85 feat: add validation for gateway main agent requirement on board mutations 2026-02-16 01:25:44 +05:30
Abhimanyu Saharan
1d8039e760 feat: update documentation to use template variables for BASE_URL and AUTH_TOKEN 2026-02-16 01:25:39 +05:30
Abhimanyu Saharan
47dfc1b52f feat: ensure deletion of custom fields and values when a board is deleted 2026-02-16 00:44:40 +05:30
Abhimanyu Saharan
1d63bd0148 feat: add health check endpoint for agent authentication status 2026-02-16 00:42:15 +05:30
Abhimanyu Saharan
cd68446c42 feat: add BoardWebhook updates on agent deletion 2026-02-16 00:21:21 +05:30
Abhimanyu Saharan
b702ade0cc fix: update HTTP status code from UNPROCESSABLE_ENTITY to UNPROCESSABLE_CONTENT 2026-02-15 16:06:06 +05:30
Abhimanyu Saharan
24731667d4 feat: add gateway runtime compatibility checks and minimum version enforcement 2026-02-15 15:59:55 +05:30
Abhimanyu Saharan
0b3fb04630 docs: add OpenClaw baseline configuration guide to README 2026-02-15 15:36:20 +05:30
Abhimanyu Saharan
06fb4a2885 refactor: update delivery status templates for clarity and consistency 2026-02-15 15:12:51 +05:30
Abhimanyu Saharan
f1d8da7008 refactor: enhance user context handling and update template mappings 2026-02-15 14:21:49 +05:30
Abhimanyu Saharan
1996e21695 refactor: add overwrite option to various services and update documentation 2026-02-15 13:55:47 +05:30
Abhimanyu Saharan
2b96504712 refactor: update terminology for clarity in agent-templates.ts 2026-02-15 13:48:19 +05:30
Abhimanyu Saharan
a5ef3d3dcd refactor: improve code formatting and enhance readability in page.tsx 2026-02-15 13:40:03 +05:30
Abhimanyu Saharan
aebd487270 refactor: add agent_id to various interfaces and improve field organization 2026-02-15 13:36:57 +05:30
Abhimanyu Saharan
aa825863c2 refactor: reorganize imports and improve code formatting for readability 2026-02-15 13:20:46 +05:30
Abhimanyu Saharan
efad1d4afc refactor: increase dispatch throttle duration for improved queue processing 2026-02-15 13:09:22 +05:30
Abhimanyu Saharan
8f4a398839 refactor: implement generic queue worker with task-type dispatch and improved retry logic 2026-02-15 13:07:32 +05:30
Abhimanyu Saharan
7e76cd1f68 refactor: improve webhook processing with enhanced logging and retry mechanisms 2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
e28496245b refactor: enhance webhook delivery queue processing with configurable blocking 2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
731fb9edac refactor: inline payload preview building in webhook message construction 2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
7fe5ad5cba refactor: remove payload preview length limitation in webhook processing 2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
f9b14af477 refactor: migrate webhook queue to RQ with updated configuration 2026-02-15 13:02:55 +05:30
Abhimanyu Saharan
1284820ec7 Merge pull request #137 from abhi1693/fix/agent-status-unassigned
fix(tasks): allow agents to change status for unassigned tasks when permitted
2026-02-15 12:18:11 +05:30
Abhimanyu Saharan
14a75d8697 Fix: allow agent status change on unassigned tasks 2026-02-15 05:20:32 +00:00
Abhimanyu Saharan
3c8bf27a3f Merge pull request #130 from abhi1693/chore/webhook-rq-queue-throttle
feat: route webhook leads via RQ batch queue
2026-02-15 06:00:33 +05:30
Abhimanyu Saharan
72b36fdace compose: make rqscheduler redis URL configurable 2026-02-15 00:22:27 +00:00
Abhimanyu Saharan
370609ca29 webhooks: harden scheduler bootstrap + tidy public exports 2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
da3d7c2e1e test: add webhook dispatch worker coverage for process loop 2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
9220d9982a chore: decouple webhook-worker from backend service dependency 2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
9a49768b52 chore: centralize webhook scheduler interval config 2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
130f2b36f0 fix: resolve mypy typing issues in webhook queue dispatch 2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
8aed721ce0 fix: remove unused UUID import in webhook dispatch test 2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
f07b4d5ea4 feat: add RQ-based webhook dispatch queue and delayed worker 2026-02-14 23:46:07 +00:00
Abhimanyu Saharan
fa3381e650 fix(api): correct actor context parameter name in task update test 2026-02-15 03:41:47 +05:30
Abhimanyu Saharan
663561e213 feat(api): reset assigned_agent_id during task status transitions 2026-02-15 03:40:42 +05:30
Abhimanyu Saharan
f945d86025 feat(api): track previous in_progress_at during task status transitions 2026-02-15 03:37:19 +05:30
Abhimanyu Saharan
99081bbd87 feat(api): add previous_in_progress_at tracking and update task logic for review status 2026-02-15 03:31:55 +05:30
Abhimanyu Saharan
3c1f89d91d feat(api): add delete task endpoint for board leads with authorization checks 2026-02-15 03:19:45 +05:30
Abhimanyu Saharan
93d21c5bd7 feat(api): implement custom OpenAPI normalization in MissionControlFastAPI 2026-02-15 03:07:39 +05:30
Abhimanyu Saharan
3c92dd5279 style: format code for improved readability and consistency across multiple files 2026-02-15 03:02:54 +05:30