platform icon indicating copy to clipboard operation
platform copied to clipboard

refactor: Update AgentType enum to use 'Credo' instead of 'AFJ'

Open CodeWithAryanK opened this issue 8 months ago • 3 comments

📦 Refactor: Update AgentType enum to use 'Credo' instead of 'AFJ'

Description

There is a lingering TODO in the AgentType enum defined in libs/enum/src/enum.ts:

// TODO: Change 'AFJ' to 'Credo' once updated across services
AFJ = 'AFJ',

CodeWithAryanK avatar Jun 23 '25 17:06 CodeWithAryanK

Hi! I’d like to work on this. Let me know if I can take it up.

CodeWithAryanK avatar Jun 23 '25 17:06 CodeWithAryanK

Hi! I’d like to work on this. Let me know if I can take it up.

Sure @CodeWithAryanK - feel free to raise the PR.

ajile-in avatar Jun 23 '25 18:06 ajile-in

Hi again @ajile-in ,

I've opened a PR that addresses this issue: #1294

  • Updated the AgentType enum and all references from 'AFJ' to 'Credo'
  • Removed the outdated TODO comment
  • Verified changes and passed all checks

Looking forward to your review! Let me know if any adjustments are needed

CodeWithAryanK avatar Jun 23 '25 18:06 CodeWithAryanK