Skip to content

Commit a8514da

Browse files
committed
chore: add installation of codebuddy CLI in the devcontainer
1 parent 9d4e8e9 commit a8514da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.devcontainer/post-create.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ run_command "./q/install.sh --no-confirm"
8888
run_command "rm -rf ./q q.zip q.zip.sig amazonq-public-key.asc"
8989
echo "✅ Done"
9090

91+
echo -e "\n🤖 Installing CodeBuddy CLI..."
92+
run_command "bun add --global @tencent-ai/codebuddy-code@latest"
93+
echo "✅ Done"
94+
9195
# Installing UV (Python package manager)
9296
echo -e "\n🐍 Installing UV - Python Package Manager..."
9397
run_command "pipx install uv"

0 commit comments

Comments
 (0)