Skip to content
Merged
Show file tree
Hide file tree
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: 1 addition & 1 deletion .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ PR作成後にCIが失敗した場合、**そのブランチで解決できる
## 5. 環境作成

基本的にdevcontainerを使用する。
またベースはghcr.io/keito4/config-base:1.54.0を使用する
またベースはghcr.io/keito4/config-base:1.62.2を使用する

## 6. デプロイ

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ The repository includes a complete DevContainer setup (`.devcontainer/`) that pr
- Integrated Claude Code configuration with specialized agents and commands
- Bell notification system for development workflow events

**Latest Version**: `ghcr.io/keito4/config-base:1.62.1`
**Latest Version**: `ghcr.io/keito4/config-base:1.62.2`

**Pre-installed Plugins** (v1.62.1):

Comment on lines +582 to 585

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

バージョン表記の不整合を修正してください(1.62.2に統一)

Latest Version が 1.62.2 になっている一方で、プラグインの見出しが v1.62.1 のままです。ここも 1.62.2 に合わせるのが良さそうです。

🔧 修正案
-**Pre-installed Plugins** (v1.62.1):
+**Pre-installed Plugins** (v1.62.2):
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
**Latest Version**: `ghcr.io/keito4/config-base:1.62.2`
**Pre-installed Plugins** (v1.62.1):
**Latest Version**: `ghcr.io/keito4/config-base:1.62.2`
**Pre-installed Plugins** (v1.62.2):
🤖 Prompt for AI Agents
In `@README.md` around lines 582 - 585, Update the inconsistent version label:
change the "Pre-installed Plugins (v1.62.1)" heading to "Pre-installed Plugins
(v1.62.2)" so it matches the "Latest Version: ghcr.io/keito4/config-base:1.62.2"
line; locate the text string "Pre-installed Plugins (v1.62.1)" in the README and
replace the version token to v1.62.2.

Expand Down
6 changes: 3 additions & 3 deletions docs/using-config-base-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// .devcontainer/devcontainer.json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.54.0",
"image": "ghcr.io/keito4/config-base:1.62.2",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
}
Expand Down Expand Up @@ -82,7 +82,7 @@ claude --help
// .devcontainer/devcontainer.json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.54.0",
"image": "ghcr.io/keito4/config-base:1.62.2",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
},
Expand Down Expand Up @@ -133,7 +133,7 @@ my-plugin@marketplace
```json
{
"name": "My Project",
"image": "ghcr.io/keito4/config-base:1.54.0",
"image": "ghcr.io/keito4/config-base:1.62.2",
"remoteEnv": {
"TMPDIR": "/home/vscode/.claude/tmp"
},
Expand Down