0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oh-my-pi
  2. /
  3. crates
  4. /
  5. pi-natives
Ccan1357chore: bump version to 15.7.4
38fcd53d创建于 1 天前历史提交
文件最后提交记录最后更新时间
src
chore: bump version to 15.7.4 1 天前
Cargo.toml
chore(pi-natives): removed mimalloc allocator integration from pi-natives - Removed mimalloc from workspace and crate Cargo.toml dependency lists. - Eliminated the global MiMalloc allocator registration from pi-natives. - Updated Cargo.lock by deleting stale mimalloc and libmimalloc-sys package entries. 17 天前
build.rs
feat: removed chunk-mode modules and read/edit entrypoints from pi-natives - Removed pi-natives chunk language classifier modules and all core chunk subsystems (kind, state, render, edit, resolve). - Removed chunk-mode CLI/read/edit entrypoints, including read command and chunk mode registration/prompt tooling. - Removed chunk selectors from read and grep tools, switching behavior to raw/L-range handling. - Fixed poll wait parsing to keep defaulting to 30s when the provided value is empty. 1 个月前