We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codebuddy
devcontainer
1 parent 9d4e8e9 commit a8514daCopy full SHA for a8514da
.devcontainer/post-create.sh
@@ -88,6 +88,10 @@ run_command "./q/install.sh --no-confirm"
88
run_command "rm -rf ./q q.zip q.zip.sig amazonq-public-key.asc"
89
echo "✅ Done"
90
91
+echo -e "\n🤖 Installing CodeBuddy CLI..."
92
+run_command "bun add --global @tencent-ai/codebuddy-code@latest"
93
+echo "✅ Done"
94
+
95
# Installing UV (Python package manager)
96
echo -e "\n🐍 Installing UV - Python Package Manager..."
97
run_command "pipx install uv"
0 commit comments