Add visual distinction for terminal components in workbench UI #26
Labels
No labels
audit-2025-12-03
component/api
component/commands
component/llm
component/memory
component/tick-loop
component/tools
priority
high
priority
low
status
in-progress
status
needs-info
status
needs-triage
status
on-hold
type
bug
type
documentation
type
enhancement
type
feature
type
refactor
type
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
blightbow/evennia_ai#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Update the workbench frontend to visually distinguish terminal components (pending_event, tool_result) from reorderable components, making it clear they cannot be reordered.
Background
This is Phase 3 of the terminal component separation work from #16. The backend now marks terminal components with
is_terminal: true, but the frontend needs to reflect this visually.Requirements
Visual Distinction
Behavior
Mockup Concept
Technical Notes
is_terminal: truein component dataRelated