Commit Graph

3 Commits

Author SHA1 Message Date
13ee367509 feat: AI learning from feedback + v1.12.0
AI Learning System:
- Add FeedbackLearningService for few-shot learning from user feedback
- Integrate learning context into chat prompts (nordabiz_chat.py)
- Add seed examples for cold start (when insufficient real feedback)
- Add /api/admin/ai-learning-status endpoint
- Add learning status section to chat analytics panel

Other Changes:
- Update release notes to v1.12.0
- Remove old password references from documentation (CLAUDE.md)
- Fix password masking in run_migration.py (use regex for any password)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 10:51:08 +01:00
4cb505f21c auto-claude: 2.2 - Replace hardcoded password in run_migration.py with safe fallback and add warning comment 2026-01-10 12:49:18 +01:00
0dde9bde77 auto-claude: subtask-6-1 - Add run_migration.py for production deployment
Added a Python migration script that can be run on the production server
to add the google_opening_hours and google_photos_count columns.

Script connects to localhost (127.0.0.1) as required by PostgreSQL config.

Usage on production server:
  cd /var/www/nordabiznes && python3 run_migration.py

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 23:21:19 +01:00