Hugh Brown
10848b98cb
security: scope agent board listing to organization
...
Main agents (board_id=None) could list boards across all organizations.
Now resolves the agent's organization via its gateway and filters boards
by organization_id to prevent cross-tenant data leakage.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 23:35:10 +05:30
Abhimanyu Saharan
3acc276d8d
fix(agent): address webhook payload read review feedback
2026-03-04 23:26:31 +05:30
Abhimanyu Saharan
1d0b318fc9
lint: fix flake8 E304 after create_task decorator
2026-03-04 23:22:27 +05:30
Abhimanyu Saharan
3fc96baa10
feat(agent): add read-only webhook payload fetch endpoint for backfill
2026-03-04 23:22:27 +05:30
Abhimanyu Saharan
bdc9fc3f01
redesigned dashboard page
2026-03-04 16:01:56 +05:30
Abhimanyu Saharan
77870b0fc7
fix(agent): improve error handling for get_agent_soul method
2026-03-03 03:09:29 +05:30
Abhimanyu Saharan
6c3c9913db
feat: update agent heartbeat endpoint to require no request payload
2026-02-16 01:46:06 +05:30
Abhimanyu Saharan
1d63bd0148
feat: add health check endpoint for agent authentication status
2026-02-16 00:42:15 +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
3c1f89d91d
feat(api): add delete task endpoint for board leads with authorization checks
2026-02-15 03:19:45 +05:30
Abhimanyu Saharan
3c92dd5279
style: format code for improved readability and consistency across multiple files
2026-02-15 03:02:54 +05:30
Abhimanyu Saharan
ee1cf05d5d
feat(api): enhance error handling and add structured hints for agent operations
2026-02-15 02:07:13 +05:30
Abhimanyu Saharan
277bfcb33a
feat: add custom-fields
2026-02-13 21:24:36 +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
8d7d9da4e9
feat(tags): add tag management interfaces and update related schemas
2026-02-12 18:35:48 +05:30
Abhimanyu Saharan
2ebdead95b
chore: update generated files to orval v8.3.0 and adjust related interfaces
2026-02-12 18:04:35 +05:30
Abhimanyu Saharan
bd1e599ae5
feat: add endpoint to delete board agents and implement related service logic
2026-02-12 02:55:00 +05:30
Abhimanyu Saharan
632e7b6487
refactor: update approval type annotations and improve code formatting
2026-02-11 20:30:14 +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
39eca909a2
refactor: centralize authorization checks in OpenClawAuthorizationPolicy
2026-02-10 15:44:49 +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
3326100205
refactor: update Clerk authentication integration and improve organization handling
2026-02-09 23:55:52 +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
dddd1e9a7a
refactor: improve type coercion functions and enhance type hints across multiple files
2026-02-09 17:43:42 +05:30
Abhimanyu Saharan
f5d592f61a
refactor: standardize runtime annotation types across multiple files
2026-02-09 17:24:21 +05:30
Abhimanyu Saharan
7ca1899d9f
refactor: update module docstrings for clarity and consistency
2026-02-09 15:49:50 +05:30
Abhimanyu Saharan
099415cca3
refactor: improve session key validation and add lead session key requirement in agent.py
2026-02-09 02:58:46 +05:30
Abhimanyu Saharan
9973b76463
refactor: replace generic Exception handling with specific exceptions in various files
2026-02-09 02:51:26 +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
e03125a382
feat: add organization-related models and update schemas for organization management
2026-02-08 21:16:26 +05:30
Abhimanyu Saharan
e8600420b2
refactor: clean up imports and remove trailing whitespace in multiple files
2026-02-08 00:51:57 +05:30
Abhimanyu Saharan
da1559fc98
feat: persist agent's soul_template to prevent overwriting on reprovision
2026-02-08 00:47:46 +05:30
Abhimanyu Saharan
460d4adddf
feat: add souls directory integration with search and fetch functionality
2026-02-08 00:46:15 +05:30
Abhimanyu Saharan
88a5075684
feat: add board group models and update related interfaces
2026-02-07 20:29:55 +05:30
Abhimanyu Saharan
117048d637
refactor(agent): remove unused board ensure functionality and related classes
2026-02-07 16:57:23 +05:30
Abhimanyu Saharan
13b3701810
feat(gateway): add endpoint for user outreach via gateway main agent
2026-02-07 16:21:31 +05:30
Abhimanyu Saharan
a32c01e4a8
feat(gateway): implement gateway board management and messaging features
2026-02-07 15:20:36 +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
5611f8eb67
feat: reorder properties in various interfaces for improved consistency and readability
2026-02-06 21:56:16 +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
f258b756e8
feat: refactor imports and clean up code formatting across multiple files
2026-02-06 02:43:08 +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