| 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 个月前 |
| 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 天前 |
| refactor: unslop common utilities
| 3 个月前 |
| 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 天前 |
| Fix review custom instructions submission
| 7 天前 |