Initial commit: Claude Code session launcher

TUI launcher built with Ink/React for managing Claude Code sessions.
Features: local project browser, Gitea integration, Infisical auth, remote sessions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 20:52:26 +03:00
commit d5d6703a1a
11 changed files with 2329 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "es2022",
"strict": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true
},
"include": ["src"]
}