Abhimanyu Saharan
56f4964332
feat: add support for allowing self-signed TLS certificates in gateway configuration
2026-02-22 20:20:19 +05:30
Abhimanyu Saharan
3dfb70cd90
feat: add disable_device_pairing option to gateway configuration
2026-02-22 19:19:26 +05:30
Abhimanyu Saharan
b038d0df4c
refactor: update imports to use provisioning_db and gateway_rpc modules
2026-02-11 00:00:19 +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
6f070df74b
refactor: remove main session key references and enhance agent-gateway associations
2026-02-10 02:58:58 +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
dddd1e9a7a
refactor: improve type coercion functions and enhance type hints across multiple files
2026-02-09 17:43:42 +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
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
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
d86fe0a7a6
feat: add validation for minimum length on various fields and update type definitions
2026-02-06 16:12:04 +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
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
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
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