Commit Graph

156 Commits

Author SHA1 Message Date
Abhimanyu Saharan
81ca340ba8 feat(page): Enhance agent management UI with detailed status and sorting 2026-02-05 00:33:03 +05:30
Abhimanyu Saharan
340c2e9678 fix(types): Update routes type reference to use development path 2026-02-05 00:23:44 +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
8f224910b5 feat(page): Optimize data handling with useMemo for boards, agents, and gateways 2026-02-05 00:11:48 +05:30
Abhimanyu Saharan
1889ac997e feat(agents): Replace gateway selection with searchable dropdown and improve UI for board creation 2026-02-05 00:08:18 +05:30
Abhimanyu Saharan
28bc773f72 feat(gateways): Add Gateway detail page with connection status and agent listing 2026-02-04 23:54:31 +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
1297c12a73 feat(agents): Refactor gateway configuration handling and enhance UI for agent creation and editing 2026-02-04 21:44:21 +05:30
Abhimanyu Saharan
1a1efc2d5a feat(agents): Enhance UI for agent and board management with improved styling and layout 2026-02-04 21:27:58 +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
d3642a5efd feat(agents): Require gateway workspace root and main session key for agent provisioning 2026-02-04 17:14:47 +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
14f7ea2aa2 fix(boards): Cascade board deletion
Delete board-owned tasks, agents, and activity events before\nremoving the board. Adds board edit page with gateway settings\nand edit/delete actions in the boards table.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 16:15:01 +05:30
Abhimanyu Saharan
4dea771545 feat(boards): Store gateway config per board
Move gateway configuration into board settings and wire agent\nprovisioning, heartbeat templates, and gateway status lookups\nto use board-specific gateway settings. Adds board_id on agents\nand UI updates for board-scoped selection.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 16:04:52 +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
a33c539860 feat: enhance agent management with session handling and UI improvements 2026-02-04 14:58:14 +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
b59a08f632 feat(workflow): enforce review-only done for agent assignees + reviewer decision endpoint 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
6b4773130c feat(review): notify manager on review + UI approve/request changes 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
56dd0ee544 feat(ui): add Task Trigger button + backend dispatch endpoint 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
a8f097817d chore(backend): add black/isort/flake8 + pre-commit 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
8429c02458 UI provisioning + restrict task assignment to provisioned agents 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
ef2676fa1c Add Teams (DB + API + UI) 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
8787efc50d Tasks: default reviewer to assignee manager; remove reviewer from create-task UI 2026-02-02 17:56:35 +05:30
Abhimanyu Saharan
899500249e Fix UI data loading: Orval fetcher returns {data,status,headers} 2026-02-02 17:04:18 +05:30
Abhimanyu Saharan
fbd7381166 People: better default agent prompt; remove HR UI; regen API types; fix list response handling 2026-02-02 16:56:07 +05:30
Abhimanyu Saharan
f07312d258 feat(kanban): optional live updates (5s polling) 2026-02-02 13:56:56 +05:30
Abhimanyu Saharan
96f6b540fe feat(comments): add reply threading + UI 2026-02-02 13:47:36 +05:30
Abhimanyu Saharan
67599029f1 feat(query): refetch on focus/reconnect for fresher data 2026-02-02 13:41:14 +05:30
Abhimanyu Saharan
23bf73a236 feat(tasks): add kanban board page 2026-02-02 13:37:58 +05:30
Abhimanyu Saharan
a517f68249 feat(hr): loading/errors + safer refresh/onboarding 2026-02-02 13:31:47 +05:30
Abhimanyu Saharan
2b222e66c7 feat(departments): better loading + safer head updates 2026-02-02 13:28:00 +05:30
Abhimanyu Saharan
e291efb144 feat(project-detail): loading/errors + safer member/actions 2026-02-02 13:26:09 +05:30
Abhimanyu Saharan
4b6e5603c1 feat(projects): show load/error + safer create 2026-02-02 13:23:49 +05:30
Abhimanyu Saharan
4538951c4e feat(home): improve quick create UX + link projects 2026-02-02 13:18:48 +05:30
Abhimanyu Saharan
6e519ed383 chore(frontend): fix PeoplePage memo deps lint 2026-02-02 13:11:20 +05:30
Abhimanyu Saharan
ed33156148 chore(frontend): use Orval types directly; drop normalize hacks 2026-02-02 13:09:35 +05:30
Abhimanyu Saharan
6da3df27d8 Fix frontend types and normalize API responses 2026-02-02 01:56:12 +05:30
Abhimanyu Saharan
3d57a9a351 Fix HR onboarding hooks 2026-02-02 01:39:16 +05:30
Abhimanyu Saharan
886db3fa97 Add HR agent onboarding model and actor enforcement 2026-02-02 01:36:32 +05:30
Abhimanyu Saharan
d18a38e666 Update TypeScript configuration: adjust library settings and include additional type definitions 2026-02-02 01:01:13 +05:30
Abhimanyu Saharan
829001e0da UI overhaul: dashboard + projects layout 2026-02-02 00:37:32 +05:30
Abhimanyu Saharan
7cfb3586ae Prevent duplicate project members; improve comments display 2026-02-02 00:08:25 +05:30
Abhimanyu Saharan
7efe2429ed Add dashboard activity feed and project member role editing 2026-02-01 23:51:40 +05:30