Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
oh-my-pi
/
packages
/
coding-agent
/
src
/
extensibility
/
custom-commands
下载当前目录
S
SuperHedge
Fix 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 天前