Minor findings from the PR #12 review (pre-existing):
apps/kimi-code/src/tui/utils/managed-usage-footer.ts compactRowLabel hardcodes 1w for any window with duration > 1 (assumes weeks). Should derive the unit from the window duration.
packages/agent-core-v2/test/tool/tool.test.ts fake lacks getRequester, producing noisy stderr during the suite.
- Same file, lines 990 and 1042: 4 lint errors —
typescript-eslint(no-base-to-string) / restrict-template-expressions on \...${execution.output}`in theexpected runnable executionthrow. These are the only errors makingpnpm run lintfail repo-wide (besides warnings). Stringify safely (e.g.JSON.stringify(execution.output)` or narrow the type).
Minor findings from the PR #12 review (pre-existing):
apps/kimi-code/src/tui/utils/managed-usage-footer.tscompactRowLabelhardcodes1wfor any window with duration > 1 (assumes weeks). Should derive the unit from the window duration.packages/agent-core-v2/test/tool/tool.test.tsfake lacksgetRequester, producing noisy stderr during the suite.typescript-eslint(no-base-to-string)/restrict-template-expressionson\...${execution.output}`in theexpected runnable executionthrow. These are the only errors makingpnpm run lintfail repo-wide (besides warnings). Stringify safely (e.g.JSON.stringify(execution.output)` or narrow the type).