Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
oh-my-pi
/
crates
/
pi-natives
下载当前目录
C
can1357
chore: 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 个月前