Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
oh-my-pi
/
packages
/
utils
下载当前目录
C
can1357
chore: bump version to 15.7.4
38fcd53d
创建于
1 天前
历史提交
文件
最后提交记录
最后更新时间
src
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 天前
test
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 天前
CHANGELOG.md
chore: bump version to 15.7.3
1 天前
package.json
chore: bump version to 15.7.4
1 天前
tsconfig.json
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 个月前
tsconfig.publish.json
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 天前