vault backup: 2026-04-24 17:48:11

This commit is contained in:
Vadym Samoilenko 2026-04-24 17:48:11 +01:00
parent ad32d5087f
commit 753de0c9f2
2 changed files with 8 additions and 0 deletions

View file

@ -80,6 +80,10 @@ cd backend && python run.py # Starts on port 5137
| 2026-03-23 | Fix naive vs aware datetime crash + stuck AI mode |
## Sessions
### 2026-04-24 Check for user management and token
**Asked:** Check for user management and token usage/cost tracking system, create implementation plan if missing.
**Done:** Confirmed three recording hooks are integrated and identified missing token cost tracking system requiring implementation plan with model pricing details.
### 2026-04-24 Create and improve a CLAUDE.md documentation
**Asked:** Create and improve a CLAUDE.md documentation file for the codebase with commands and architecture overview.
**Done:** Updated CLAUDE.md with corrected paths, added npm dev command, clarified ASGI/socketio architecture, and documented async patterns.
@ -91,6 +95,7 @@ cd backend && python run.py # Starts on port 5137
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-24 | Token cost tracking system | Add tiktoken dependency, create user management module, implement cost tracking by project and user | requirements.txt, CLAUDE.md |
| 2026-04-24 | CLAUDE.md enhancement | Fixed wiki path, added npm run dev command, clarified ASGI architecture and async Motor/PyMongo distinction | CLAUDE.md |
| 2026-03-23 | Fix AI mode hanging on GCP | WebSocket → HTTP polling for all LLM routes | backend |
| 2026-03-23 | Add document upload support | PDF/DOCX/TXT as focus group assets | backend, frontend |

View file

@ -293,3 +293,6 @@ tags: [daily]
- 17:42 | `cinema-studio-pro-kling`
- **Asked:** Fix API validation check for generated videos endpoint in VideoGenTab.
- **Done:** Updated validation logic to match corrected API URL path and pushed changes to git.
- 17:47 | `semblance`
- **Asked:** Check for user management and token usage/cost tracking system, create implementation plan if missing.
- **Done:** Confirmed three recording hooks are integrated and identified missing token cost tracking system requiring implementation plan with model pricing details.