mirror of
https://github.com/github/spec-kit.git
synced 2026-02-03 06:23:36 +00:00
chore: add installation of codebuddy CLI in the devcontainer
This commit is contained in:
@@ -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"
|
run_command "rm -rf ./q q.zip q.zip.sig amazonq-public-key.asc"
|
||||||
echo "✅ Done"
|
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)
|
# Installing UV (Python package manager)
|
||||||
echo -e "\n🐍 Installing UV - Python Package Manager..."
|
echo -e "\n🐍 Installing UV - Python Package Manager..."
|
||||||
run_command "pipx install uv"
|
run_command "pipx install uv"
|
||||||
|
|||||||
Reference in New Issue
Block a user