Implement update notion page tool

This commit is contained in:
CREDO23 2026-02-13 10:45:51 +02:00
parent d33c0dd32f
commit 0d1b61d7e6
7 changed files with 254 additions and 329 deletions

View file

@ -189,7 +189,8 @@ button {
/* Human-in-the-loop approval card animations */
@keyframes pulse-subtle {
0%, 100% {
0%,
100% {
opacity: 1;
box-shadow: 0 0 0 0 rgb(0 0 0 / 0.15);
}