62749e9eba
Add Playwright testing setup
2026-02-04 15:42:39 -03:00
3befc141e5
Fix token limits for local llama.cpp server
...
- Add token-aware text truncation utility in core/shared/utils.rs
- Fix embedding generators to use 600 token limit (safe under 768)
- Fix LLM context limit detection for local models (768 vs 4096)
- Prevent 'exceed context size' errors for both embeddings and chat
2026-02-02 11:56:13 -03:00
a2b9eabd17
Commit all changes before refactoring to Suite/Assistant architecture
2026-01-25 10:53:22 -03:00
23f947e578
fix: add /api/auth to anonymous paths for chat session creation
...
- Fix 401 Unauthorized on /api/auth?bot_name=default endpoint
- Allow anonymous users to create chat sessions without prior authentication
- Fix i18n.js DOM timing issue - wait for document.body before attaching listeners
2026-01-10 10:49:19 -03:00
361b27e047
Setup root repo with submodules for all bot components
2025-12-27 17:23:45 -03:00
9cd50e15d6
Update .gitignore to exclude subproject directories
2025-12-25 11:03:24 -03:00
c4544468f1
Add workspace README and configuration files
2025-12-25 11:03:05 -03:00