Kin project
Find a file
Gros Frumos 4a27bf0693 feat(KIN-012): UI auto/review mode toggle, autopilot indicator, persist project mode in DB
- TaskDetail: hide Approve/Reject buttons in auto mode, show "Автопилот активен" badge
- TaskDetail: execution_mode persisted per-task via PATCH /api/tasks/{id}
- TaskDetail: loadMode reads DB value, falls back to localStorage per project
- TaskDetail: back navigation preserves status filter via ?back_status query param
- ProjectView: toggleMode now persists to DB via PATCH /api/projects/{id}
- ProjectView: loadMode reads project.execution_mode from DB first
- ProjectView: task list shows 🔓 badge for auto-mode tasks
- ProjectView: status filter synced to URL query param ?status=
- api.ts: add patchProject(), execution_mode field on Project interface
- core/db.py, core/models.py: execution_mode columns + migration for projects & tasks
- web/api.py: PATCH /api/projects/{id} and PATCH /api/tasks/{id} support execution_mode
- tests: 256 tests pass, new test_auto_mode.py with 60+ auto mode tests
- frontend: vitest config added for component tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 20:02:01 +02:00
agents feat(KIN-012): auto followup generation and pending_actions auto-resolution 2026-03-15 19:49:34 +02:00
cli feat(KIN-010): implement rebuild-frontend post-pipeline hook 2026-03-15 19:17:42 +02:00
core feat(KIN-012): UI auto/review mode toggle, autopilot indicator, persist project mode in DB 2026-03-15 20:02:01 +02:00
scripts feat(KIN-010): implement rebuild-frontend post-pipeline hook 2026-03-15 19:17:42 +02:00
tasks feat(KIN-012): UI auto/review mode toggle, autopilot indicator, persist project mode in DB 2026-03-15 20:02:01 +02:00
tests feat(KIN-012): UI auto/review mode toggle, autopilot indicator, persist project mode in DB 2026-03-15 20:02:01 +02:00
web feat(KIN-012): UI auto/review mode toggle, autopilot indicator, persist project mode in DB 2026-03-15 20:02:01 +02:00
.gitignore Add web GUI: FastAPI API + Vue 3 frontend with dark theme 2026-03-15 13:50:15 +02:00
agent-orchestrator-research.md bootstrap: vdol project loaded with real data 2026-03-15 13:40:58 +02:00
CLAUDE.md Add CLAUDE.md — project-level instructions for Kin 2026-03-15 13:10:47 +02:00
DESIGN.md Add DESIGN.md — main architecture document for Kin agent orchestrator 2026-03-15 13:10:10 +02:00
pyproject.toml Add web GUI: FastAPI API + Vue 3 frontend with dark theme 2026-03-15 13:50:15 +02:00
README.md Initial commit 2026-03-15 12:09:02 +01:00

kin

Kin project