@ericsanchezok/synergy-sdk 1.2.17 → 1.2.18

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.
@@ -1524,45 +1524,12 @@ export type Config = {
1524
1524
  mcp_timeout?: number;
1525
1525
  };
1526
1526
  /**
1527
- * SII 启智平台 integration configuration
1527
+ * Per-plugin configuration namespaces. Keys are plugin IDs, values are plugin-specific config.
1528
1528
  */
1529
- sii?: {
1530
- /**
1531
- * Enable SII Inspire Tools for 启智平台 integration
1532
- */
1533
- enable?: boolean;
1534
- /**
1535
- * Default project name for task submission
1536
- */
1537
- defaultProject?: string;
1538
- /**
1539
- * Default workspace name for task submission
1540
- */
1541
- defaultWorkspace?: string;
1542
- /**
1543
- * Default compute group name
1544
- */
1545
- defaultComputeGroup?: string;
1546
- /**
1547
- * Default Docker image for training tasks
1548
- */
1549
- defaultImage?: string;
1550
- /**
1551
- * Default spec/quota ID for OpenAPI task submission (quota_id from a previous job detail)
1552
- */
1553
- defaultSpecId?: string;
1554
- /**
1555
- * Default task priority (usually project max)
1556
- */
1557
- defaultPriority?: number;
1558
- /**
1559
- * Default shared memory in MB (default: 1200)
1560
- */
1561
- defaultShm?: number;
1562
- /**
1563
- * Command prefix prepended to every submit command. Typically conda init + cd to project code directory
1564
- */
1565
- commandPrefix?: string;
1529
+ pluginConfig?: {
1530
+ [key: string]: {
1531
+ [key: string]: unknown;
1532
+ };
1566
1533
  };
1567
1534
  /**
1568
1535
  * Custom category configurations for background tasks. Categories define model and prompt presets.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ericsanchezok/synergy-sdk",
4
- "version": "1.2.17",
4
+ "version": "1.2.18",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {