agent-ecosystem/test/renderer/utils
iliya 321673ff6d feat: update pricing configuration and enhance file content handling
- Removed outdated pricing entries for Claude models from pricing.json to streamline configuration.
- Enhanced the getFileContent method in FileContentResolver to accept snippets for improved content diffing.
- Updated IPC methods to support new parameters for file content retrieval, improving data handling in the review process.
- Introduced accurate line addition and removal tracking in file diffs, enhancing the review experience.
- Improved UI components to reflect changes in file content handling, ensuring better user interaction during reviews.
2026-02-26 14:30:09 +02:00
..
claudeMdTracker.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
dateGrouping.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
displayItemBuilder.test.ts fix: collect tool results from subagent messages with absent isMeta field (#23) 2026-02-19 14:07:30 +09:00
formatters.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
keyboardUtils.test.ts feat: search session globally across projects 2026-02-21 14:34:25 +05:30
pathUtils.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
projectLookup.test.ts feat: update pricing configuration and enhance file content handling 2026-02-26 14:30:09 +02:00
renderHelpers.test.ts feat: improve MCP tool input/output rendering 2026-02-19 19:09:53 -03:00
reportAssessments.test.ts feat(report): address PR feedback — threshold tooltips, cost clarity, progressive disclosure 2026-02-22 08:29:08 -05:00
sessionAnalyzer.test.ts feat(report): add threshold-based assessment badges to all report sections 2026-02-21 18:01:43 -05:00
sessionExporter.test.ts feat: add session export (Markdown, JSON, Plain Text) 2026-02-21 11:18:52 -05:00