文件最后提交记录最后更新时间
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(shake): removed shake-summary mode and local-model compressor - Dropped summarizeShakeRegions, the shake-summary prompt, and related types. - Removed shake-summary compaction strategy and providers.shakeSummaryModel setting. - Migrated existing shake-summary configs to plain shake on load. - Simplified /shake to elide and images modes only. 1 天前
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 天前