Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions home/core/claude-code.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ in
settings = {
# 応答に使う自然言語です。
language = "japanese";
# 常にフルの表示を要求します。
verbose = true;
Comment thread
ncaq marked this conversation as resolved.
# 頻繁に最適な値が変わるので設定するその時に最適なものを選びます。
# 通常はモデルのバージョンは指定せずその時の最新を優先するのですが、
# opus-4.8があまりにも酷く、
Expand Down
Loading