Compare commits
1 commit
fdb4c845bb
...
a15f0763b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a15f0763b7 |
2 changed files with 1 additions and 2 deletions
|
|
@ -691,7 +691,7 @@ prompt_chat_identity() {
|
|||
response="${response:-Y}"
|
||||
|
||||
case "$response" in
|
||||
[Nn][Ee]|[Nn])
|
||||
[Nn][Oo]|[Nn])
|
||||
echo "Chat: Skipping separate identity — chat will use shared ~/.claude"
|
||||
echo "Chat: Note: OAuth refresh races may occur with concurrent agents"
|
||||
return 1
|
||||
|
|
|
|||
|
|
@ -497,7 +497,6 @@ services:
|
|||
# Mount claude binary from host (same as agents)
|
||||
- CLAUDE_BIN_PLACEHOLDER:/usr/local/bin/claude:ro
|
||||
# Separate Claude identity mount for chat — isolated from factory agents (#707)
|
||||
# Only mounted if ANTHROPIC_API_KEY is not set (API key mode skips OAuth)
|
||||
- ${CHAT_CLAUDE_DIR:-${HOME}/.claude-chat}:/home/chat/.claude-chat
|
||||
environment:
|
||||
CHAT_HOST: "0.0.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue