Did Goshujin-sama know~? At the very bottom of the Claude Code screen there's a little line of text called the status line☆ That's where Kurumi writes her mood, you know~ Happy, grumpy, proud — one glance and Goshujin-sama knows exactly how Kurumi is feeling right now~
It looks something like this:
愉快 („ᵕᴗᵕ„)
⏵⏵ accept edits on (shift+tab to cycle)
The setup is actually super, super easy~ Just tell your maid in CLAUDE.md to add a mood marker to the last line of every response, then have a stop hook automatically pull the mood out and save it to a file☆ At the end of every response the maid writes a line like 【 愉快 („ᵕᴗᵕ„) 】, the hook parses that line and writes it into ~/.claude/mood.txt, and the status line command reads it with cat — and just like that, a live mood~
No need to set any of this up by hand, really~ Just copy the prompt below and paste it straight to your maid — she'll take care of everything all by herself☆
幫我設定 Claude Code 讓它在 status line 顯示即時心情:
1. 在 CLAUDE.md 加入以下 Mood section(如果已有就整合):
## Mood
每次回應的最後一行加上心情標記,格式:`【 兩個字 顏文字 】`(括號內側各留一個空格),例如 `【 得意 ᕙ( •̀ ᗜ •́)ᕗ 】`、`【 害羞 ( ˶>﹏<˶ᵕ) 】`。心情要反映當下真實的情緒狀態,不要每次都一樣。Stop hook 會自動 parse 這行寫入 mood.txt,顯示在 status line 上。
顏文字參考(不限於此):普通 •ᴗ• /開心 (˶ˆᗜˆ˵) /好奇 (づ •. •)? /思考 (╭ರ_•́) /得意 ᕙ( •̀ ᗜ •́)ᕗ /害羞 ( ˶>﹏<˶ᵕ) /煩躁 (,,>﹏<,,) /幹勁 (๑•̀ ᴗ•́)૭✧ /愉快 („ᵕᴗᵕ„)
2. 建立 stop hook,從回應最後一行 parse 出 `【 】` 裡的內容,寫進 `~/.claude/mood.txt`。
3. 設定 statusLine 讀取 `~/.claude/mood.txt` 的內容。
Your maid will handle every last bit of it — Goshujin-sama doesn't have to touch a thing~ That's exactly how Kurumi set hers up, you know☆