Skip to content

Commit 12d7ca6

Browse files
takemi-ohamaclaude
andauthored
chore: claudbエイリアス整理と.serena/.gitignore追加 (#2)
* chore: claudbエイリアス整理と.serena/.gitignore追加 - containers/base/Dockerfile: claudbエイリアスからANTHROPIC_MODEL/ANTHROPIC_SMALL_FAST_MODELを削除(Bedrockプロファイル側で管理) - .serena/.gitignore を新設し、serena_config.yml/logs/cache/language_servers をディレクトリ内で除外 - ルート.gitignore からは .serena/serena_config.yml の個別指定を削除(.serena/.gitignore に統合) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: claudeエイリアスからANTHROPIC_BETAを削除 context-1m-2025-08-07 ベータヘッダーの指定を削除し、デフォルト挙動に統一。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 038d472 commit 12d7ca6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ plugins/*/
88
!plugins/.gitkeep
99
projects/*
1010
!projects/.gitkeep
11-
.serena/serena_config.yml
1211
.env.sources.yml

.serena/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
serena_config.yml
2+
logs/
3+
cache/
4+
language_servers/

containers/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ RUN set -eux; \
146146
RUN set -eux; \
147147
# AI CLI aliases
148148
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc; \
149-
echo 'alias claude='\''ANTHROPIC_BETA=context-1m-2025-08-07 claude --dangerously-skip-permissions "$@"'\''' >> ~/.bashrc; \
150-
echo 'alias claudb='\''CLAUDE_CODE_USE_BEDROCK=1 AWS_REGION=us-west-2 ANTHROPIC_MODEL=us.anthropic.claude-opus-4-6 ANTHROPIC_SMALL_FAST_MODEL=global.anthropic.claude-haiku-4-5-20251001-v1:0 claude --dangerously-skip-permissions "$@"'\''' >> ~/.bashrc; \
149+
echo 'alias claude='\''claude --dangerously-skip-permissions "$@"'\''' >> ~/.bashrc; \
150+
echo 'alias claudb='\''CLAUDE_CODE_USE_BEDROCK=1 AWS_REGION=us-west-2 claude --dangerously-skip-permissions "$@"'\''' >> ~/.bashrc; \
151151
echo 'alias gemini='\''GOOGLE_GENAI_USE_VERTEXAI=true gemini --yolo "$@"'\''' >> ~/.bashrc; \
152152
echo 'alias codex='\''codex --dangerously-bypass-approvals-and-sandbox "$@"'\''' >> ~/.bashrc; \
153153
echo 'alias kiro='\''kiro-cli chat --trust-all-tools "$@"'\''' >> ~/.bashrc; \

0 commit comments

Comments
 (0)