0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oh-my-pi
  2. /
  3. crates
  4. /
  5. pi-shell
Ccan1357fix: corrected child-session behavior to DetachSession for non-term stdin
4ee35bec创建于 1 天前历史提交
文件最后提交记录最后更新时间
src
fix: corrected child-session behavior to DetachSession for non-term stdin - Renamed non-terminal stdin pipeline tests and updated non-terminal expectations to DetachSession behavior. - Updated child_session_action behavior so non-terminal, non-pipeline stdin now yields DetachSession instead of None. - Updated execute_external_command to skip process_group for detached children and move take_foreground into its foreground arm. - Added async regression coverage for detached pipeline stages and logged the fix in the natives CHANGELOG. 1 天前
Cargo.toml
feat(pi-shell): add execute_shell_streams with per-stream raw byte sinks 20 天前
build.rs
feat(cross-cutting): added pi-ast/pi-shell crates and rewired pi-natives - Added pi-ast as a new crate with public language, ops, and summary modules and exported SupportLang. - Added AST summary and rewrite APIs in pi-ast, including language inference, overlap-safe edits, and span normalization. - Added pi-shell crate with new Shell and cross-platform Process APIs, session execution, and cancellation-aware runs. - Updated pi-natives to use shared pi_ast/pi_shell APIs, switched to local path deps, and moved minimizer assets to pi-shell. 21 天前