Skip to content

fix(ui): fix editing of controls in the UI#218

Merged
avalencia-galileo merged 1 commit into
mainfrom
fix-ui
May 11, 2026
Merged

fix(ui): fix editing of controls in the UI#218
avalencia-galileo merged 1 commit into
mainfrom
fix-ui

Conversation

@namrataghadi-galileo
Copy link
Copy Markdown
Contributor

##Summary##
Fixed edit-control modal crashes for template-backed controls that may not include template_values or rendered fields.
The UI now routes any control with template metadata to the template editor instead of falling through to the raw control editor.

##Scope##
User-facing/API changes: Fixes “Something went wrong” when editing sparse/unrendered template controls.
Internal changes: Added defensive template normalization and a regression fixture/test.

Out of scope: Backend API behavior changes.

##Risk and Rollout##
Risk level: low
Rollback plan: Revert the UI changes in the template edit/control edit files and test fixtures.

##Testing##
Added or updated automated tests
Ran make check (not run; UI-only change. Ran targeted UI checks instead.)
Manually verified behavior

Ran:

make ui-typecheck
make ui-lint
make ui-build
Note: Playwright integration tests could not run because local Chromium is missing.

##Checklist##
Linked issue/spec (if applicable)
Updated docs/examples for user-facing changes
Included any required follow-up tasks: install Playwright browsers and run the focused integration test.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@avalencia-galileo avalencia-galileo merged commit 981e33d into main May 11, 2026
6 checks passed
@avalencia-galileo avalencia-galileo deleted the fix-ui branch May 11, 2026 22:57
galileo-automation pushed a commit that referenced this pull request May 28, 2026
## [2.6.0](ts-sdk-v2.5.0...ts-sdk-v2.6.0) (2026-05-28)

### Features

* **evaluators:** add new lluna client ([#213](#213)) ([f65beb9](f65beb9))
* **sdk:** add otel support ([#177](#177)) ([9530368](9530368))
* **sdk:** add runtime token auth ([#215](#215)) ([6cc0f38](6cc0f38))
* **server:** add control clone-and-bind endpoint ([#229](#229)) ([1728bf9](1728bf9))
* **server:** add runtime auth and namespace scoping ([#214](#214)) ([56e44fe](56e44fe))
* **server:** allow host-owned logging setup ([#227](#227)) ([c0fd159](c0fd159))
* **server:** bundle migrations in wheel and add agent-control-migrate ([#209](#209)) ([8c5c35e](8c5c35e))
* **server:** migrate controls routes to auth framework ([#212](#212)) ([764bd4b](764bd4b))

### Bug Fixes

* **examples:** declare local SDK workspace deps ([#222](#222)) ([d22aa1d](d22aa1d))
* **sdk:**  Get trace context from provider ([#211](#211)) ([1efe30f](1efe30f))
* **sdk-ts:** normalize generated client ([#231](#231)) ([1c097d2](1c097d2))
* **server:** make observability migration retry-safe ([#226](#226)) ([b9dd00d](b9dd00d))
* **server:** prevent migration lock transactions ([#224](#224)) ([e65a2f4](e65a2f4))
* **server:** scope auth upstream CA to HTTP provider ([#232](#232)) ([7a0ce21](7a0ce21))
* **ui:** fix editing of controls in the UI ([#218](#218)) ([981e33d](981e33d)), closes [#Risk](https://github.com/agentcontrol/agent-control/issues/Risk)
@galileo-automation
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 2.6.0 🎉

The release is available on:

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.

3 participants