文件最后提交记录最后更新时间
refactor(cli): moved MallocStackLogging cleanup to cli entrypoint - Removed env var deletion from utils/dirs.ts (wrong layer). - Placed it in the CLI entrypoint so it runs before any subprocess inherits the env. 1 天前
fix(utils): clamped usage durations to suppress stale negative reset countdowns - Clamped formatDuration to return 0ms for non-positive, NaN, or infinite inputs. - Updated usage report rendering to suppress reset countdowns when resetsAt is absent or no longer in the future. - Added unit tests for formatDuration covering clamped values and standard duration formatting. 5 天前
chore: bump version to 15.7.3 1 天前
chore: bump version to 15.7.4 1 天前
refactor: restructured monorepo TypeScript config and build tasks for unified setup - Migrated all package tsconfig files to extend tsconfig.workspace.json for unified TypeScript configuration across monorepo. - Consolidated build and check scripts across 10+ packages to use biome for linting/formatting with separate type checking via tsgo. - Renamed build scripts from build:native and build:binary to build for simplified command naming across packages/natives and packages/coding-agent. - Refactored CI workflow to invoke bun tasks instead of inline shell scripts, reducing workflow complexity by 40+ lines. - Removed sync-exports.ts and repro-stuck.ts scripts; deleted path aliases from tsconfig.base.json in favor of workspace-based configuration. - Updated turbo.json with new task definitions (check:types, lint, fmt, fix) and removed build:native/embed:native tasks. 1 个月前
chore(config): organized publish type mapping from src to dist/types - Added declaration-only compiler options to multiple package publish tsconfig files. - Standardized publish include/exclude settings to emit types from src into dist/types. - Added manifest rewrite helpers to remap type paths from ./src to ./dist/types/*.d.ts. - Updated publish flow to append dist/types/extra files and skip publish build/rewrite for native packages. 16 天前