Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:twpayne/chezmoi" = "2.72.0"
# https://code.claude.com/docs
# https://github.com/anthropics/claude-code/
"github:anthropics/claude-code" = "v2.1.234"
"github:anthropics/claude-code" = "v2.1.235"
# GitHub's official command line tool
# https://github.com/cli/cli
"aqua:cli/cli" = "2.97.0"
# OpenAI's Lightweight coding agent that runs in your terminal
# https://github.com/openai/codex
"aqua:openai/codex" = "rust-v0.147.0"
"aqua:openai/codex" = "rust-v0.148.0"
# crane - a tool for managing container images
# https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md
"aqua:google/go-containerregistry" = "0.21.9"
Expand Down Expand Up @@ -161,7 +161,7 @@ amazon-ecr-credential-helper = "0.12.0"
# lightning-fast, keyboard-focused, yazi-inspired terminal user interface for
# navigating and managing Kubernetes clusters
# https://github.com/janosmiko/lfk
"github:janosmiko/lfk" = "v0.17.3"
"github:janosmiko/lfk" = "v0.17.4"
# linear without leaving the command line: list, start, and create PRs for
# linear issues. agent friendly.
# https://github.com/schpet/linear-cli
Expand Down Expand Up @@ -217,7 +217,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:stern/stern" = "1.34.0"
# a modern Linux distribution built for Kubernetes
# https://github.com/siderolabs/talos
"aqua:siderolabs/talos" = "1.13.8"
"aqua:siderolabs/talos" = "1.13.9"
# trunk.io
# https://github.com/trunk-io/launcher
"npm:@trunkio/launcher" = "1.3.4"
Expand All @@ -233,7 +233,7 @@ amazon-ecr-credential-helper = "0.12.0"
] }
# code review TUI with vim keybindings
# https://github.com/agavra/tuicr
"github:agavra/tuicr" = "v0.22.0"
"github:agavra/tuicr" = "v0.23.0"
# Git worktree management, designed for parallel AI agent workflows
# https://github.com/max-sixty/worktrunk
"github:max-sixty/worktrunk" = "v0.74.0"
Expand All @@ -242,7 +242,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:sxyazi/yazi" = "26.8.15"
# a lightweight and portable command-line YAML, JSON and XML processor.
# https://github.com/mikefarah/yq
"aqua:mikefarah/yq" = "4.53.3"
"aqua:mikefarah/yq" = "4.53.4"
# smarter cd
# https://github.com/ajeetdsouza/zoxide
"aqua:ajeetdsouza/zoxide" = "0.10.0"
Expand All @@ -258,7 +258,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:astral-sh/uv" = "0.12.5"
"aqua:checkmake/checkmake" = "0.3.2"
"aqua:crate-ci/typos" = "1.49.0"
"aqua:dprint/dprint" = "0.55.2"
"aqua:dprint/dprint" = "0.56.0"
"aqua:editorconfig-checker/editorconfig-checker" = "3.11.1"
"aqua:golangci/golangci-lint" = "2.12.2"
"aqua:google/yamlfmt" = "0.21.0"
Expand Down
Loading
Loading