Logo
Explore Help
Register Sign In
CyberCoveLLC/Triple-C
1
0
Fork 0
You've already forked Triple-C
Code Issues Pull Requests Actions Packages Projects Releases 128 Wiki Activity
Files
ba4cb4176d96eba9b70bfa1cf3564fff45428798
Triple-C/app/src-tauri/src/commands/mod.rs

6 lines
130 B
Rust
Raw Normal View History

Initial commit: Triple-C app, container, and CI Tauri v2 desktop app (React/TypeScript + Rust) for managing containerized Claude Code environments. Includes Gitea Actions workflow for building and pushing the sandbox container image, and a BUILDING.md guide for manual app builds on Linux and Windows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 04:29:51 +00:00
pub mod docker_commands;
pub mod project_commands;
pub mod settings_commands;
pub mod terminal_commands;
Add app update detection and multi-folder project support Feature 1 - Update Detection: Query Gitea releases API on startup (3s delay) and every 24h, compare patch versions by platform, show pulsing "Update" button in TopBar with dialog for release notes/downloads. Settings: auto-check toggle, manual check, dismiss per-version. Feature 2 - Multi-Folder Projects: Replace single `path` with `paths: Vec<ProjectPath>` (host_path + mount_name). Each folder mounts to `/workspace/{mount_name}`. Auto-migrate old single-path JSON on load. Container recreation via paths-fingerprint label. AddProjectDialog and ProjectCard support add/remove/edit of multiple folders. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 21:18:33 +00:00
pub mod update_commands;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 43ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API