v1.1.34: refined playbooks ui and rbac#164
Open
michaelfuest wants to merge 1 commit into
Open
Conversation
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-synced from hosted repository
Version: 1.1.34
Original PR: https://github.com/superglue-ai/superglue-hosted/pull/912
Author: @michaelfuest
Summary by cubic
Adds Playbooks as a first-class RBAC resource with full UI support and a lighter Playbook editing flow. Centralizes Langfuse tracing in core v5 and records per-turn
agent.chat.executiontraces.New Features
playbookAccessto role editing, VFS, and docs; centralized base-role defaults (getBaseRoleDefaults) grantingeditorfortool:*,system:*,credential:*, andplaybook:*; org init and commissioning scripts seed these defaults; removed legacy admin bypass in playbook visibility/edit checks.AddPlaybookDialogand a sharedAddResourceDialogpower all resource add flows.PlaybookFlow, simplified artifacts panel, owner chips, refined scrollbars and resize handles, spotlight surfaces, and improved empty/error states; Playbooks page gates edit/share by role and ownership.Refactors
observeAgentExecutionwired into the agent API; upgraded@langfuse/oteland@langfuse/tracingto5.9.1; web-side instrumentation and related deps removed; added core tests;agent.chat.executiontrace format v2.userEmail; bundle credential detection fixed when checking installed credentials; VFS exposes credential/playbook grants; access prompts updated; small copy and typing cleanups across prompts and components.Written for commit 500ae63128600904fd7b369e2f66d42b45dd88c2. Summary will update on new commits.