clay-server 2.30.0-beta.1 → 2.30.0-beta.2

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
@@ -927,6 +927,8 @@ function createProjectContext(opts) {
927
927
  setUpdateChannel: function (ch) { updateChannel = ch; },
928
928
  getLatestVersion: function () { return latestVersion; },
929
929
  setLatestVersion: function (v) { latestVersion = v; },
930
+ onCreateWorktree: onCreateWorktree,
931
+ IGNORED_DIRS: IGNORED_DIRS,
930
932
  });
931
933
 
932
934
  // --- User message handler (delegated to project-user-message.js) ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.30.0-beta.1",
3
+ "version": "2.30.0-beta.2",
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",