Skip to content

feat(agentic-workflow): add agentic workflow creation flow#2815

Draft
RemiBonnet wants to merge 14 commits into
stagingfrom
feat/argentic-workflow
Draft

feat(agentic-workflow): add agentic workflow creation flow#2815
RemiBonnet wants to merge 14 commits into
stagingfrom
feat/argentic-workflow

Conversation

@RemiBonnet

Copy link
Copy Markdown
Member

Summary

  • Introduced new SVG icon for Jira integration.
  • Added routes for agentic workflow creation, configuration, and summary.
  • Implemented context and components for managing agentic workflow state and configuration.
  • Updated service list and new service components to include agentic workflow option based on feature flag.
  • Enhanced existing routing and navigation logic to accommodate new agentic workflow features.

Screenshots / Recordings

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 32.05742% with 142 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.04%. Comparing base (0fce7f0) to head (75257e0).

Files with missing lines Patch % Lines
...w-configuration/agentic-workflow-configuration.tsx 7.40% 99 Missing and 1 partial ⚠️
...flow/agentic-workflow/agentic-workflow-summary.tsx 56.25% 11 Missing and 10 partials ⚠️
...te-agentic-workflow/use-create-agentic-workflow.ts 33.33% 9 Missing and 3 partials ⚠️
...tic-workflow-configuration/git-repository-card.tsx 62.50% 4 Missing and 2 partials ⚠️
...flow/agentic-workflow/agentic-workflow-context.tsx 83.33% 1 Missing and 1 partial ⚠️
.../agentic-workflow-configuration/ai-model-cards.tsx 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2815      +/-   ##
===========================================
+ Coverage    47.02%   48.04%   +1.01%     
===========================================
  Files         1265     1195      -70     
  Lines        27150    25915    -1235     
  Branches      7913     7724     -189     
===========================================
- Hits         12768    12450     -318     
+ Misses       12205    11312     -893     
+ Partials      2177     2153      -24     
Flag Coverage Δ
unittests 48.04% <32.05%> (+1.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nx-cloud

nx-cloud Bot commented Jul 17, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 75257e0

Command Status Duration Result
nx run console:build --parallel=3 --configurati... ✅ Succeeded 54s View ↗
nx affected --target=test --parallel=3 --config... ✅ Succeeded 2m 4s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded 2m 43s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded 7s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-21 14:01:34 UTC

@RemiBonnet
RemiBonnet force-pushed the feat/argentic-workflow branch from 539f7eb to 78d39fa Compare July 21, 2026 13:27
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