mirror of
https://github.com/MioMioOS/MioIsland
synced 2026-04-21 13:37:26 +00:00
PreToolUse hookSpecificOutput cannot provide answers to AskUserQuestion — Claude Code only honors allow/deny decisions. Remove the blocking Python path and all PendingQuestion socket machinery. The answer is sent directly to the terminal via AppleScript/cmux, matching the existing sendOptionToTerminal pattern. Also rewrites AskUserQuestionView with vertical layout, project design language (.notchFont, TerminalColors), and hover states. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
244 B
Bash
Executable file
6 lines
244 B
Bash
Executable file
xcodebuild -project ClaudeIsland.xcodeproj -scheme ClaudeIsland \
|
|
-configuration Release CODE_SIGN_IDENTITY="-" \
|
|
CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO \
|
|
DEVELOPMENT_TEAM="" \
|
|
CONFIGURATION_BUILD_DIR="$(pwd)/build" \
|
|
build
|