fix: test_alpha.sh filedrop wake stdout leak + identity test #160
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot#160
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?
Issues
1. filedrop wake stdout leak
filedrop wakeoutputs ANSI to stdout, breaking the integer comparison inwait_for_response. Hotfixed locally:2. Identity test expects "Alpha" but gets "Cobot"
Alpha's identity.name in cobot.yml is "Alpha" but the LLM responds with "Cobot" (the framework name). Either:
Test Results (6/7)
✅ ping, echo, exec, file_read, file_write, filedrop_reply
❌ identity ("Cobot" vs expected "Alpha")
Ref: #156, #143