This website requires JavaScript.
Explore
Help
Register
Sign In
CyberCoveLLC
/
Triple-C
Watch
1
Star
0
Fork
0
You've already forked Triple-C
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
128
Wiki
Activity
Files
550159fc63a752ca3823749d7c415308eb3e236a
Triple-C
/
app
/
src-tauri
/
icons
/
128x128@2x.png
161 lines
42 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
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
<EFBFBD>
PNG
Add port mappings feature, update app icon, and enhance default instructions - Add per-project port mapping configuration (host:container port pairs with TCP/UDP protocol) stored in project config and applied as Docker port bindings at container creation. Port changes trigger automatic container recreation via fingerprint detection. - Create PortMappingsModal UI component following the same pattern as EnvVarsModal, integrated into ProjectCard config panel. - Inject port mapping details into CLAUDE_INSTRUCTIONS so Claude inside the container knows which ports are available for testing services. - Update default global instructions for new installs to encourage use of subagents for long-running and parallel tasks. - Replace app icons with new v2 sun logo design for better visibility at small sizes (taskbar/dock). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 14:36:51 +00:00