Commit Graph

43 Commits

Author SHA1 Message Date
Abhimanyu Saharan 7ef1f3e2f8 feat(chat): improve focus management for chat input after sending messages 2026-02-07 15:30:07 +05:30
Abhimanyu Saharan 2c13c5b5ce feat(landing): enhance landing page with new enterprise design and features 2026-02-07 14:20:43 +05:30
Abhimanyu Saharan 3079a92492 feat(board): implement usePageActive hook to manage session refresh based on tab visibility 2026-02-07 14:20:42 +05:30
Abhimanyu Saharan 175126a44b fix(board): refine final question and free-text options in onboarding 2026-02-07 12:33:06 +05:30
Abhimanyu Saharan 24084b0467 ci: add PR validation workflows
Merging PR #30
2026-02-07 12:32:25 +05:30
Abhimanyu Saharan b2109da88b Add global live feed for task comments 2026-02-07 05:26:15 +05:30
Ishaan (OpenClaw) 6de49310bc frontend: provide Clerk-safe wrappers for secretless CI prerender 2026-02-06 23:34:08 +00:00
Ishaan (OpenClaw) b88936ae9c ci: remove dummy Clerk key; tighten AuthProvider guard 2026-02-06 23:33:25 +00:00
Ishaan (OpenClaw) 9f0dd01b65 frontend: make Clerk optional during build when key missing/invalid 2026-02-06 23:33:25 +00:00
Abhimanyu Saharan e71507e0bf feat: allow extra context during board onboarding 2026-02-07 03:40:28 +05:30
Abhimanyu Saharan c1d63f8178 feat: improve date handling by introducing utility functions for API datetime parsing and formatting 2026-02-07 02:23:39 +05:30
Abhimanyu Saharan ff68dd15d3 feat: add review bucket filtering and status indication in task board 2026-02-07 01:05:12 +05:30
Abhimanyu Saharan 5ffbcedfbe feat: improve dialog component layout and manage overflow behavior during onboarding 2026-02-07 01:04:16 +05:30
Abhimanyu Saharan ceff47ba77 feat: enhance onboarding experience by managing overflow behavior and improving dialog close button accessibility 2026-02-07 00:45:34 +05:30
Abhimanyu Saharan 4bab455912 feat: implement task dependencies with validation and update handling 2026-02-07 00:21:44 +05:30
Abhimanyu Saharan 583cd57159 feat: enhance TaskBoard component with drag-and-drop animation and refactor card handling for improved user experience 2026-02-06 23:12:06 +05:30
Abhimanyu Saharan 5611f8eb67 feat: reorder properties in various interfaces for improved consistency and readability 2026-02-06 21:56:16 +05:30
Abhimanyu Saharan e7dc2d0f8b feat: refactor chat input handling and add BoardChatComposer component for improved chat functionality 2026-02-06 20:28:48 +05:30
Abhimanyu Saharan d5487b7ee2 feat: refactor loadBoard and loadComments to use useCallback for performance optimization 2026-02-06 19:17:37 +05:30
Abhimanyu Saharan 6c14af0451 feat: add is_chat field to board memory and task_id to approvals, update pagination and response models 2026-02-06 19:11:11 +05:30
Abhimanyu Saharan d86fe0a7a6 feat: add validation for minimum length on various fields and update type definitions 2026-02-06 16:12:04 +05:30
Abhimanyu Saharan 7c569c150d feat: enhance agent heartbeat handling and validate onboarding goal fields 2026-02-06 11:50:14 +05:30
Abhimanyu Saharan 574800e5a9 feat: enhance BoardApprovalsPanel with detailed approval views and chart integration 2026-02-06 02:17:32 +05:30
Abhimanyu Saharan 69a6597936 feat: implement task creation endpoint for board leads and enhance board chat functionality 2026-02-06 00:44:03 +05:30
Abhimanyu Saharan e09460a881 feat: enhance agent creation with human-like naming and improve task assignment notifications 2026-02-05 22:51:46 +05:30
Abhimanyu Saharan 4cc6c42440 feat: add is_board_lead property to agent and board types 2026-02-05 19:06:32 +05:30
Abhimanyu Saharan 8e3b1b9d0d chore: move eslint ignores and fix onboarding typing 2026-02-05 15:17:52 +05:30
Abhimanyu Saharan 8ed5036af1 feat: add approvals queue panel 2026-02-05 15:00:09 +05:30
Abhimanyu Saharan 0a1f4392e8 feat: add board goal editor and onboarding chat 2026-02-05 14:59:33 +05:30
Abhimanyu Saharan 79155e9067 feat(tasks): Normalize task statuses and enhance UI for task management 2026-02-05 00:18:54 +05:30
Abhimanyu Saharan 8452dc110e feat(dashboard): Implement system health check and enhance UI for agent management 2026-02-04 23:43:40 +05:30
Abhimanyu Saharan b6f31fe6ea feat(gateways): Introduce gateway model and update agent provisioning templates 2026-02-04 23:07:22 +05:30
Abhimanyu Saharan bf2a9452dc feat(dashboard): Revamp UI components for improved layout and styling 2026-02-04 21:23:11 +05:30
Abhimanyu Saharan 8a41ba3f77 feat(metrics): Implement dashboard metrics API and integrate metrics chart components 2026-02-04 20:49:25 +05:30
Abhimanyu Saharan c3357f92d9 feat(agents): Add identity and soul template fields to board creation 2026-02-04 20:21:33 +05:30
Abhimanyu Saharan 554ecc4c85 feat(agents): Enhance agent update confirmation and status handling 2026-02-04 18:25:13 +05:30
Abhimanyu Saharan 7892dfad7c feat(agents): Add task assignment and comments functionality 2026-02-04 18:13:17 +05:30
Abhimanyu Saharan 8aa96ca876 feat(agents): Add heartbeat configuration and delete confirmation for agents 2026-02-04 17:05:58 +05:30
Abhimanyu Saharan 2dd0d1f2cf fix(app): Normalize provisioning templates and Clerk props
Use autoescape for Jinja rendering to satisfy bandit checks and\nremove deprecated Clerk SignInButton props to restore type checks.\nAlso ignore tsbuildinfo artifacts and tidy boot instructions.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 15:16:28 +05:30
Abhimanyu Saharan f6105fa0d2 feat: update templates and improve UI styling across components 2026-02-04 13:03:18 +05:30
Abhimanyu Saharan 1abc8f68f3 feat: add boards and tasks management endpoints 2026-02-04 02:28:51 +05:30
Abhimanyu Saharan f0e065abcd Add project staffing endpoints and project detail Kanban UI 2026-02-01 23:46:14 +05:30
Abhimanyu Saharan 87d454852c Add Tailwind + shadcn UI primitives; add React Query + Orval client 2026-02-01 23:26:21 +05:30