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:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "claude-launcher",
|
||||
"version": "1.0.0",
|
||||
"description": "Cross-platform Claude Code session manager",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx src/index.tsx",
|
||||
"dev": "tsx watch src/index.tsx"
|
||||
},
|
||||
"dependencies": {
|
||||
"conf": "^13.0.1",
|
||||
"ink": "^5.1.0",
|
||||
"ink-spinner": "^5.0.0",
|
||||
"ink-text-input": "^6.0.0",
|
||||
"react": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/react": "^18.3.12",
|
||||
"tsx": "^4.19.0",
|
||||
"typescript": "^5.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user