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
feat: add skillDirectories and disabledSkills to all SDKs
Expose skill configuration options from CLI server to SDK clients:
- skillDirectories: directories to load skills from
- disabledSkills: list of skill names to disable
Updated SDKs:
- Node.js: SessionConfig, ResumeSessionConfig types and client
- Go: SessionConfig, ResumeSessionConfig structs and client
- .NET: SessionConfig, ResumeSessionConfig classes and client
- Python: SessionConfig, ResumeSessionConfig TypedDicts and client
0 commit comments