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
4 changes: 2 additions & 2 deletions home/dot_local/share/private_vet/mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"cargo:cargo-deny" = "0.20.2"
"cargo:cargo-geiger" = "0.13.0"

"pipx:semgrep" = "1.174.0"
"pipx:semgrep" = "1.175.0"
"pipx:bandit" = "1.9.4"
"pipx:pip-audit" = "2.10.1"
"pipx:guarddog" = "3.2.0"

"npm:socket" = "1.1.160"
"npm:socket" = "1.1.162"
20 changes: 10 additions & 10 deletions mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ usage = "6.4.1"
amazon-ecr-credential-helper = "0.12.0"
# Browser automation CLI for AI agents
# https://github.com/vercel-labs/agent-browser
"aqua:vercel-labs/agent-browser" = "0.35.0"
"aqua:vercel-labs/agent-browser" = "0.35.1"
# A CLI tool for code structural search, lint and rewriting
# https://github.com/ast-grep/ast-grep
"aqua:ast-grep/ast-grep" = "0.45.2"
# magical shell history
# https://github.com/atuinsh/atuin
"aqua:atuinsh/atuin" = "18.20.0"
"aqua:atuinsh/atuin" = "18.20.1"
# Declarative CLI Version manager
# https://github.com/aquaproj/aqua
"github:aquaproj/aqua" = "v2.62.3"
Expand All @@ -63,19 +63,19 @@ 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.246"
"github:anthropics/claude-code" = "v2.1.247"
# GitHub's official command line tool
# https://github.com/cli/cli
"aqua:cli/cli" = "2.98.0"
# OpenAI's Lightweight coding agent that runs in your terminal
# https://github.com/openai/codex
"aqua:openai/codex" = "rust-v0.149.1"
"aqua:openai/codex" = "rust-v0.150.1"
# 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.22.0"
# runtime for composable workflows
# https://github.com/dagger/dagger
"aqua:dagger/dagger" = "0.21.8"
"aqua:dagger/dagger" = "0.21.9"
# syntax-highlighting pager for git, diff, grep, and blame output
# https://github.com/dandavison/delta
"aqua:dandavison/delta" = "0.19.2"
Expand Down Expand Up @@ -164,7 +164,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.18.2"
"github:janosmiko/lfk" = "v0.18.3"
# 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 @@ -239,7 +239,7 @@ amazon-ecr-credential-helper = "0.12.0"
"github:agavra/tuicr" = "v0.24.0"
# Git worktree management, designed for parallel AI agent workflows
# https://github.com/max-sixty/worktrunk
"github:max-sixty/worktrunk" = "v0.74.0"
"github:max-sixty/worktrunk" = "v0.75.0"
# Blazing fast terminal file manager
# https://github.com/sxyazi/yazi
"aqua:sxyazi/yazi" = "26.8.15"
Expand Down Expand Up @@ -275,7 +275,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:rhysd/actionlint" = "v1.7.12"
"aqua:rust-lang/rust-analyzer" = "2026-02-16"
"aqua:segmentio/golines" = "0.13.0"
"aqua:snyk/cli" = "1.1306.4"
"aqua:snyk/cli" = "1.1307.0"
"aqua:tamasfe/taplo" = "0.10.0"
"aqua:terraform-linters/tflint" = "0.64.0"
"aqua:tree-sitter/tree-sitter" = "0.26.13"
Expand All @@ -301,15 +301,15 @@ amazon-ecr-credential-helper = "0.12.0"
"pipx:mypy" = "2.3.1"
"pipx:pyproject-flake8" = "7.0.0"
"pipx:ruff-lsp" = "0.0.62"
"pipx:semgrep" = "1.174.0"
"pipx:semgrep" = "1.175.0"
"pipx:sqlfluff" = "4.3.0"
"pipx:yamllint" = "1.38.0"

# Factory AI's autonomous software development agent
# https://docs.factory.ai/droid-cli/cli-reference
# renovate: datasource=npm depName=droid
[tools."http:droid"]
version = "0.205.1"
version = "0.206.0"
bin = "droid"

[tools."http:droid".platforms]
Expand Down
Loading
Loading