@swarmclawai/swarmclaw 0.9.8 → 0.9.9

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.
package/bin/server-cmd.js CHANGED
@@ -138,7 +138,7 @@ function runBuild() {
138
138
  // Run Next.js build
139
139
  log('Building Next.js application (this may take a minute)...')
140
140
  const nextCli = path.join(SWARMCLAW_HOME, 'node_modules', 'next', 'dist', 'bin', 'next')
141
- execFileSync(process.execPath, [nextCli, 'build', '--no-turbopack'], {
141
+ execFileSync(process.execPath, [nextCli, 'build'], {
142
142
  cwd: SWARMCLAW_HOME,
143
143
  stdio: 'inherit',
144
144
  env: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swarmclawai/swarmclaw",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "description": "Self-hosted AI agent orchestration dashboard — manage LLM providers, orchestrate agent swarms, schedule tasks, and bridge agents to chat platforms.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {