Skip to content

Commit 6039ec0

Browse files
committed
feat(mise): add codex and align tool comments
- Add the codex tool to the AI toolchain section. - Realign comments across several tool categories, including Python, Lua, Shell, and CLI utilities, to ensure consistent formatting and improved readability of the configuration file.
1 parent 8ac60fc commit 6039ec0

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

mise/dot-config/mise/config.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ rust = "latest"
8686
# ruff: 默认 aqua backend 无法正确解析 @latest,改用 github backend 直接获取官方 Release,
8787
# 避免 `mise install` 还需要额外预装 pipx 这类前置命令。
8888
"github:astral-sh/ruff" = "latest" # Linter/Formatter/LSP
89-
"npm:pyright" = "latest" # Type Checker LSP
89+
"npm:pyright" = "latest" # Type Checker LSP
9090

9191
# --- Lua 生态 ---
9292
lua-language-server = "latest" # LSP
93-
stylua = "latest" # Formatter
93+
stylua = "latest" # Formatter
9494

9595
# --- Web 生态 (TS/JS/CSS/HTML/JSON) ---
9696
"npm:@vtsls/language-server" = "latest"
@@ -115,7 +115,7 @@ stylua = "latest" # Formatter
115115
# 3. 必须通过 macOS 的系统级包管理器获取 Apple 专属的预编译二进制包:`brew install llvm`。
116116

117117
# --- Shell / 基础设施 / 数据库 ---
118-
shfmt = "latest" # Shell Formatter
118+
shfmt = "latest" # Shell Formatter
119119
"npm:bash-language-server" = "latest"
120120
"npm:fish-lsp" = "latest"
121121
"npm:@microsoft/compose-language-service" = "latest"
@@ -125,17 +125,18 @@ shfmt = "latest" # Shell Formatter
125125
# === CLI 增强工具 ===
126126
# 以下工具均为纯二进制 CLI,通过 mise 的 aqua backend 从 GitHub Release 直接下载,
127127
# 安装速度远快于 brew,且支持精确的版本锁定。
128-
lazygit = "latest" # 终端 Git 交互式管理器
129-
gh = "latest" # GitHub 官方 CLI
130-
bat = "latest" # 带语法高亮的 cat 替代品
128+
lazygit = "latest" # 终端 Git 交互式管理器
129+
gh = "latest" # GitHub 官方 CLI
130+
bat = "latest" # 带语法高亮的 cat 替代品
131131
# asciinema: mise 默认注册表里没有该工具,这里显式使用 aqua 源以供 `rec` 录制/回放终端会话
132132
"aqua:asciinema/asciinema" = "latest"
133-
eza = "latest" # 现代化 ls 替代品
134-
ripgrep = "latest" # 极速正则搜索工具 (替代 grep)
135-
glow = "latest" # 终端 Markdown 阅读器
136-
shellcheck = "latest" # Shell 脚本静态分析工具
133+
eza = "latest" # 现代化 ls 替代品
134+
ripgrep = "latest" # 极速正则搜索工具 (替代 grep)
135+
glow = "latest" # 终端 Markdown 阅读器
136+
shellcheck = "latest" # Shell 脚本静态分析工具
137137
# fd: 现代化 find 替代品。由于 GitHub Release 长期缺失 macOS x86 二进制包 (aqua backend 报错),此处改用 cargo 后端
138138
"cargo:fd-find" = "latest"
139139

140140
# --- AI 工具链 ---
141141
"npm:opencode-ai" = "latest"
142+
codex = "latest"

0 commit comments

Comments
 (0)