Skip to content

fix:Remove AI_TASKS from OSS supportedTasks to avoid duplicates with enterprise plugin#1075

Merged
ajlai-orkes merged 1 commit into
conductor-oss:mainfrom
najeebkp:remove-duplicate-ai-tasks
May 7, 2026
Merged

fix:Remove AI_TASKS from OSS supportedTasks to avoid duplicates with enterprise plugin#1075
ajlai-orkes merged 1 commit into
conductor-oss:mainfrom
najeebkp:remove-duplicate-ai-tasks

Conversation

@najeebkp
Copy link
Copy Markdown
Contributor

@najeebkp najeebkp commented May 7, 2026

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

  • The OSS AI_TASKS list duplicated the AI/Agent task entries supplied by the enterprise plugin, causing each LLM task to appear twice in the "Add Task" menu under the AI Agents tab.
    Removed AI_TASKS, the deprecated LLM_TASKS alias, and the corresponding spread from getALL_TASKS() in ui-next/src/components/features/flow/components/RichAddTaskMenu/supportedTasks.ts. The AI/LLM tasks now come exclusively from the enterprise plugin via getPluginTaskMenuItems().

@najeebkp najeebkp changed the title fix:Remove AI_TASKS from OSS supportedTasks to avoid duplicates with … fix:Remove AI_TASKS from OSS supportedTasks to avoid duplicates with enterprise plugin May 7, 2026
@ajlai-orkes ajlai-orkes merged commit a739db0 into conductor-oss:main May 7, 2026
6 checks passed
ajlai-orkes added a commit that referenced this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants