feat(mise): upgrade runtimes (#206)
Upgrade `mise` runtimes: * `aqua:astral-sh/uv` from 0.6.10 to 0.6.11 * `aqua:aws/aws-cli` from 2.25.5 to 2.25.7 * `aqua:dagger/dagger` from 0.17.2 to 0.18.0 * `aqua:evilmartians/lefthook` from 1.11.5 to 1.11.6 * `aqua:junegunn/fzf` from 0.60.3 to 0.61.0 * `npm:@anthropic-ai/claude-code` from 0.2.56 to 0.2.59 * `pipx:aider-chat` from 0.79.2 to 0.80.1 * `pipx:vectorcode` from 0.5.2 to 0.5.4 * `ubi:wagoodman/dive` from 0.13.0 to 0.13.1 Also, add configuration for `aider.chat`. Reviewed-on: #206 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
parent
573a914d0e
commit
f9ec92ad31
10
config/aider/config.yml
Normal file
10
config/aider/config.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
model: gemini-2.0.flash-001
|
||||
weak-model: gemini-2.0.flash-001
|
||||
editor-model: claude-3-7-sonnet-20250219
|
||||
editor: nvim
|
||||
git: true
|
||||
gitignore: true
|
||||
auto-commits: false
|
||||
read:
|
||||
- CONVENTIONS.md
|
@ -4,19 +4,19 @@
|
||||
"aqua:FiloSottile/age" = "1.2.1"
|
||||
"aqua:ajeetdsouza/zoxide" = "0.9.7"
|
||||
"aqua:alexellis/k3sup" = "0.13.8"
|
||||
"aqua:astral-sh/uv" = "0.6.10"
|
||||
"aqua:aws/aws-cli" = "2.25.5"
|
||||
"aqua:astral-sh/uv" = "0.6.11"
|
||||
"aqua:aws/aws-cli" = "2.25.7"
|
||||
"aqua:bitwarden/clients" = "cli-v2025.2.0"
|
||||
"aqua:dagger/dagger" = "0.17.2"
|
||||
"aqua:dagger/dagger" = "0.18.0"
|
||||
"aqua:derailed/k9s" = "0.40.10"
|
||||
"aqua:eksctl-io/eksctl" = "0.206.0"
|
||||
"aqua:evilmartians/lefthook" = "1.11.5"
|
||||
"aqua:evilmartians/lefthook" = "1.11.6"
|
||||
"aqua:eza-community/eza" = "0.20.24"
|
||||
"aqua:github-cli" = "2.69.0"
|
||||
"aqua:go-task/task" = "3.42.1"
|
||||
"aqua:hashicorp/terraform" = "1.11.3"
|
||||
"aqua:helm/helm" = "3.17.2"
|
||||
"aqua:junegunn/fzf" = "0.60.3"
|
||||
"aqua:junegunn/fzf" = "0.61.0"
|
||||
"aqua:k3d-io/k3d" = "5.8.3"
|
||||
"aqua:kubernetes-sigs/kind" = "0.27.0"
|
||||
"aqua:kubernetes/kubectl" = "1.32.3"
|
||||
@ -26,14 +26,15 @@
|
||||
"aqua:tilt-dev/ctlptl" = "0.8.40"
|
||||
"aqua:tilt-dev/tilt" = "0.34.0"
|
||||
"aqua:xo/usql" = "0.19.19"
|
||||
"npm:@anthropic-ai/claude-code" = "0.2.56"
|
||||
"pipx:aider-chat" = { version = "0.79.2", uvx_args = "--python 3.12.7 --with google-generativeai" }
|
||||
"pipx:vectorcode" = { version = "0.5.2", uvx_args = "--python 3.13.2" }
|
||||
"go:github.com/bloznelis/typioca" = "3.1.0"
|
||||
"npm:@anthropic-ai/claude-code" = "0.2.59"
|
||||
"pipx:aider-chat" = { version = "0.80.1", uvx_args = "--python 3.12.7 --with google-generativeai" }
|
||||
"pipx:vectorcode" = { version = "0.5.4", uvx_args = "--python 3.13.2" }
|
||||
"ubi:Samyak2/toipe" = "0.5.0"
|
||||
"ubi:hlsxx/tukai" = "0.2.2"
|
||||
"ubi:jdx/usage" = "2.0.7"
|
||||
"ubi:max-niederman/ttyper" = "1.6.0"
|
||||
"ubi:wagoodman/dive" = "0.13.0"
|
||||
"ubi:wagoodman/dive" = "0.13.1"
|
||||
elixir = "1.18.3"
|
||||
erlang = "27.3.1"
|
||||
go = "1.24.2"
|
||||
@ -45,7 +46,6 @@ python = "3.13.2"
|
||||
r = "4.4.3"
|
||||
rust = "1.85.1"
|
||||
yarn = "1.22.22"
|
||||
"go:github.com/bloznelis/typioca" = "3.1.0"
|
||||
|
||||
[settings]
|
||||
experimental = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user