Commit Graph

  • c56b173dcc Mission Control with OpenClaw hook - added simple API and updated configs master Neo 2026-02-20 12:13:36 +00:00
  • ca1a3f88f6 Add Dockerfile with HOST env var main Neo 2026-02-19 13:12:56 +00:00
  • 9f963a7914 Add HOST env var for Next.js Neo 2026-02-19 13:12:11 +00:00
  • 634adcc005 Fix: add use client directive for React hooks Neo 2026-02-19 13:01:24 +00:00
  • 05b05bc8a5 Static HTML fallback Neo 2026-02-19 12:28:27 +00:00
  • 498e38697c Simple React page Neo 2026-02-19 12:26:04 +00:00
  • 457e652310 Simple debug view Neo 2026-02-19 12:06:20 +00:00
  • e92e576d22 Simplify server stats for now Neo 2026-02-19 12:01:33 +00:00
  • f52cdd926c Force rebuild Neo 2026-02-19 11:59:30 +00:00
  • 429e803ea6 Fix uptime command for BusyBox Neo 2026-02-19 11:48:18 +00:00
  • 457ad7234b Real server stats via docker socket Neo 2026-02-19 11:44:56 +00:00
  • 25c749b6ee Fix cron path: read from shared-context Neo 2026-02-19 11:31:34 +00:00
  • a6a627da17 Add server, backup, agent, whatsapp status tabs Neo 2026-02-19 11:25:43 +00:00
  • d194771a3e Mobile: smaller fonts, single column, less padding Neo 2026-02-19 11:11:02 +00:00
  • f752b7a11c Responsive: grid and padding adjustments Neo 2026-02-19 11:10:09 +00:00
  • 7ea4e022be Fix: plain JS in next.config.mjs Neo 2026-02-19 10:29:14 +00:00
  • 555d2a001d Redesign: Rich cyberpunk aesthetic with animations Neo 2026-02-19 10:09:32 +00:00
  • 37acbd2945 Fix: next.config.mjs + use client directive Neo 2026-02-19 09:50:21 +00:00
  • 7e8d072880 Connect to live data from mounted volumes Neo 2026-02-19 08:41:00 +00:00
  • 1299db0840 Mission Control - Tasks, Content, Calendar, Memory, Team, Office Neo 2026-02-18 21:32:53 +00:00
  • 1c8a531f6a feat: update JSON key access syntax in BOARD_HEARTBEAT.md.j2 and BOARD_TOOLS.md.j2 Abhimanyu Saharan 2026-02-16 23:42:38 +05:30
  • 522761bc26 feat: improve session polling logic in BoardOnboardingChat component Abhimanyu Saharan 2026-02-16 01:46:12 +05:30
  • 6c3c9913db feat: update agent heartbeat endpoint to require no request payload Abhimanyu Saharan 2026-02-16 01:46:06 +05:30
  • 7a3a2366da feat: update wakeup text to include reading BOOTSTRAP.md before AGENTS.md Abhimanyu Saharan 2026-02-16 01:45:02 +05:30
  • 5912048b85 feat: add validation for gateway main agent requirement on board mutations Abhimanyu Saharan 2026-02-16 01:25:44 +05:30
  • 1d8039e760 feat: update documentation to use template variables for BASE_URL and AUTH_TOKEN Abhimanyu Saharan 2026-02-16 01:25:39 +05:30
  • 47dfc1b52f feat: ensure deletion of custom fields and values when a board is deleted Abhimanyu Saharan 2026-02-16 00:44:40 +05:30
  • 1d63bd0148 feat: add health check endpoint for agent authentication status Abhimanyu Saharan 2026-02-16 00:42:15 +05:30
  • cd68446c42 feat: add BoardWebhook updates on agent deletion Abhimanyu Saharan 2026-02-16 00:21:21 +05:30
  • b702ade0cc fix: update HTTP status code from UNPROCESSABLE_ENTITY to UNPROCESSABLE_CONTENT Abhimanyu Saharan 2026-02-15 16:06:06 +05:30
  • 24731667d4 feat: add gateway runtime compatibility checks and minimum version enforcement Abhimanyu Saharan 2026-02-15 15:59:55 +05:30
  • 0b3fb04630 docs: add OpenClaw baseline configuration guide to README Abhimanyu Saharan 2026-02-15 15:36:20 +05:30
  • 06fb4a2885 refactor: update delivery status templates for clarity and consistency Abhimanyu Saharan 2026-02-15 15:12:51 +05:30
  • f1d8da7008 refactor: enhance user context handling and update template mappings Abhimanyu Saharan 2026-02-15 14:21:49 +05:30
  • 1996e21695 refactor: add overwrite option to various services and update documentation Abhimanyu Saharan 2026-02-15 13:55:47 +05:30
  • 2b96504712 refactor: update terminology for clarity in agent-templates.ts Abhimanyu Saharan 2026-02-15 13:48:19 +05:30
  • a5ef3d3dcd refactor: improve code formatting and enhance readability in page.tsx Abhimanyu Saharan 2026-02-15 13:40:03 +05:30
  • aebd487270 refactor: add agent_id to various interfaces and improve field organization Abhimanyu Saharan 2026-02-15 13:36:57 +05:30
  • aa825863c2 refactor: reorganize imports and improve code formatting for readability Abhimanyu Saharan 2026-02-15 13:20:46 +05:30
  • efad1d4afc refactor: increase dispatch throttle duration for improved queue processing Abhimanyu Saharan 2026-02-15 13:09:22 +05:30
  • 8f4a398839 refactor: implement generic queue worker with task-type dispatch and improved retry logic Abhimanyu Saharan 2026-02-15 13:07:32 +05:30
  • 7e76cd1f68 refactor: improve webhook processing with enhanced logging and retry mechanisms Abhimanyu Saharan 2026-02-15 13:01:33 +05:30
  • e28496245b refactor: enhance webhook delivery queue processing with configurable blocking Abhimanyu Saharan 2026-02-15 12:48:08 +05:30
  • 731fb9edac refactor: inline payload preview building in webhook message construction Abhimanyu Saharan 2026-02-15 12:35:22 +05:30
  • 7fe5ad5cba refactor: remove payload preview length limitation in webhook processing Abhimanyu Saharan 2026-02-15 12:34:05 +05:30
  • f9b14af477 refactor: migrate webhook queue to RQ with updated configuration Abhimanyu Saharan 2026-02-15 12:30:15 +05:30
  • 1284820ec7 Merge pull request #137 from abhi1693/fix/agent-status-unassigned Abhimanyu Saharan 2026-02-15 12:18:11 +05:30
  • 14a75d8697 Fix: allow agent status change on unassigned tasks Abhimanyu Saharan 2026-02-15 05:20:32 +00:00
  • 3c8bf27a3f Merge pull request #130 from abhi1693/chore/webhook-rq-queue-throttle Abhimanyu Saharan 2026-02-15 06:00:33 +05:30
  • 72b36fdace compose: make rqscheduler redis URL configurable Abhimanyu Saharan 2026-02-15 00:22:27 +00:00
  • 370609ca29 webhooks: harden scheduler bootstrap + tidy public exports Abhimanyu Saharan 2026-02-14 23:38:39 +00:00
  • da3d7c2e1e test: add webhook dispatch worker coverage for process loop Abhimanyu Saharan 2026-02-14 06:38:19 +00:00
  • 9220d9982a chore: decouple webhook-worker from backend service dependency Abhimanyu Saharan 2026-02-14 06:36:46 +00:00
  • 9a49768b52 chore: centralize webhook scheduler interval config Abhimanyu Saharan 2026-02-14 06:36:09 +00:00
  • 130f2b36f0 fix: resolve mypy typing issues in webhook queue dispatch Abhimanyu Saharan 2026-02-14 06:33:35 +00:00
  • 8aed721ce0 fix: remove unused UUID import in webhook dispatch test Abhimanyu Saharan 2026-02-14 06:30:11 +00:00
  • f07b4d5ea4 feat: add RQ-based webhook dispatch queue and delayed worker Abhimanyu Saharan 2026-02-14 06:21:50 +00:00
  • fa3381e650 fix(api): correct actor context parameter name in task update test Abhimanyu Saharan 2026-02-15 03:41:47 +05:30
  • 663561e213 feat(api): reset assigned_agent_id during task status transitions Abhimanyu Saharan 2026-02-15 03:40:42 +05:30
  • f945d86025 feat(api): track previous in_progress_at during task status transitions Abhimanyu Saharan 2026-02-15 03:37:19 +05:30
  • 99081bbd87 feat(api): add previous_in_progress_at tracking and update task logic for review status Abhimanyu Saharan 2026-02-15 03:31:55 +05:30
  • 3c1f89d91d feat(api): add delete task endpoint for board leads with authorization checks Abhimanyu Saharan 2026-02-15 03:19:45 +05:30
  • 93d21c5bd7 feat(api): implement custom OpenAPI normalization in MissionControlFastAPI Abhimanyu Saharan 2026-02-15 03:07:39 +05:30
  • 3c92dd5279 style: format code for improved readability and consistency across multiple files Abhimanyu Saharan 2026-02-15 03:02:54 +05:30
  • 07df7d8962 feat(api): enhance OpenAPI documentation with additional endpoints and examples Abhimanyu Saharan 2026-02-15 02:57:06 +05:30
  • ae17facf88 feat(api): enhance authentication and health check endpoints with detailed responses and descriptions Abhimanyu Saharan 2026-02-15 02:35:31 +05:30
  • 7e147ee608 feat(api): add auth tag for authentication bootstrap endpoints in OpenAPI specification Abhimanyu Saharan 2026-02-15 02:32:05 +05:30
  • d906e9a770 feat(api): add health check endpoints with appropriate tags for service monitoring Abhimanyu Saharan 2026-02-15 02:22:28 +05:30
  • 3bfefeda9f refactor(models): replace ConfigDict with SQLModelConfig for model configuration Abhimanyu Saharan 2026-02-15 02:16:17 +05:30
  • 395d215dac fix(gateway): correct example format in board_ids field and update assertion logic in tests Abhimanyu Saharan 2026-02-15 02:09:58 +05:30
  • 730d80e422 feat(docs): enhance BOARD_HEARTBEAT.md.j2 and BOARD_TOOLS.md.j2 with additional endpoint selection criteria Abhimanyu Saharan 2026-02-15 02:07:10 +05:30
  • 0e8c47abb8 feat(skills): update Pydantic model configuration to use ConfigDict for validation Abhimanyu Saharan 2026-02-15 02:03:49 +05:30
  • ee1cf05d5d feat(api): enhance error handling and add structured hints for agent operations Abhimanyu Saharan 2026-02-15 02:00:54 +05:30
  • ccdff4835d Merge pull request #136 from abhi1693/ci/one-migration-per-pr Abhimanyu Saharan 2026-02-15 02:00:31 +05:30
  • 0ac22dbd7a feat(heartbeat): change default target to 'last' and remove target option from UI Abhimanyu Saharan 2026-02-15 01:37:12 +05:30
  • 55af799223 feat(board): enhance task management guidelines in BOARD_AGENTS.md.j2 Abhimanyu Saharan 2026-02-15 01:33:01 +05:30
  • 6f465d32fa feat(gateway): add lead_only option for syncing board lead agents Abhimanyu Saharan 2026-02-15 01:23:36 +05:30
  • e919987351 chore(ci): tighten migration pattern and fail if base SHA missing Abhimanyu Saharan 2026-02-14 19:49:56 +00:00
  • c89db7677d fix(ci): only count added migrations in one_migration_per_pr gate Abhimanyu Saharan 2026-02-14 19:48:19 +00:00
  • 0a2dc2dbc0 Replace images in README with updated versions Abhimanyu Saharan 2026-02-15 01:17:09 +05:30
  • 0cc8795ddf feat(board): enhance specialist agent creation guidelines in BOARD_AGENTS.md.j2 Abhimanyu Saharan 2026-02-15 01:06:43 +05:30
  • 1009ae474f fix(skills): update Config to use validate_by_name for field population Abhimanyu Saharan 2026-02-15 01:05:01 +05:30
  • a55664810c refactor(constants): initialize LEAD_TEMPLATE_MAP as an empty dictionary refactor(page): clean up import statements for better readability fix(tests): update assertions for clarity and consistency Abhimanyu Saharan 2026-02-15 00:53:27 +05:30
  • 2084405593 feat(board): introduce new board agent templates and restructure existing files Abhimanyu Saharan 2026-02-15 00:45:28 +05:30
  • 1cad57f6b5 ci(policy): enforce one migration per PR Abhimanyu Saharan 2026-02-14 19:09:09 +00:00
  • 313ce874f9 feat(memory): update MEMORY.md structure and consolidate identity preferences Abhimanyu Saharan 2026-02-14 23:20:15 +05:30
  • eb8540751c Merge pull request #129 from abhi1693/feat/task-e07-agent-patch-permissions Abhimanyu Saharan 2026-02-14 20:32:43 +05:30
  • a7758fb0c5 Merge pull request #97 from abhi1693/docs/frontend-code-doc-pass Abhimanyu Saharan 2026-02-14 20:32:19 +05:30
  • 691fd11d10 docs(frontend): document skills marketplace + packs data-flow Abhimanyu Saharan 2026-02-14 14:26:04 +00:00
  • 44e4499a26 docs(frontend): document SSE reconnect cursor + backoff reset rationale Abhimanyu Saharan 2026-02-11 21:45:46 +00:00
  • 8e58b123bf docs(frontend): add JSDoc for complex UI utilities Abhimanyu Saharan 2026-02-11 20:42:16 +00:00
  • f4c1da8f15 chore(deps): update qs package to version 6.14.2 Abhimanyu Saharan 2026-02-14 19:48:19 +05:30
  • a7cfcf88f0 feat(comments): implement mergeCommentsById function for comment deduplication and sorting Abhimanyu Saharan 2026-02-14 19:43:27 +05:30
  • ae711909ff feat(boards): add max_agents field to board models and enforce limits Abhimanyu Saharan 2026-02-14 19:43:16 +05:30
  • d241455da6 feat(skills): consolidate skill-related models and update imports Abhimanyu Saharan 2026-02-14 19:31:32 +05:30
  • 1b4021b31d Merge pull request #128 from abhi1693/skills Abhimanyu Saharan 2026-02-14 19:28:39 +05:30
  • 823da1d143 feat(skills): improve marketplace filters and server pagination Abhimanyu Saharan 2026-02-14 13:09:48 +05:30
  • e7d47d9f8a feat(skills): implement pagination and total count headers for marketplace skills Abhimanyu Saharan 2026-02-14 13:06:45 +05:30
  • 755bbde4f5 feat(skills): add filtering options for category and risk in marketplace skills Abhimanyu Saharan 2026-02-14 12:58:19 +05:30
  • a4410373cb refactor(skills): reorganize imports and improve code formatting Abhimanyu Saharan 2026-02-14 12:46:47 +05:30