mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-23 10:33:32 +08:00
fix(continuous-learning-v2): accept claude-desktop as valid entrypoint (#1522)
This commit is contained in:
@@ -103,7 +103,7 @@ fi
|
|||||||
# Non-interactive SDK automation is still filtered by Layers 2-5 below
|
# Non-interactive SDK automation is still filtered by Layers 2-5 below
|
||||||
# (ECC_HOOK_PROFILE=minimal, ECC_SKIP_OBSERVE=1, agent_id, path exclusions).
|
# (ECC_HOOK_PROFILE=minimal, ECC_SKIP_OBSERVE=1, agent_id, path exclusions).
|
||||||
case "${CLAUDE_CODE_ENTRYPOINT:-cli}" in
|
case "${CLAUDE_CODE_ENTRYPOINT:-cli}" in
|
||||||
cli|sdk-ts) ;;
|
cli|sdk-ts|claude-desktop) ;;
|
||||||
*) exit 0 ;;
|
*) exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user