Merge remote-tracking branch 'origin/master' into xtr/sidebar-workspace-controls

This commit is contained in:
_Kerman
2026-08-11 15:59:40 +08:00
642 changed files with 1814 additions and 1429 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ export abstract class AbstractApiClient implements IApiClient {
}
}
// ---- IApiClient surface (arrow properties so destructured/passed references stay bound) ----
// ---- IApiClient API (arrow properties so destructured/passed references stay bound) ----
readonly sessions: IApiClient['sessions'] = {
list: (payload, signal) => this.callUnary('session.list', payload, signal),