aaba2976b4
Update .gitmodules
2026-02-06 17:11:32 -03:00
116f11cb42
Update all submodules to latest commits
...
Includes botui fix for 404 errors with bot name prefixes:
- Removed root-level static routes that conflicted with bot prefixes
- All static assets now properly served under /suite/ path
- Fixes /edu/suite/js/api-client.js and related assets
2026-02-06 16:30:42 -03:00
cd3b3c12b2
chore: update botserver submodule
2026-01-25 23:20:26 -03:00
79882f0319
chore: update botserver submodule for dep fix
2026-01-25 23:16:56 -03:00
ebf6305e13
chore: update botserver submodule for ci fix
2026-01-25 22:58:51 -03:00
ce14c41083
chore: update botserver submodule
2026-01-25 22:51:40 -03:00
1c8fb68db2
chore: revert production URL changes in submodules
2026-01-25 22:49:28 -03:00
143c1759d5
Update submodules to include production URL logic
2026-01-25 22:42:45 -03:00
f5cc5bf3ce
Fix sccache path in monorepo config
2026-01-25 21:56:23 -03:00
410b6d8dd6
Update botserver submodule to commit with LXC priority limits
2026-01-25 21:22:32 -03:00
f8d8ea58d3
Update botserver submodule after history rewrite
2026-01-25 18:34:24 -03:00
49f9c0521f
Update botserver submodule reference
2026-01-25 17:07:16 -03:00
14bffe8130
Update submodules botserver and botbook
2026-01-25 16:56:11 -03:00
dc4d9055dc
Fix hardware docs: correct GGUF links, real file sizes, accurate VRAM requirements
...
- Update GLM-4-9B links to working bartowski repos
- Add real DeepSeek-V3 file sizes (409GB Q4_K_M)
- Fix Mistral Large 2407 calculations (50GB Q2_K)
- Create DEPENDENCIES.sh and DEPENDENCIES-DEV.sh scripts
- Rewrite TODO-install.md with actual deployment strategy
- Update compatibility matrix with real VRAM needs
2026-01-25 16:22:27 -03:00
a11b117e34
Update files
2026-01-25 15:26:33 -03:00
8bd78e627a
docs: update global PROMPT.md with mandatory git workflow rule
2026-01-25 15:22:44 -03:00
82d3ff9e39
chore(workspace): sync botbook renaming changes
2026-01-25 15:09:57 -03:00
ddb86a1e21
chore(workspace): sync botbook ci deploy fix
2026-01-25 14:55:03 -03:00
1552551622
chore(workspace): sync botbook config fix
2026-01-25 14:52:31 -03:00
7abf3d31c7
chore(workspace): sync botbook ci fix
2026-01-25 14:45:41 -03:00
7b5feb3bb7
chore(workspace): final sync and remote standards update
2026-01-25 14:34:37 -03:00
0c762bd8cf
chore(workspace): sync botbook updates
2026-01-25 14:31:55 -03:00
8ee286784c
chore(workspace): sync botserver ci cargo patch
2026-01-25 14:18:35 -03:00
ebbbe394d2
chore(workspace): sync botserver docs and ignore updates
2026-01-25 14:17:22 -03:00
63809e2845
chore(workspace): sync botserver ci optimization
2026-01-25 14:11:40 -03:00
0c5e1f0cb3
chore(workspace): sync botserver ci fix
2026-01-25 14:10:35 -03:00
639f6d69ec
chore(workspace): sync botserver after final 11MB ghost purge
2026-01-25 14:06:02 -03:00
8e585741a1
chore(workspace): final sync of cleaned submodule histories
2026-01-25 13:45:03 -03:00
576e3d4de7
chore(workspace): sync submodule heads after history cleanup and updates
2026-01-25 13:34:30 -03:00
122096cefd
chore: delete a file.
2026-01-25 12:25:02 -03:00
a2b9eabd17
Commit all changes before refactoring to Suite/Assistant architecture
2026-01-25 10:53:22 -03:00
002bddf1fb
chore: update workspace submodules
2026-01-25 08:42:51 -03:00
cf7d1f9992
chore: Apply binary size optimizations, update PROMPT standards and fix clippy warnings
2026-01-25 08:36:36 -03:00
4c8f828d41
Update submodules and Cargo.toml
2026-01-24 22:07:02 -03:00
ef6022abad
Refactor: Implement workspace dependencies across all projects
2026-01-23 09:38:00 -03:00
402fc386ba
Update botui submodule coverage
2026-01-22 21:23:43 -03:00
2c5a03297f
Update all submodules
2026-01-22 20:52:33 -03:00
8e701d9c02
Update all submodules
2026-01-22 20:24:18 -03:00
e2b181ab25
Update PROMPT.md files to be tool-agnostic and version 6.2.0
2026-01-22 20:20:01 -03:00
994adbb0ad
Update submodule reference and cargo config
2026-01-22 19:45:29 -03:00
3735c67df0
Update botserver submodule with modular learn schema and merged channels
2026-01-22 14:02:23 -03:00
55c14f6335
Update botserver submodule
2026-01-22 13:58:13 -03:00
eb15ab739c
Auto-commit: 2026-01-19 15:43:47
2026-01-19 15:43:47 -03:00
c9cfc708ad
Update botserver submodule and add .cargo directory
2026-01-19 15:28:40 -03:00
dbc48b127c
Auto-commit: 20260118_195338
2026-01-18 19:53:39 -03:00
fda3186ba0
Update PROMPT.md files and add .vscode directory
2026-01-15 16:35:07 -03:00
5ed7a2be81
Update submodule references for botserver and botui
2026-01-13 14:49:42 -03:00
ebe52997ac
Implement HIGH/MEDIUM priority TODO items
...
Learn Module Session Integration:
- Added AuthenticatedUser extractor to 9 handlers
- submit_quiz, get_progress, start_course, complete_lesson_handler
- create_assignment, get_pending_assignments, get_certificates
- get_recommendations, get_user_stats
Security Auth Role Fetching:
- validate_session_sync() reads from SESSION_CACHE
- Maps role strings to Role enum (Admin, SuperAdmin, etc.)
- Falls back to User role for uncached sessions
AutoTask Improvements:
- get_task_logs() reads from manifest with status-based logs
- store_compiled_intent() saves to cache and database
Face API Full Implementation:
- AWS Rekognition: detect, verify, analyze
- OpenCV: local face detection/verification
- InsightFace: RetinaFace detection, ArcFace verification
- Helper methods: get_image_bytes, simulate_face_detection, generate_landmarks
2026-01-13 14:48:01 -03:00
5d13d2b4f8
Update TODO.md with comprehensive list of remaining missing implementations
...
Added detailed tracking for:
- Face API providers (AWS Rekognition, OpenCV, InsightFace) - 9 stubs
- Learn module session integration - 9 handlers need user_id
- AutoTask module incomplete items
- Security role fetching from Zitadel
- Basic keywords dynamic row issue
- Designer canvas placeholder SVGs
- Meet module transcription stubs
- Email/folder monitoring production integration
- Contact integration junction tables
- Billing mock testing structs
- Priority matrix (HIGH/MEDIUM/LOW)
2026-01-13 13:07:51 -03:00
f82bc26e91
Fix UI button handlers, implement backend stubs, fix compilation errors
...
- Add admin-functions.js to main suite/index.html for 40+ button handlers
- Fix slides module gbSlides -> window.slidesApp references
- Add missing IntoResponse import to analytics.rs
- Implement recording database methods (get, list, create, update, delete)
- Implement calendar check_conflicts and get_events_range
- Implement calendar integration methods (fetch contacts, find collaborators)
- Implement tasks integration methods (fetch tasks, find assignees)
- Implement autotask get_pending_decisions, get_pending_approvals, apply_recommendation
- Implement get_trends in insights.rs with actual data
- Implement fetch_new_emails and fetch_folder_changes with mock data
- Remove unused imports (put from workspaces, delete from legal)
- Update TODO.md with completed items
2026-01-13 13:06:28 -03:00