Commit Graph

27 Commits

Author SHA1 Message Date
Abhimanyu Saharan 724b6601f3 fix(security): restrict local workspace writes to configured root 2026-02-08 21:49: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 844b521d00 Touch agent presence on authenticated requests 2026-02-07 04:34:16 +05:30
Abhimanyu Saharan e71507e0bf feat: allow extra context during board onboarding 2026-02-07 03:40:28 +05:30
Abhimanyu Saharan 19323e25de feat: implement error handling middleware with request ID tracking for improved error responses 2026-02-07 03:14:30 +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 f258b756e8 feat: refactor imports and clean up code formatting across multiple files 2026-02-06 02:43:08 +05:30
Abhimanyu Saharan 4cc6c42440 feat: add is_board_lead property to agent and board types 2026-02-05 19:06:32 +05:30
Abhimanyu Saharan 5e342e6906 feat(tasks): Enhance task streaming and comment validation with markdown support 2026-02-05 03:05:14 +05:30
Abhimanyu Saharan 2c24d8993f feat(agent): Refactor agent provisioning and cleanup logic for improved functionality 2026-02-05 01:27:48 +05:30
Abhimanyu Saharan 51313a9272 feat(activity): Simplify query statements and improve code readability 2026-02-05 00:21:33 +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 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 2dd0d1f2cf fix(app): Normalize provisioning templates and Clerk props
Use autoescape for Jinja rendering to satisfy bandit checks and\nremove deprecated Clerk SignInButton props to restore type checks.\nAlso ignore tsbuildinfo artifacts and tidy boot instructions.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 15:16:28 +05:30
Abhimanyu Saharan b0e3208fa3 feat: enhance agent management with session handling and UI improvements 2026-02-04 14:58:20 +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 7fd079e4f1 feat(agents): Move templates into dedicated folder
Provisioning now reads template files from templates/ and includes the\nbase URL for agent runtime setup. Remove unused root orchestration\ndocs to keep the repo tidy.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 03:46:46 +05:30
Abhimanyu Saharan 1abc8f68f3 feat: add boards and tasks management endpoints 2026-02-04 02:28:51 +05:30
Jarvis 191947b90a Silence SQLAlchemy logs 2026-02-02 17:19:15 +00:00
Abhimanyu Saharan 056fe83edf fix(agents): give agents executable curl instructions + shared base URL helper 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan 8cd32124cd chore(logging): stream backend logs to console + instrument dispatch/notify 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan a8f097817d chore(backend): add black/isort/flake8 + pre-commit 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan ef2676fa1c Add Teams (DB + API + UI) 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan 8b6e8c8d07 Scaffold Next.js + FastAPI + Postgres tasks board (no auth) 2026-02-01 22:25:28 +05:30