Skip to content

feat(agentic-workflow): add first version service settings - #2862

Merged
RemiBonnet merged 4 commits into
stagingfrom
feat/agentic-workflow-settings
Aug 14, 2026
Merged

feat(agentic-workflow): add first version service settings#2862
RemiBonnet merged 4 commits into
stagingfrom
feat/agentic-workflow-settings

Conversation

@RemiBonnet

@RemiBonnet RemiBonnet commented Aug 12, 2026

Copy link
Copy Markdown
Member

Summary

Issue:

Adds Settings support for Agentic Workflows while keeping them excluded from unsupported deployment actions.

  • Adds General, AI configuration, Connections, Outputs, Governance, and Danger zone views
  • Keeps resources in General and exposes Claude-only model configuration
  • Reuses the creation flow editors and Git repository controls
  • Preserves hidden settings, write-only API keys, existing model providers, and repository URLs during edits
  • Supports editable public repositories and validates each settings view independently
  • Adds targeted tests for every Agentic Workflow settings view and repository editing

Screenshots / Recordings

Not included.

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

Targeted Jest suites:

  • agentic-workflow-settings.spec.tsx: 11 tests passed
  • git-repository-card.spec.tsx: 2 tests passed

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

@RemiBonnet

Copy link
Copy Markdown
Member Author

Qovery Preview

Qovery can create a Preview Environment for this PR.
To trigger its creation, please post a comment with one of the following command.

Command Blueprint environment
/qovery preview cc1de7de-94e5-40f8-8e45-bc8986d9dfec storybook
/qovery preview 964984c5-fba6-4371-88d3-a5daf99642ab test-prod
/qovery preview 28c47145-c8e7-4b9d-8d9e-c65c95b48425 staging
/qovery preview {all|UUID1,UUID2,...} To preview multiple environments

This comment has been generated from Qovery AI 🤖.
Below, a word from its wisdom :

The backlog never ends, be at peace with it

@nx-cloud

nx-cloud Bot commented Aug 12, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 3985ead

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

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


☁️ Nx Cloud last updated this comment at 2026-08-14 12:00:01 UTC

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 47.74775% with 58 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.98%. Comparing base (ff939fd) to head (3985ead).

Files with missing lines Patch % Lines
...ic-workflow-settings/agentic-workflow-settings.tsx 56.52% 17 Missing and 23 partials ⚠️
...ervice-settings-layout/service-settings-layout.tsx 0.00% 14 Missing ⚠️
...ger-zone-settings/service-danger-zone-settings.tsx 0.00% 2 Missing ⚠️
...src/lib/hooks/use-edit-service/use-edit-service.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2862      +/-   ##
===========================================
+ Coverage    47.83%   47.98%   +0.14%     
===========================================
  Files         1287     1214      -73     
  Lines        27766    26538    -1228     
  Branches      8087     7930     -157     
===========================================
- Hits         13282    12734     -548     
+ Misses       12246    11627     -619     
+ Partials      2238     2177      -61     
Flag Coverage Δ
unittests 47.98% <47.74%> (+0.14%) ⬆️

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.

@RemiBonnet
RemiBonnet marked this pull request as ready for review August 14, 2026 11:47
@RemiBonnet
RemiBonnet force-pushed the feat/agentic-workflow-settings branch from 22359e8 to 3985ead Compare August 14, 2026 11:50
@RemiBonnet RemiBonnet changed the title feat(agentic-workflow): add service settings feat(agentic-workflow): add first version service settings Aug 14, 2026
@RemiBonnet
RemiBonnet merged commit b6560c5 into staging Aug 14, 2026
12 checks passed
@RemiBonnet
RemiBonnet deleted the feat/agentic-workflow-settings branch August 14, 2026 12:34
@RemiBonnet

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.339.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants