Abhimanyu Saharan
|
3dfb70cd90
|
feat: add disable_device_pairing option to gateway configuration
|
2026-02-22 19:19:26 +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
|
f945d86025
|
feat(api): track previous in_progress_at during task status transitions
|
2026-02-15 03:37:19 +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
|
40dcf50f4b
|
feat(skills): add metadata and branch fields to skill packs and marketplace skills
|
2026-02-14 12:26:45 +05:30 |
|
Abhimanyu Saharan
|
5b9e81aa6d
|
migrations: update down_revision for skills marketplace tables
|
2026-02-14 11:34:15 +05:30 |
|
Abhimanyu Saharan
|
2bcbf767e3
|
Merge branch 'master' into skills
|
2026-02-14 11:33:12 +05:30 |
|
Abhimanyu Saharan
|
42a41f64bc
|
migrations: update down_revision for activity_events event_type index
|
2026-02-14 11:30:49 +05:30 |
|
Abhimanyu Saharan
|
501ed88faf
|
migrations: merge heads after skills marketplace
|
2026-02-13 22:25:23 +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
|
a7e1e5cbf4
|
feat: add skill pack management features including creation, editing, and syncing
|
2026-02-13 22:23:47 +00:00 |
|
Abhimanyu Saharan
|
88565f4d69
|
feat: add conditional creation of skills marketplace and gateway installed skills tables with index checks
|
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
|
24eaa5df54
|
migrations: merge alembic heads (installer CI unblock)
|
2026-02-13 21:43:08 +00:00 |
|
Abhimanyu Saharan
|
2766f271f0
|
Merge pull request #113 from abhi1693/perf/activity-events-eventtype-createdat
perf(db): index activity_events by (event_type, created_at)
|
2026-02-14 02:55:37 +05:30 |
|
Abhimanyu Saharan
|
277bfcb33a
|
feat: add custom-fields
|
2026-02-13 21:24:36 +05:30 |
|
Abhimanyu Saharan
|
3a15a2759e
|
migrations: merge heads after board lead rule
|
2026-02-13 11:02:37 +00:00 |
|
Abhimanyu Saharan
|
7cee3a6084
|
Merge remote-tracking branch 'origin/master' into perf/activity-events-eventtype-createdat
|
2026-02-13 11:01:56 +00:00 |
|
Abhimanyu Saharan
|
aa121474c6
|
migrations: merge heads after activity_events index
|
2026-02-13 10:57:53 +00:00 |
|
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
|
de47174a2c
|
Merge branch 'master' into perf/activity-events-eventtype-createdat
|
2026-02-13 16:18:43 +05:30 |
|
Abhimanyu Saharan
|
c7872c40c0
|
Merge branch 'master' into perf/activity-events-eventtype-createdat
|
2026-02-13 15:07:15 +05:30 |
|
Abhimanyu Saharan
|
426326e2af
|
ci(migrations): enforce graph + reversible cycle checks; fix FK downgrade naming
|
2026-02-13 09:05:21 +00:00 |
|
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
|
032b77afb8
|
feat(approvals): enhance approval model with task titles and confidence as float
|
2026-02-12 19:57:04 +05:30 |
|
Abhimanyu Saharan
|
4601ddc0e9
|
perf(db): index activity_events by (event_type, created_at)
|
2026-02-12 14:13:54 +00:00 |
|
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
|
72ffa0b11b
|
Merge pull request #105 from abhi1693/perf/memory-comment-indexes
perf(db): index board memory listing + task comments
|
2026-02-12 14:38:35 +05:30 |
|
Abhimanyu Saharan
|
a97fbc1e1d
|
perf(db): index board_memory lists and task comments
|
2026-02-12 08:13:40 +00:00 |
|
Abhimanyu Saharan
|
d5f4762341
|
backend: add composite task listing indexes
|
2026-02-12 07:55:17 +00:00 |
|
Abhimanyu Saharan
|
af8a263c27
|
feat: add approval-task links model and related functionality for task associations
|
2026-02-11 20:27:07 +05:30 |
|
Abhimanyu Saharan
|
c6417bcffb
|
feat: add description field to boards and update related components for onboarding
|
2026-02-11 18:19:29 +05:30 |
|
Abhimanyu Saharan
|
dcdc0a25b1
|
refactor: add gateway_id to agents and remove main_session_key from gateways
|
2026-02-10 15:55:26 +05:30 |
|
Abhimanyu Saharan
|
3326100205
|
refactor: update Clerk authentication integration and improve organization handling
|
2026-02-09 23:55:52 +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
|
f6bcd1ca5f
|
refactor: update migration paths and improve database operation handling
|
2026-02-09 00:51:26 +05:30 |
|