|
|
061c14b4a2
|
Fix tasks UI, WebSocket progress, memory monitoring, and app generator
Tasks UI fixes:
- Fix task list to query auto_tasks table instead of tasks table
- Fix task detail endpoint to use UUID binding for auto_tasks query
- Add proper filter handling: complete, active, awaiting, paused, blocked
- Add TaskStats fields: awaiting, paused, blocked, time_saved
- Add /api/tasks/time-saved endpoint
- Add count-all to stats HTML response
App generator improvements:
- Add AgentActivity struct for detailed terminal-style progress
- Add emit_activity method for rich progress events
- Add detailed logging for LLM calls with timing
- Track files_written, tables_synced, bytes_generated
Memory and performance:
- Add memory_monitor module for tracking RSS and thread activity
- Skip 0-byte files in drive monitor and document processor
- Change DRIVE_MONITOR checking logs from info to trace
- Remove unused profile_section macro
WebSocket progress:
- Ensure TaskProgressEvent includes activity field
- Add with_activity builder method
|
2025-12-30 22:42:32 -03:00 |
|
|
|
883c6d07e1
|
Remove all code comments and fix ratatui version
|
2025-12-23 18:40:58 -03:00 |
|
|
|
340ac8840a
|
- New templates.
|
2025-12-03 07:15:54 -03:00 |
|
|
|
c6bbd50946
|
, dt.month, dt.hour, dt.is_weekend, etc.)
- Add startup wizard module for first-run configuration
- Add white-label branding system with .product file support
- Add bot manager for lifecycle, MinIO buckets, and templates
- Add version tracking registry for component updates
- Create comparison doc: BASIC vs n8n/Zapier/Make/Copilot
- Add WhatsApp-style sample dialogs to template documentation
- Add data traceability SVG diagram ```
|
2025-11-30 15:07:29 -03:00 |
|
|
|
7f2967b04b
|
Add SQLx dependencies for calendar feature
|
2025-11-27 23:10:43 -03:00 |
|
|
|
4b5d18db71
|
Add metadata and refactor BASIC compiler
- Add package metadata (keywords, categories) to Cargo.toml
- Add #[must_use] attributes to constructor methods
- Simplify conditional logic by inverting if-else blocks
- Replace string formatting with interpolation syntax
|
2025-11-27 15:19:17 -03:00 |
|
|
|
53bac1f5ec
|
- Refactor folder as features.
|
2025-11-22 22:55:35 -03:00 |
|