chore: add installation of codebuddy CLI in the devcontainer

This commit is contained in:
Tine Kondo
2025-10-16 09:52:14 +02:00
parent 9d4e8e9eb9
commit a8514da3e8

View File

@@ -88,6 +88,10 @@ run_command "./q/install.sh --no-confirm"
run_command "rm -rf ./q q.zip q.zip.sig amazonq-public-key.asc"
echo "✅ Done"
echo -e "\n🤖 Installing CodeBuddy CLI..."
run_command "bun add --global @tencent-ai/codebuddy-code@latest"
echo "✅ Done"
# Installing UV (Python package manager)
echo -e "\n🐍 Installing UV - Python Package Manager..."
run_command "pipx install uv"