Apps SDK Confirm action button disappeared / stopped showing

Any more updates? It’s still broken.

In the meanwhile though do use @fredisterik ‘s readOnlyHint: true trick. Works for me.

1 Like

But this does not work for tools that write, right?

I was surprised to still be getting the issue today and I may have identified the issue most of us have.

I previously had readOnlyHint: True because in testing I didn’t have auth setup.

I then started applying auth and still had readOnlyHint: True set.

IT worked for days, but I think the newest updates caught that

so by setting:

readOnlyHint: False

I started getting the confirm flow again. Check your code for this or set it if you still have the issue.**

1 Like

Works again for me, now with an even better user interface

3 Likes

yes, looks like it was a bug and is now fixed. Closing this thread down.

1 Like

Seeing the same behavior. Confirm/deny actions don’t render, and ChatGPT is acting unstable (history disappearing, etc).
Pretty sure this is a backend/UI regression from a new rollout.
Should get fixed soon.

The bug seems tied to MCPS + widgets + readOnlyHint.

Switching readOnlyHint → false re-enables confirm actions, but I assume the underlying UI issue is still being worked on