Skip to content

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

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

feat(agentic-workflow): add agentic workflow creation flow#2815
RemiBonnet wants to merge 7 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 2.63158% with 259 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.43%. Comparing base (69a4445) to head (4f808e5).

Files with missing lines Patch % Lines
...gentic-workflow/agentic-workflow-configuration.tsx 0.00% 181 Missing ⚠️
...flow/agentic-workflow/agentic-workflow-summary.tsx 0.00% 41 Missing ⚠️
...ow/agentic-workflow/use-create-agentic-workflow.ts 0.00% 24 Missing ⚠️
...flow/agentic-workflow/agentic-workflow-context.tsx 0.00% 13 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2815      +/-   ##
===========================================
+ Coverage    46.99%   47.43%   +0.43%     
===========================================
  Files         1265     1267       +2     
  Lines        27148    27273     +125     
  Branches      7912     7929      +17     
===========================================
+ Hits         12759    12936     +177     
+ Misses       12207    12122      -85     
- Partials      2182     2215      +33     
Flag Coverage Δ
unittests 47.43% <2.63%> (+0.43%) ⬆️

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 f48451f

Command Status Duration Result
nx affected --target=test --parallel=3 --config... ⛔ Cancelled 15m 26s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded 2m 46s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded 6s View ↗

💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.


☁️ Nx Cloud last updated this comment at 2026-07-17 14:00:31 UTC

- 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.
@RemiBonnet
RemiBonnet force-pushed the feat/argentic-workflow branch from f48451f to 5e796ac Compare July 17, 2026 13:40
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.

1 participant