a5cde031a1
refactor: integrate TrayManager with Tauri commands, zero dead code
2025-12-20 19:58:11 -03:00
3a2510c22b
docs: update PROMPT.md with weekly maintenance checklist
2025-12-18 16:18:19 -03:00
1547199142
fix: resolve warnings
2025-12-17 17:43:33 -03:00
1f576c8062
Disable auto-trigger CI - manual only via workflow_dispatch
2025-12-16 17:07:02 -03:00
986919b7be
Revert "Disable CI - built via botserver-bundle"
...
GBCI / build (push) Failing after 22s
This reverts commit e395b62df7 .
2025-12-16 17:04:55 -03:00
e395b62df7
Disable CI - built via botserver-bundle
2025-12-16 17:02:19 -03:00
748aec7882
Add checkout of botlib and botui dependencies in CI
GBCI / build (push) Failing after 17s
2025-12-16 17:00:16 -03:00
6c8fceab02
Fix APK build flag and add Cargo caching
GBCI / build (push) Has been cancelled
2025-12-16 16:35:22 -03:00
30432f7c14
Add Forgejo CI workflow for botapp - Build APK
GBCI / build (push) Failing after 25m37s
2025-12-16 13:25:06 -03:00
d573eb4256
Lowercase botserver/botbook references
2025-12-12 23:20:08 -03:00
5a20b23c00
Update PROMPT.md
2025-12-12 16:39:43 -03:00
d612ca0e9c
Add rclone sync for desktop, rename docs chapters, clarify admin/user views
...
Desktop Sync (botapp):
- Add src/desktop/sync.rs with rclone-based file synchronization
- Support Push, Pull, and Bisync modes
- Commands: get_sync_status, start_sync, stop_sync, configure_remote
- Check rclone installation, list remotes, manage sync folder
- Register all sync commands in Tauri invoke handler
Server (botserver):
- Update /files/sync/* endpoints to indicate desktop-only feature
- Add is_desktop and message fields to SyncStatus struct
- Web users see clear message that sync requires desktop app
Documentation (botbook):
- Rename chapter-09-api -> chapter-09-tools (LLM Tools)
- Rename chapter-10-api -> chapter-10-rest (REST Endpoints)
- Add admin-user-views.md explaining User vs Admin interfaces
- Document all /api/user/* and /api/admin/* endpoint patterns
- Update Drive docs with sync feature and requirements
- Fix all cross-references to renamed chapters
Deferred: Billing APIs (Dec 1, 2024 placeholder remains)
2025-12-05 06:50:32 -03:00
7f37f71157
Add PROMPT.md
2025-12-04 12:30:05 -03:00
f60cc497d4
Add VS Code settings for rust-analyzer
2025-12-04 09:39:38 -03:00
3e4616dce1
Use HTMX for app-guides, fix warnings
...
- Rewrote local-files.html to use HTMX instead of vanilla JS
- Rewrote native-settings.html to use HTMX with CSS-only toggles
- Added allow(dead_code) for tray.rs (prepared for future use)
- Minimal JS approach: all interactions via hx-* attributes
2025-12-04 09:21:19 -03:00
64e11506a2
Initial botapp - Tauri wrapper for General Bots
...
This crate wraps botui (pure web UI) with Tauri for desktop/mobile:
- Native file system access via Tauri commands
- System tray integration (prepared)
- App-specific guides injected at runtime
- Desktop settings and configuration
Architecture:
- botui: Pure web UI (no Tauri deps)
- botapp: Tauri wrapper that loads botui's suite
Files:
- src/desktop/drive.rs: File system commands
- src/desktop/tray.rs: System tray (prepared)
- js/app-extensions.js: Injects app guides into suite
- ui/app-guides/: App-only HTML content
2025-12-04 09:02:10 -03:00