Abhimanyu Saharan
81b9a586ed
fix(activity): use API route metadata for feed links
2026-03-04 16:25:16 +05:30
Abhimanyu Saharan
bdc9fc3f01
redesigned dashboard page
2026-03-04 16:01:56 +05:30
Abhimanyu Saharan
94ae59d6aa
refactor(gateway): update gateway parameters to use None as default #169
2026-03-03 01:51:52 +05:30
Abhimanyu Saharan
fe93832bdd
refactor(frontend): centralize agent emoji constants
2026-03-03 00:45:14 +05:30
Abhimanyu Saharan
bc71d5ba38
refactor(page): improve code formatting for better readability in event handlers
2026-02-26 00:36:33 +05:30
Abhimanyu Saharan
6b21ea6f99
feat(boards): add 'comment_required_for_review' rule and update related logic
2026-02-26 00:31:47 +05:30
Abhimanyu Saharan
5b0ddcc7cd
refactor(tests): format code for better readability in test files
2026-02-25 03:41:03 +05:30
Abhimanyu Saharan
42b361ddd9
test(frontend): stabilize auth boundary tests for local auth mode
2026-02-25 02:32:42 +05:30
Abhimanyu Saharan
e3404d8590
feat: implement local authentication flow and update related tests
2026-02-25 02:24:51 +05:30
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
374d5a0c37
Merge branch 'master' into copilot/feature-allow-self-signed-tls
...
# Conflicts:
# backend/app/api/gateways.py
# backend/app/schemas/gateways.py
# backend/app/services/openclaw/admin_service.py
# backend/app/services/openclaw/gateway_resolver.py
# backend/app/services/openclaw/gateway_rpc.py
# backend/app/services/openclaw/provisioning.py
# backend/app/services/openclaw/provisioning_db.py
# frontend/src/api/generated/model/gatewayCreate.ts
# frontend/src/api/generated/model/gatewayRead.ts
# frontend/src/api/generated/model/gatewayUpdate.ts
2026-02-22 19:51:27 +05:30
Abhimanyu Saharan
3dfb70cd90
feat: add disable_device_pairing option to gateway configuration
2026-02-22 19:19:26 +05:30
copilot-swe-agent[bot]
520e128777
feat: Add allow_insecure_tls field to gateway model and UI
...
- Added allow_insecure_tls boolean field to Gateway model and schemas
- Created database migration for the new field
- Updated GatewayConfig to include allow_insecure_tls parameter
- Modified openclaw_call to create SSL context that disables verification when allow_insecure_tls is true
- Updated all GatewayConfig instantiations throughout the backend
- Added checkbox to frontend gateway form (create and edit pages)
- Updated API endpoints to handle the new field
Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com >
2026-02-22 05:28:37 +00:00
Abhimanyu Saharan
a5ef3d3dcd
refactor: improve code formatting and enhance readability in page.tsx
2026-02-15 13:40:03 +05:30
Abhimanyu Saharan
aebd487270
refactor: add agent_id to various interfaces and improve field organization
2026-02-15 13:36:57 +05:30
Abhimanyu Saharan
0ac22dbd7a
feat(heartbeat): change default target to 'last' and remove target option from UI
2026-02-15 01:37:12 +05:30
Abhimanyu Saharan
a55664810c
refactor(constants): initialize LEAD_TEMPLATE_MAP as an empty dictionary
...
refactor(page): clean up import statements for better readability
fix(tests): update assertions for clarity and consistency
2026-02-15 00:53:27 +05:30
Abhimanyu Saharan
313ce874f9
feat(memory): update MEMORY.md structure and consolidate identity preferences
2026-02-14 23:55:45 +05:30
Abhimanyu Saharan
691fd11d10
docs(frontend): document skills marketplace + packs data-flow
2026-02-14 14:26:04 +00:00
Abhimanyu Saharan
44e4499a26
docs(frontend): document SSE reconnect cursor + backoff reset rationale
2026-02-14 14:22:16 +00:00
Abhimanyu Saharan
a7cfcf88f0
feat(comments): implement mergeCommentsById function for comment deduplication and sorting
2026-02-14 19:43:27 +05:30
Abhimanyu Saharan
ae711909ff
feat(boards): add max_agents field to board models and enforce limits
2026-02-14 19:43:16 +05:30
Abhimanyu Saharan
823da1d143
feat(skills): improve marketplace filters and server pagination
2026-02-14 13:09:48 +05:30
Abhimanyu Saharan
e7d47d9f8a
feat(skills): implement pagination and total count headers for marketplace skills
2026-02-14 13:06:45 +05:30
Abhimanyu Saharan
755bbde4f5
feat(skills): add filtering options for category and risk in marketplace skills
2026-02-14 12:58:19 +05:30
Abhimanyu Saharan
a4410373cb
refactor(skills): reorganize imports and improve code formatting
2026-02-14 12:46:47 +05:30
Abhimanyu Saharan
40dcf50f4b
feat(skills): add metadata and branch fields to skill packs and marketplace skills
2026-02-14 12:26:45 +05:30
Abhimanyu Saharan
5d03a522b9
fix(frontend): avoid effect deps on loadSkillsByGateway
2026-02-13 22:57:49 +00:00
Abhimanyu Saharan
84cf22e42b
fix(skills): address Copilot review nits (safety + UI guards)
2026-02-13 22:50:29 +00:00
Abhimanyu Saharan
cb3aff5bb0
docs(frontend): note N+1 gateway skills fetch
2026-02-13 22:29:57 +00:00
Abhimanyu Saharan
10748f71a8
feat: add skill packs management with support for category, risk, and source fields
2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
da6cc2544b
feat: implement cascading delete for gateway and associated installed skills
2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
577c0d2839
feat: add installed gateway management to skills table with dynamic updates
2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
a7e1e5cbf4
feat: add skill pack management features including creation, editing, and syncing
2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
e7b5df0bce
feat: implement skills marketplace API with CRUD operations and gateway integration
2026-02-13 22:23:47 +00:00
Abhimanyu Saharan
7b16b49218
feat: enhance user display name resolution and update related components
2026-02-13 22:37:08 +05:30
Abhimanyu Saharan
c42e8484f8
refactor: remove redundant custom fields button for non-admin users
2026-02-13 22:07:17 +05:30
Abhimanyu Saharan
619f77286f
feat: add task detail URL handling and utility functions for taskId management
2026-02-13 22:06:37 +05:30
Abhimanyu Saharan
372b4e191c
feat: implement custom field form and utility functions for managing custom fields
2026-02-13 22:01:18 +05:30
Abhimanyu Saharan
aea69f5118
refactor: improve code formatting and readability in page.tsx
2026-02-13 21:30:29 +05:30
Abhimanyu Saharan
277bfcb33a
feat: add custom-fields
2026-02-13 21:24:36 +05:30
Abhimanyu Saharan
b032e94ca1
feat: integrate Markdown component for rendering webhook description
2026-02-13 17:14:55 +05:30
Abhimanyu Saharan
ebb9c659d2
feat: add lead-only status change rule for boards and update related logic
2026-02-13 16:22:06 +05:30
Abhimanyu Saharan
59bdf03d05
refactor: improve code formatting and readability in page.tsx
2026-02-13 16:05:04 +05:30
Abhimanyu Saharan
92c079410e
feat: enhance DependencyBanner to support resolved dependencies and update display logic
2026-02-13 15:57:27 +05:30
Abhimanyu Saharan
efa3587e77
feat: add DependencyBanner component and refactor dependency display logic in task view
2026-02-13 15:35:21 +05:30
Abhimanyu Saharan
2e4739300c
feat: add board webhook configuration and payload models
2026-02-13 00:31:36 +05:30
Abhimanyu Saharan
855885afaf
feat: add board rule toggles for approval and review requirements
2026-02-12 23:05:37 +05:30
Abhimanyu Saharan
6cb5702a2b
feat: enhance task management with due date handling and mention support
2026-02-12 21:46:22 +05:30
Abhimanyu Saharan
032b77afb8
feat(approvals): enhance approval model with task titles and confidence as float
2026-02-12 19:57:04 +05:30