CodeCliConnector 0.1.5
dotnet tool install --global CodeCliConnector --version 0.1.5
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local CodeCliConnector --version 0.1.5
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CodeCliConnector&version=0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CodeCliConnector --version 0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CodeCliConnector (ccc)
Claude Code 远程连接器 CLI 工具。
将 Claude Code 的 Hook 通知和权限请求转发到远程服务器,支持从移动设备实时审批操作。
安装
dotnet tool install -g CodeCliConnector
使用
# 配置服务器地址和密钥
ccc config
# 启动连接器
ccc run
# 查看帮助
ccc help
命令
| 命令 | 说明 |
|---|---|
run |
启动连接器(默认命令) |
config |
配置服务器地址和密钥 |
reconnect |
重新注册设备获取新令牌 |
list-devices |
列出所有设备及在线状态 |
unhook |
卸载 Claude Code Hook 配置 |
service-install |
注册为 Windows 服务(需管理员权限) |
service-uninstall |
卸载 Windows 服务(需管理员权限) |
log |
打开日志文件夹 |
help |
显示帮助信息 |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.