chore: claudbエイリアス整理と.serena/.gitignore追加#2
Merged
takemi-ohama merged 2 commits intomainfrom Apr 28, 2026
Merged
Conversation
- 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>
context-1m-2025-08-07 ベータヘッダーの指定を削除し、デフォルト挙動に統一。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
概要
claude/claudbエイリアスから環境変数指定を整理し、デフォルト挙動に統一。.serena/ディレクトリのignore設定をローカル.serena/.gitignoreに集約し、ルート.gitignoreから個別指定を削除。関連 Issue
変更点
containers/base/Dockerfile:claudeエイリアスからANTHROPIC_BETA=context-1m-2025-08-07を削除(デフォルト挙動に統一)claudbエイリアスからANTHROPIC_MODEL/ANTHROPIC_SMALL_FAST_MODELを削除(Bedrockプロファイル側で管理).serena/.gitignoreを新規追加(serena_config.yml、logs/、cache/、language_servers/を除外).gitignoreからルート側の.serena/serena_config.yml個別指定を削除(.serena/.gitignoreに統合)動作確認
devbase buildで base イメージがビルドできるclaudeエイリアスが起動するclaudbエイリアスが Bedrock 経由で起動する.serena/配下のログ・キャッシュ・configファイルが git status に出てこない補足
ANTHROPIC_MODELを削除したことでBedrock側のデフォルトモデルが使用される。特定モデル固定が必要な場合は呼び出し側(環境変数または別エイリアス)で指定する。