opencode-studio-server 1.12.1 → 1.12.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/index.js +0 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1918,12 +1918,6 @@ function syncAntigravityPool() {
1918
1918
  const profileDir = path.join(AUTH_PROFILES_DIR, namespace);
1919
1919
 
1920
1920
  if (!accounts.length) {
1921
- if (fs.existsSync(profileDir)) fs.rmSync(profileDir, { recursive: true, force: true });
1922
- const metadata = loadPoolMetadata();
1923
- if (metadata[namespace]) {
1924
- delete metadata[namespace];
1925
- savePoolMetadata(metadata);
1926
- }
1927
1921
  return;
1928
1922
  }
1929
1923
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-studio-server",
3
- "version": "1.12.1",
3
+ "version": "1.12.3",
4
4
  "description": "Backend server for OpenCode Studio - manages opencode configurations",
5
5
  "main": "index.js",
6
6
  "bin": {