Abhimanyu Saharan
bdc9fc3f01
redesigned dashboard page
2026-03-04 16:01:56 +05:30
Abhimanyu Saharan
348b0515ac
feat(boards): implement lead notification on board updates with detailed change messages
2026-02-26 01:58:55 +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
b702ade0cc
fix: update HTTP status code from UNPROCESSABLE_ENTITY to UNPROCESSABLE_CONTENT
2026-02-15 16:06:06 +05:30
Abhimanyu Saharan
9a5964a31c
refactor: reorganize import statements and improve code formatting across multiple files
2026-02-13 16:22:06 +05:30
Abhimanyu Saharan
a3148baca9
feat: enhance agent and board APIs with role-based tags and improved documentation
2026-02-13 02:08:33 +05:30
Abhimanyu Saharan
a176bec996
feat: add notifications for board group changes and implement related tests
2026-02-11 17:06:52 +05:30
Abhimanyu Saharan
c3490630a4
refactor: clean up imports and improve session key assertion formatting
2026-02-11 10:47:32 +05:30
Abhimanyu Saharan
563e4d5c26
refactor: move board deletion logic to dedicated lifecycle service
2026-02-11 02:06:45 +05:30
Abhimanyu Saharan
275cc6f473
refactor: centralize gateway resolution logic with new helper functions
2026-02-11 01:47:24 +05:30
Abhimanyu Saharan
f1038acf44
refactor: streamline agent lifecycle management with new DB service helpers
2026-02-11 01:13:10 +05:30
Abhimanyu Saharan
997d21c913
refactor: update provisioning service references to use OpenClawGatewayProvisioner
2026-02-10 23:31:14 +05:30
Abhimanyu Saharan
ad75871e61
refactor: replace direct calls to provisioning functions with OpenClawProvisioningService methods
2026-02-10 22:30:14 +05:30
Abhimanyu Saharan
42b061f72d
refactor: enforce architectural boundaries by updating OpenClaw service imports
2026-02-10 15:14:45 +05:30
Abhimanyu Saharan
6311418dcf
refactor: update import paths for OpenClaw services to improve module organization
2026-02-10 15:08:14 +05:30
Abhimanyu Saharan
82425edd69
refactor: reorganize OpenClaw services and enhance session management
2026-02-10 14:50:27 +05:30
Abhimanyu Saharan
ba73ce8bfd
refactor: update gateway agent session key handling and improve related logic
2026-02-10 00:45:15 +05:30
Abhimanyu Saharan
8f6347dc8d
refactor: simplify code formatting and improve readability across multiple files
2026-02-09 20:44:05 +05:30
Abhimanyu Saharan
020d02fa22
refactor: replace DefaultLimitOffsetPage with LimitOffsetPage in multiple files and update timezone handling to use UTC
2026-02-09 20:40:17 +05:30
Abhimanyu Saharan
7ca1899d9f
refactor: update module docstrings for clarity and consistency
2026-02-09 15:49:50 +05:30
Abhimanyu Saharan
fafcac1e16
refactor: replace exec_dml with CRUD operations in various files and improve session handling
2026-02-09 02:17:34 +05:30
Abhimanyu Saharan
228b99bc9b
refactor: replace SQLModel with QueryModel in various models and update query methods
2026-02-09 02:04:14 +05:30
Abhimanyu Saharan
f6bcd1ca5f
refactor: update migration paths and improve database operation handling
2026-02-09 00:51:26 +05:30
Abhimanyu Saharan
8c4bcca603
refactor: clean up code formatting and improve readability in various files
2026-02-09 00:29:26 +05:30
Abhimanyu Saharan
840d5a050f
feat: refactor sign-in prompts to use SignedOutPanel component
2026-02-08 23:40:11 +05:30
Abhimanyu Saharan
061563964d
feat: refactor organization context usage in board and gateway endpoints
2026-02-08 21:37:20 +05:30
Abhimanyu Saharan
60744ddfac
refactor: clean up code formatting and improve readability across multiple files
2026-02-08 21:17:26 +05:30
Abhimanyu Saharan
e03125a382
feat: add organization-related models and update schemas for organization management
2026-02-08 21:16:26 +05:30
Abhimanyu Saharan
88a5075684
feat: add board group models and update related interfaces
2026-02-07 20:29:55 +05:30
Abhimanyu Saharan
a4442eb9d5
feat: enhance agent provisioning by adding AUTONOMY.md and ensuring task dependencies are handled correctly
2026-02-07 02:42:33 +05:30
Abhimanyu Saharan
4bab455912
feat: implement task dependencies with validation and update handling
2026-02-07 00:21:44 +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
f258b756e8
feat: refactor imports and clean up code formatting across multiple files
2026-02-06 02:43:08 +05:30
Abhimanyu Saharan
3f3e44eff8
fix: delete board onboarding and lead artifacts
2026-02-05 15:29:41 +05:30
Abhimanyu Saharan
5471671dc4
feat: add board memory, approvals, onboarding APIs
2026-02-05 14:43:25 +05:30
Abhimanyu Saharan
51313a9272
feat(activity): Simplify query statements and improve code readability
2026-02-05 00:21:33 +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
c3357f92d9
feat(agents): Add identity and soul template fields to board creation
2026-02-04 20:21:33 +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
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
a33c539860
feat: enhance agent management with session handling and UI improvements
2026-02-04 14:58:14 +05:30
Abhimanyu Saharan
b24e3e1dcd
ref(backend): Centralize deps and add mypy
...
Extract reusable API dependencies and activity logging helpers.\nAdd mypy configuration and dev dependency for type checking.\n\nCo-Authored-By: Claude <noreply@anthropic.com >
2026-02-04 03:57:19 +05:30
Abhimanyu Saharan
1abc8f68f3
feat: add boards and tasks management endpoints
2026-02-04 02:28:51 +05:30