clay-server 2.27.0-beta.1 → 2.27.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/project.js +2 -0
  2. package/package.json +1 -1
package/lib/project.js CHANGED
@@ -886,6 +886,7 @@ function createProjectContext(opts) {
886
886
  matesModule: matesModule,
887
887
  getSessionForWs: getSessionForWs,
888
888
  getLinuxUserForSession: getLinuxUserForSession,
889
+ getOsUserInfoForWs: getOsUserInfoForWs,
889
890
  hydrateImageRefs: hydrateImageRefs,
890
891
  saveImageFile: saveImageFile,
891
892
  imagesDir: imagesDir,
@@ -893,6 +894,7 @@ function createProjectContext(opts) {
893
894
  _loop: _loop,
894
895
  browserState: { _browserTabList: _browserTabList, _extensionWs: _extensionWs, pendingExtensionRequests: pendingExtensionRequests },
895
896
  sendExtensionCommandAny: sendExtensionCommandAny,
897
+ requestTabContext: requestTabContext,
896
898
  scheduleMessage: scheduleMessage,
897
899
  cancelScheduledMessage: cancelScheduledMessage,
898
900
  loadContextSources: loadContextSources,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.27.0-beta.1",
3
+ "version": "2.27.0-beta.3",
4
4
  "description": "Self-hosted Claude Code in your browser. Multi-session, multi-user, push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",