agent-ecosystem/src/shared/utils
iliya bf2220daf6 fix: resolve lint warnings in hooks, store, and sentry modules
- Move ref assignments from render to useEffect (useViewportCommentRead,
  useViewportObserver)
- Copy ref.current to local variable for effect cleanup closure
- Add eslint-disable for intentional ref-as-cache pattern
  (useStableTeamMentionMeta)
- Fix !== always-true comparison between undefined and null (store)
- Add missing return types (sentry, composerDraftStorage)
- Remove unused import isLeadAgentType (memberHelpers)
- Suppress naming-convention warning for Vite-injected __APP_VERSION__
2026-03-22 17:36:11 +02:00
..
agentLanguage.ts refactor: update task assignment message formatting and enhance UI elements 2026-03-21 15:07:52 +02:00
apiErrorDetector.ts feat: enhance error handling and notifications for API errors 2026-03-19 12:47:00 +02:00
cliArgsParser.ts feat: introduce maintenance API for artifact reconciliation 2026-03-07 18:48:57 +02:00
contentSanitizer.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
costFormatting.ts feat: add cost calculation metric 2026-02-22 14:39:20 +05:30
diffContextHash.ts feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
errorHandling.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
extensionNormalizers.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00
inboxNoise.ts feat: enhance inbox message handling and UI components 2026-03-05 17:27:09 +02:00
leadDetection.ts feat: enhance task messaging and member role detection 2026-03-15 17:45:10 +02:00
logger.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
markdownTextSearch.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
modelParser.ts feat: enhance team provisioning instructions and context handling 2026-03-10 13:34:10 +02:00
platformPath.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
pricing.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00
rateLimitDetector.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 20:29:41 +02:00
reviewState.ts feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
sentryConfig.ts fix: resolve lint warnings in hooks, store, and sentry modules 2026-03-22 17:36:11 +02:00
taskChangeState.ts style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
taskHistory.ts feat: implement startReview functionality and enhance review state management 2026-03-16 19:08:12 +02:00
taskIdentity.ts feat: integrate agent-teams-controller and enhance task management 2026-03-07 16:01:32 +02:00
teammateMessageParser.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
teamMemberName.ts feat: implement unconditionally dropping of CLI provisioner artifacts 2026-03-15 11:18:49 +02:00
tokenFormatting.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
toolSummary.ts fix: refine regex patterns and improve utility functions for mention handling 2026-03-19 13:35:51 +02:00