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
Expose session context in listSessions and add filtering
Adds SessionContext to SessionMetadata so SDK consumers can see the
working directory and repository information for each session.
Also adds optional filter parameter to listSessions() for filtering
by context fields (cwd, gitRoot, repository, branch).
Implemented in all SDK clients:
- Node.js
- Python
- Go
- .NET
Fixes#413Fixes#200
0 commit comments