1 Commits

Author SHA1 Message Date
1caff2925b chore(deps): update dependency aqua:dagger/dagger to v0.18.16 2025-08-26 10:42:10 +00:00
3 changed files with 30 additions and 30 deletions

View File

@@ -3,53 +3,51 @@
"aqua:FiloSottile/age" = "1.2.1"
"aqua:ajeetdsouza/zoxide" = "0.9.8"
"aqua:alexellis/k3sup" = "0.13.11"
"aqua:astral-sh/uv" = "0.8.16"
"aqua:bitwarden/clients" = "2025.8.0"
"aqua:dagger/dagger" = "0.18.17"
"aqua:astral-sh/uv" = "0.8.13"
"aqua:aws/aws-cli" = "2.28.17"
"aqua:bitwarden/clients" = "2025.7.0"
"aqua:dagger/dagger" = "0.18.16"
"aqua:derailed/k9s" = "0.50.9"
"aqua:evilmartians/lefthook" = "1.12.4"
"aqua:eza-community/eza" = "0.23.2"
"aqua:github-cli" = "2.79.0"
"aqua:eksctl-io/eksctl" = "0.212.0"
"aqua:evilmartians/lefthook" = "1.12.3"
"aqua:eza-community/eza" = "0.23.0"
"aqua:github-cli" = "2.76.2"
"aqua:go-task/task" = "3.44.1"
"aqua:jesseduffield/lazygit" = "0.55.0"
"aqua:jj-vcs/jj" = "0.33.0"
"aqua:junegunn/fzf" = "0.65.2"
"aqua:hashicorp/terraform" = "1.12.2"
"aqua:helm/helm" = "3.18.5"
"aqua:jj-vcs/jj" = "0.32.0"
"aqua:junegunn/fzf" = "0.65.1"
"aqua:k3d-io/k3d" = "5.8.3"
"aqua:kubernetes/kubectl" = "1.34.0"
"aqua:mislav/hub" = "2.14.2"
"aqua:pnpm/pnpm" = "10.15.1"
"aqua:kubernetes-sigs/kind" = "0.29.0"
"aqua:kubernetes/kubectl" = "1.33.3"
"aqua:pnpm/pnpm" = "10.14.0"
"aqua:sbstp/kubie" = "0.26.0"
"aqua:sharkdp/bat" = "0.25.0"
"aqua:starship/starship" = "1.23.0"
"aqua:tilt-dev/ctlptl" = "0.8.43"
"aqua:tilt-dev/tilt" = "0.35.1"
"aqua:tilt-dev/ctlptl" = "0.8.42"
"aqua:tilt-dev/tilt" = "0.35.0"
"cargo:tukai" = "0.2.3"
"npm:@anthropic-ai/claude-code" = "1.0.110"
"npm:@google/gemini-cli" = "0.4.0"
"npm:@anthropic-ai/claude-code" = "1.0.83"
"npm:@google/gemini-cli" = "0.1.21"
"pipx:aider-chat" = { version = "0.86.1", uvx_args = "--python 3.13.6 --with google-generativeai" }
"pipx:httpie" = { version = "3.2.4", uvx_args = "--python 3.13.6" }
"ubi:charmbracelet/crush" = "0.7.9"
"ubi:Samyak2/toipe" = "0.5.0"
"ubi:charmbracelet/crush" = "0.4.0"
"ubi:comtrya/comtrya" = "0.9.2"
"ubi:jdx/usage" = "2.2.2"
"ubi:max-niederman/ttyper" = "1.6.0"
"ubi:sst/opencode" = "0.7.1"
"ubi:sst/opencode" = "0.4.12"
"ubi:wagoodman/dive" = "0.13.1"
elixir = "1.18.4"
erlang = "28.0.3"
go = "1.25.1"
erlang = "28.0.2"
go = "1.24.6"
lua = "5.1.5"
luajit = "2.0.5"
node = "24.7.0"
node = "24.5.0"
python = "3.13.7"
r = "4.5.1"
rust = "1.89.0"
[tools."http:tea"]
version = "0.10.1"
[tools."http:tea".platforms]
linux-x64 = { url = "https://gitea.com/gitea/tea/releases/download/v0.10.1/tea-0.10.1-linux-amd64" }
windows-x64 = { url = "https://gitea.com/gitea/tea/releases/download/v0.10.1/tea-0.10.1-windows-amd64.exe" }
[settings]
experimental = true
python_compile = true

View File

@@ -35,7 +35,7 @@ services:
- 'home_supermaven:/home/coder/.supermaven'
chroma:
image: 'ghcr.io/chroma-core/chroma:1.0.20'
image: 'ghcr.io/chroma-core/chroma:1.0.16'
init: true
restart: unless-stopped
hostname: chroma

View File

@@ -4,14 +4,16 @@ set -e
# NOTE: (jpd) create auto-completion
commands=(
"ctlptl"
"eksctl"
"exercism"
"helm"
"k3d"
"k9s"
"kind"
"kubectl"
"lefthook"
"mise"
"tea"
"supabase"
)
echo "create completion for ${commands[@]}"
for cmd in ${commands[@]}; do