Abhimanyu Saharan
dc7906a224
feat(models): implement model routing and management pages with dynamic imports
2026-02-12 00:16:18 +05:30
Abhimanyu Saharan
6f070df74b
refactor: remove main session key references and enhance agent-gateway associations
2026-02-10 02:58:58 +05:30
Abhimanyu Saharan
7706943209
refactor: enhance docstrings for clarity and consistency across multiple files
2026-02-09 16:23:41 +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
cbf9fd1b0a
feat: implement agent nudging functionality and enhance task assignment rules for board leads
2026-02-05 22:27:50 +05:30
Abhimanyu Saharan
28b4a5bba8
feat: implement gateway main agent functionality and update agent handling
2026-02-05 19:29:17 +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
9df5d174ef
feat(agent): Introduce identity profile for agents with normalization and default values
2026-02-05 02:21:38 +05:30
Abhimanyu Saharan
6c4c97d2ea
feat(agent): Refactor agent cleanup and provisioning logic for improved clarity and functionality
2026-02-05 01:40:28 +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
8078580996
feat(agents): Add agent provisioning confirmation mechanism and update message structure
2026-02-04 17:24:52 +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
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
1abc8f68f3
feat: add boards and tasks management endpoints
2026-02-04 02:28:51 +05:30