エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
{ "statusLine": { "type": "command", "command": "CLAUDE_CONFIG_DIR/statusline.sh" }, // その他は... { "statusLine": { "type": "command", "command": "CLAUDE_CONFIG_DIR/statusline.sh" }, // その他は略... } #!/usr/bin/env bash # Read JSON input from stdin input=$(cat) MODEL_DISPLAY=$(echo "$input" | jq -r '.model.display_name') CURRENT_DIR=$(echo "$input" | jq -r '.workspace.current_dir') TRANSCRIPT_PATH=$(echo "$input" | jq -r '.transcript_path') # Get git branch information GIT_BRANCH="" if git rev-pars