Commit 1467ede
authored
Fix claude code cli environment variable detection (#670)
* Fix Claude Code CLI environment variable detection
Update the Claude Code CLI detection logic to check for 'CLAUDECODE' and 'CLAUDE_CODE_ENTRYPOINT' environment variables instead of 'CLAUDE_CODE' and 'ANTHROPIC_CLI'. This ensures accurate detection of the Claude Code CLI environment.
* Update Directory.Build.props1 parent b834fd2 commit 1467ede
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments