Agent Zero
|
888e7fee3e
|
Update PROGRESS.md with Phase 5 Batch 6b summary (Tasks 5.23-5.25)
|
2026-07-24 00:09:52 +02:00 |
|
Agent Zero
|
a914280a4e
|
docs: update PROGRESS.md with Phase 5 Batch 6a summary (Tasks 5.20-5.22)
|
2026-07-23 23:45:19 +02:00 |
|
Agent Zero
|
63b99ba489
|
Update PROGRESS.md: Phase 5 Batch 5 complete (Tasks 5.18-5.19)
|
2026-07-23 23:27:07 +02:00 |
|
Agent Zero
|
3c8e41b3f8
|
docs: update PROGRESS.md with Phase 5 Batch 4 completion (Tasks 5.16-5.17)
|
2026-07-23 23:02:33 +02:00 |
|
Agent Zero
|
f4beb78f91
|
docs: update PROGRESS.md with Phase 5 Batch 3 (Tasks 5.12-5.15) completion
|
2026-07-23 22:49:19 +02:00 |
|
Agent Zero
|
42b19040ce
|
Phase 5.4-5.11: Playwright E2E test infrastructure with 7 spec files
- playwright.config.ts: chromium project, webServer, baseURL, trace/screenshot/video
- e2e/helpers.ts: API mock setup, login/logout helpers, mock data for all entities
- 7 E2E spec files (1164 lines total):
- auth.spec.ts: login/logout workflow
- contact-crud.spec.ts: create/edit/delete contacts, add persons
- search.spec.ts: global search, filter, results
- plugin-toggle.spec.ts: enable/disable plugins, UI changes
- mail.spec.ts: mail account setup, folders, mail viewing
- dms.spec.ts: folder creation, file upload, preview, share
- calendar.spec.ts: appointment creation, calendar switch, kanban view
- @playwright/test added as devDependency
- e2e scripts added to package.json
- TSC: 0 new errors (only pre-existing Dms.tsx)
|
2026-07-23 22:35:03 +02:00 |
|
Agent Zero
|
7a034b3124
|
docs: update PROGRESS.md with Phase 5 Batch 1 (Tasks 5.1-5.3) completion
|
2026-07-23 20:42:10 +02:00 |
|
Agent Zero
|
903d649a0f
|
Phase 4: KI-UI-Steuerung — AI agent UI control via WebSocket
- New ai_ui_control plugin: WS endpoint /ws/ai-ui-control, REST API (POST /command, GET /command/{id}/status, GET /online-users)
- UI-Command-Protocol: 6 command types (navigate, filter, open_contact, modal, tab, settings) with Pydantic schemas
- WebSocket manager: per-user connections, command delivery, feedback storage, stale cleanup
- Frontend useAIUIControl hook: WS client with auto-reconnect, command dispatch, feedback sending
- aiUIControlStore: Zustand store for command state, active modal/tab, pending filter/settings
- AIUIControlIndicator: visual KI indication (Bot icon, toast, pulse animation)
- ContactDetail integration: syncs activeTab and personModalOpen from AI control store
- AppShell integration: useAIUIControl hook + AIUIControlIndicator
- i18n keys for DE/EN
- 18 Vitest tests: command protocol, store actions, feedback, visual indication
- TSC: 0 new errors (only 2 pre-existing Dms.tsx errors)
|
2026-07-23 20:13:39 +02:00 |
|
Agent Zero
|
4f70c1d912
|
Update PROGRESS.md: Phase 1 complete
|
2026-07-23 17:30:14 +02:00 |
|
Agent Zero
|
b15a62bec6
|
Phase 1A: Remove company routes/services/models/schemas, unify to Contact
- Removed: app/routes/companies.py, app/services/company_service.py, app/models/company.py, app/schemas/company.py
- Updated: main.py, routes/__init__.py, models/__init__.py (removed company imports)
- Updated: action_mapper.py (company intents → contact intents, /api/v1/companies → /api/v1/contacts)
- Updated: workflows/engine.py (company.created → contact.created)
- Updated: worker.py (removed index_company)
- Updated: roles.py, permission_registry.py, permissions.py, deps.py (companies: → contacts:)
- Updated: permission_registry.py CORE_FIELD_DEFINITIONS (old field names → unified contact fields)
- Updated: address model/schema/service (entity_type company → contact only)
- Updated: ai_copilot_service.py (_exec_companies removed, _exec_contacts extended)
- Updated: ai_proactive services/jobs/context_tools (Company → Contact, company_contacts → contact_persons)
- Updated: unified_search jobs.py (removed index_company), query_understanding.py
- Updated: calendar/models.py, addresses.py docstrings
- Updated: conftest.py (Company → Contact, removed companies/company_contacts from TRUNCATE)
- Updated: test_unified_search.py (index_company → index_contact)
|
2026-07-23 17:29:53 +02:00 |
|
Agent Zero
|
879106c4eb
|
Phase 1C: Frontend unified contact UI
|
2026-07-23 17:17:32 +02:00 |
|
Agent Zero
|
ec81940178
|
Phase 0 Complete: Tasks 0.7-0.20
- 0.7: UI-Design-Richtlinien (docs/ui-design-guidelines.md, 535 lines)
- 0.8: Theme-Customization Backend (4 theme fields, migration 0023)
- 0.9: Theme-Customization Frontend (SettingsTheme.tsx, themeStore.ts, live preview)
- 0.10: RBAC-Audit (4 plugins secured, 53 routes with require_permission)
- 0.11: LiteLLM-Cleanup (llm_client.py migrated from httpx to litellm)
- 0.12: KI-Agent-Framework docs (plugin-development-guide.md, agent_capabilities field)
- 0.13: Heartbeat configurable (ProactiveSettings, migration 0024, frontend UI)
- 0.14: Unified Search Field-Level RBAC (resolve_permissions + filter_fields_by_permission)
- 0.15: Undo/History-System (EntityHistory model, service, routes, migration 0025, HistoryViewer)
- 0.16: Storage Backend (LocalStorage + S3Storage, DMS/attachments/mail updated)
- 0.17: Import/Export unified Contact fields (firstname, surname, email_1, phone_1)
- 0.18: .gitignore & Config-Cleanup (webui→frontend, python-jose removed, .env untracked)
- 0.19: Mail-Salt Security-Fix (per-account random salt, migration 0026)
- 0.20: AGPL replaced (PyMuPDF→pypdf, OnlyOffice→Collabora, LICENSE + THIRD_PARTY_LICENSES.md)
|
2026-07-23 08:42:26 +02:00 |
|
Agent Zero
|
75d2f884da
|
Phase 0.4: split hooks.ts into separate API modules
|
2026-07-23 05:11:16 +02:00 |
|
Agent Zero
|
57d18c1381
|
Phase 0.3: migrate date formatting to date-fns
|
2026-07-23 05:05:08 +02:00 |
|
Agent Zero
|
241850fddd
|
Phase 0.2: mark task 0.2 as done in PROGRESS.md
|
2026-07-23 04:55:58 +02:00 |
|
Agent Zero
|
e9a5eee524
|
Phase 0.2: migrate UI component SVGs to lucide-react
- Button.tsx: Loader2 spinner
- EmptyState.tsx: FolderOpen default icon
- Modal.tsx: X close icon
- Pagination.tsx: ChevronLeft/ChevronRight
- Table.tsx: Loader2 loading spinner
- Toast.tsx: Check/X/AlertTriangle/Info + X close
- lucide-react v1.25.0 installed
- All 85 UI tests pass
- 2 pre-existing TSC errors in Dms.tsx (unrelated)
|
2026-07-23 00:47:23 +02:00 |
|
Agent Zero
|
3f2307ab54
|
Phase 0.1: update planning docs to current state
- codebase-vs-requirements.md: rewritten to reflect actual IST-stand (PostgreSQL, React, 12 plugins, unified contacts)
- security-review-phase2.md: added resolution summary for M-01/M-02/M-03/M-05/m-03/m-08
- architecture.md: added section 11 'Implementation Status' with what's built and what's missing
- MASTER-PLAN.md: comprehensive 754-line plan with 8 phases + Phase 3.5 (~590h total)
- PROGRESS.md: progress tracking file for agent work
|
2026-07-23 00:35:40 +02:00 |
|