Files
heicode-win/cc-haha/bin/claude-haha
T
gongzhiyong 1efcf73992 chore: consolidate heicode workspace into single repository
Import cc-haha and new-api into a single repository layout for unified delivery.

Made-with: Cursor
2026-04-29 21:08:15 +08:00

5 lines
182 B
Bash
Executable File

#!/usr/bin/env bash
# Backwards-compatible shim — forwards to the new HeiCode entrypoint.
# Will be removed in a future release.
exec "$(dirname "${BASH_SOURCE[0]}")/heicode" "$@"