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
- Change toolIds and messageIds from string[] to Set<string>
- Update all .includes() to .has(), .push() to .add(), .length to .size
- Add serialization layer in persistence.ts for JSON compatibility
- Remove redundant Set wrappers now that state is already a Set
- Fix session initialization order in dcp commands
- Fix token calculation for pruned tools
0 commit comments