Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
lambda-feedback
/
shimmy
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add progress-event callbacks for evaluation requests
- #28
#28
Open
m-messer
wants to merge 30 commits into
main
lambda-feedback/shimmy:main
from
feature/socket
lambda-feedback/shimmy:feature/socket
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
Add progress-event callbacks for evaluation requests
#28
m-messer
wants to merge 30 commits into
main
lambda-feedback/shimmy:main
from
feature/socket
lambda-feedback/shimmy:feature/socket
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
Add progress reporting framework with HTTP callback support
Show description for 3a939ea
m-messer
committed
3a939ea
View commit details
Copy full SHA for 3a939ea
Browse repository at this point
Refactor progress lifecycle stages and improve messaging clarity
m-messer
committed
4e29907
View commit details
Copy full SHA for 4e29907
Browse repository at this point
Add callbackUrl support for progress events in µEd requests
Show description for 3fe2dd4
m-messer
committed
3fe2dd4
View commit details
Copy full SHA for 3fe2dd4
Browse repository at this point
Add `progress-callback-timeout` flag for configurable progress callback delivery timeout
m-messer
committed
31b5e9b
View commit details
Copy full SHA for 31b5e9b
Browse repository at this point
Add SSRF protections and enhanced safety controls to progress callback feature
Show description for be31ea7
m-messer
committed
be31ea7
View commit details
Copy full SHA for be31ea7
Browse repository at this point
Add SSRF protections to HTTP progress callbacks
Show description for 76ad18b
m-messer
committed
76ad18b
View commit details
Copy full SHA for 76ad18b
Browse repository at this point
Add SSRF protections to HTTP progress callbacks
Show description for 02dcc9e
m-messer
committed
02dcc9e
View commit details
Copy full SHA for 02dcc9e
Browse repository at this point
Commits on Aug 5, 2026
Add unbind grace period to sidecar progress reporting
Show description for 65b02c6
m-messer
committed
65b02c6
View commit details
Copy full SHA for 65b02c6
Browse repository at this point
Allow a burst of closely-spaced worker-authored progress events
Show description for fdb7a56
m-messer
committed
fdb7a56
View commit details
Copy full SHA for fdb7a56
Browse repository at this point
Commits on Aug 28, 2026
Merged main
m-messer
committed
23e723c
View commit details
Copy full SHA for 23e723c
Browse repository at this point
Add unit tests for progress reporting, SSE handling, and runtime modules
Show description for bcfb3c0
m-messer
committed
bcfb3c0
View commit details
Copy full SHA for bcfb3c0
Browse repository at this point
Commits on Aug 31, 2026
Add streaming progress updates via Server-Sent Events (SSE)
Show description for 965150d
m-messer
committed
965150d
View commit details
Copy full SHA for 965150d
Browse repository at this point
Refactor SSE scaffolding for progress streaming
Show description for 0c22ea8
m-messer
committed
0c22ea8
View commit details
Copy full SHA for 0c22ea8
Browse repository at this point
Update progress reporting with new `starting` stage and `/chat` support
Show description for 5387fc6
m-messer
committed
5387fc6
View commit details
Copy full SHA for 5387fc6
Browse repository at this point
Add unit tests for `/chat` SSE streaming behavior and edge cases
Show description for 3efc4f0
m-messer
committed
3efc4f0
View commit details
Copy full SHA for 3efc4f0
Browse repository at this point
Update `/chat` endpoint to support SSE streaming
Show description for add54b2
m-messer
committed
add54b2
View commit details
Copy full SHA for add54b2
Browse repository at this point
Commits on Sep 1, 2026
Add SSE terminal frame validation and refactor OpenAPI middleware
Show description for 1cd0e9c
m-messer
committed
1cd0e9c
View commit details
Copy full SHA for 1cd0e9c
Browse repository at this point
Add parity tests for SSE schemas and expand OpenAPI validation helpers
Show description for 64da428
m-messer
committed
64da428
View commit details
Copy full SHA for 64da428
Browse repository at this point
Commits on Sep 3, 2026
Enhance terminal frame structure and refactor progress reporting
Show description for f0c1d08
m-messer
committed
f0c1d08
View commit details
Copy full SHA for f0c1d08
Browse repository at this point
Add SSE progress streaming support to `/chat` capabilities
Show description for 4a66501
m-messer
committed
4a66501
View commit details
Copy full SHA for 4a66501
Browse repository at this point
Replace `MuEdChatRole` type with untyped string for `Role` field in chat messages
Show description for ab0b034
m-messer
committed
ab0b034
View commit details
Copy full SHA for ab0b034
Browse repository at this point
Refactor progress reporting to include structured error details
Show description for 4ea0395
m-messer
committed
4ea0395
View commit details
Copy full SHA for 4ea0395
Browse repository at this point
Updated gitignore
m-messer
committed
f7a1622
View commit details
Copy full SHA for f7a1622
Browse repository at this point
Update README to document structured error object in `failed` events
Show description for 6a39941
m-messer
committed
6a39941
View commit details
Copy full SHA for 6a39941
Browse repository at this point
Refactor error handling and documentation in `/evaluate` and `/stream`
Show description for 0ff55bc
m-messer
committed
0ff55bc
View commit details
Copy full SHA for 0ff55bc
Browse repository at this point
Enhance error handling and test coverage for `/chat` SSE responses
Show description for b1798b0
m-messer
committed
b1798b0
View commit details
Copy full SHA for b1798b0
Browse repository at this point
Introduce versioned µEd adapters and middleware for multi-version API support
m-messer
committed
39a8cc9
View commit details
Copy full SHA for 39a8cc9
Browse repository at this point
Serve one shared OpenAPI-validated handler chain on both deployments
Show description for 3571c8a
m-messer
and
claude
committed
3571c8a
View commit details
Copy full SHA for 3571c8a
Browse repository at this point
Merge feature/muEd-versioning into feature/socket
Show description for 1b5cdfd
m-messer
and
claude
committed
1b5cdfd
View commit details
Copy full SHA for 1b5cdfd
Browse repository at this point
Introduce `0.1.1-dev` µEd version with SSE progress streaming support
Show description for 3cd9c29
m-messer
committed
3cd9c29
View commit details
Copy full SHA for 3cd9c29
Browse repository at this point
You can’t perform that action at this time.