From ab3cd733133be234355f0217678961660bc85787 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 31 Mar 2025 11:33:50 -0300 Subject: [PATCH 1/5] chore(mise): upgrade runtimes * `aqua:astral-sh/uv` from 0.6.10 to 0.6.11 * `aqua:aws/aws-cli` from 2.25.5 to 2.25.6 * `aqua:evilmartians/lefthook` from 1.11.5 to 1.11.6 * `aqua:junegunn/fzf` from 0.60.3 to 0.61.0 * `pipx:aider-chat` from 0.79.2 to 0.80.0 * `pipx:vectorcode` from 0.5.2 to 0.5.3 * `ubi:wagoodman/dive` from 0.13.0 to 0.13.1 --- config/mise/config.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index ee4d1b3..6e54ff4 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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.6" "aqua:bitwarden/clients" = "cli-v2025.2.0" "aqua:dagger/dagger" = "0.17.2" "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" +"go:github.com/bloznelis/typioca" = "3.1.0" "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" } +"pipx:aider-chat" = { version = "0.80.0", uvx_args = "--python 3.12.7 --with google-generativeai" } +"pipx:vectorcode" = { version = "0.5.3", 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 -- 2.47.2 From b262fbd23bdea1c570a04670d37f95167106a2ae Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 31 Mar 2025 11:35:40 -0300 Subject: [PATCH 2/5] chore(aider): add configuration --- config/aider/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/aider/config.yml diff --git a/config/aider/config.yml b/config/aider/config.yml new file mode 100644 index 0000000..bfec7d6 --- /dev/null +++ b/config/aider/config.yml @@ -0,0 +1,9 @@ +--- +model: gemini-2.0.flash-001 +weak-model: gemini-2.0.flash-001 +editor-model: claude-3-7-sonnet-20250219 +editor: nvim +git: false +gitignore: true +read: + - CONVENTIONS.md -- 2.47.2 From bbfec969b4a9b4c696d05495f819120a8c4a523c Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 31 Mar 2025 11:47:39 -0300 Subject: [PATCH 3/5] chore(aider): improve git configuration * enable git repository lookup * disable aider auto-commits --- config/aider/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/aider/config.yml b/config/aider/config.yml index bfec7d6..814756a 100644 --- a/config/aider/config.yml +++ b/config/aider/config.yml @@ -3,7 +3,8 @@ model: gemini-2.0.flash-001 weak-model: gemini-2.0.flash-001 editor-model: claude-3-7-sonnet-20250219 editor: nvim -git: false +git: true gitignore: true +auto-commits: false read: - CONVENTIONS.md -- 2.47.2 From 9b46734335a47f9a71f52f242e0b783814c21a8a Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 1 Apr 2025 13:14:46 +0000 Subject: [PATCH 4/5] chore(mise): upgrade runtimes * `aqua:aws/aws-cli` from 2.25.6 to 2.25.7 * `aqua:dagger/dagger` from 0.17.2 to 0.18.0 * `npm:@anthropic-ai/claude-code` from 0.2.56 to 0.2.57 * `pipx:aider-chat` from 0.80.0 to 0.80.1 * `pipx:vectorcode` from 0.5.3 to 0.5.4 --- config/mise/config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 6e54ff4..1bf708b 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -5,9 +5,9 @@ "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" "aqua:astral-sh/uv" = "0.6.11" -"aqua:aws/aws-cli" = "2.25.6" +"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.6" @@ -27,9 +27,9 @@ "aqua:tilt-dev/tilt" = "0.34.0" "aqua:xo/usql" = "0.19.19" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.56" -"pipx:aider-chat" = { version = "0.80.0", uvx_args = "--python 3.12.7 --with google-generativeai" } -"pipx:vectorcode" = { version = "0.5.3", uvx_args = "--python 3.13.2" } +"npm:@anthropic-ai/claude-code" = "0.2.57" +"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" -- 2.47.2 From ca71b639942263506bec023576760e088b49d438 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 2 Apr 2025 11:33:18 +0000 Subject: [PATCH 5/5] chore(mise): upgrade runtimes * `npm:@anthropic-ai/claude-code` 0.2.57 -> 0.2.59 --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 1bf708b..48f4a0d 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -27,7 +27,7 @@ "aqua:tilt-dev/tilt" = "0.34.0" "aqua:xo/usql" = "0.19.19" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.57" +"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" -- 2.47.2