0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oh-my-pi
  2. /
  3. packages
  4. /
  5. coding-agent
  6. /
  7. src
  8. /
  9. extensibility
  10. /
  11. custom-commands
SSuperHedgeFix review custom instructions submission
70e873aa创建于 7 天前历史提交
文件最后提交记录最后更新时间
bundled
Fix review custom instructions submission 7 天前
index.ts
refactor: replace named re-exports with star re-exports in barrel files Convert export { A, B, ... } from and export type { ... } from blocks to export * from across all packages (ai, coding-agent, natives, tui, utils). 2 个月前
loader.ts
feat(deps): added pi.zod exports and removed TypeBox package exports - Added canonical pi.zod schema API exports and removed TypeBox package exports/imports. - Migrated Tool schema typing from TypeBox to shared TSchema/Zod flow with legacy TypeBox compatibility. - Updated AI provider adapters and MCP/agent builders to convert tool params through toolWireSchema(). - Reworked schema validation from AJV to Zod-safe parsing with fromTypeBox, toolWireSchema, and meta schema checks. 17 天前
types.ts
feat(deps): added pi.zod exports and removed TypeBox package exports - Added canonical pi.zod schema API exports and removed TypeBox package exports/imports. - Migrated Tool schema typing from TypeBox to shared TSchema/Zod flow with legacy TypeBox compatibility. - Updated AI provider adapters and MCP/agent builders to convert tool params through toolWireSchema(). - Reworked schema validation from AJV to Zod-safe parsing with fromTypeBox, toolWireSchema, and meta schema checks. 17 天前