@fenglimg/fabric-shared 2.0.0-rc.10 → 2.0.0-rc.13

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.
@@ -107,7 +107,7 @@ interface McpPayloadLimits {
107
107
  warnBytes?: number;
108
108
  hardBytes?: number;
109
109
  }
110
- type KnowledgeLanguage = "match-existing" | "zh-CN" | "en";
110
+ type FabricLanguage = "match-existing" | "zh-CN" | "en" | "zh-CN-hybrid";
111
111
  type DefaultLayerFilter = "team" | "personal" | "both";
112
112
  interface FabricConfig {
113
113
  clientPaths?: ClientPaths;
@@ -116,8 +116,8 @@ interface FabricConfig {
116
116
  auditMode?: AuditMode;
117
117
  audit_mode?: AuditMode;
118
118
  mcpPayloadLimits?: McpPayloadLimits;
119
- knowledge_language?: KnowledgeLanguage;
119
+ fabric_language?: FabricLanguage;
120
120
  default_layer_filter?: DefaultLayerFilter;
121
121
  }
122
122
 
123
- export type { AgentsActivationTier, AgentsIdentitySource, AgentsLayer, AgentsMeta, AgentsMetaCountersEnvelope, AgentsMetaKnowledgeTypeCounters, AgentsMetaNode, AgentsMetaNodeActivation, AgentsTopologyType, AiLedgerEntry, AuditMode, ClientPaths, DefaultLayerFilter, FabricConfig, HumanLedgerEntry, HumanLockEntry, KnowledgeLanguage, LedgerEntry, McpPayloadLimits, RuleDescription, RuleDescriptionIndexItem };
123
+ export type { AgentsActivationTier, AgentsIdentitySource, AgentsLayer, AgentsMeta, AgentsMetaCountersEnvelope, AgentsMetaKnowledgeTypeCounters, AgentsMetaNode, AgentsMetaNodeActivation, AgentsTopologyType, AiLedgerEntry, AuditMode, ClientPaths, DefaultLayerFilter, FabricConfig, FabricLanguage, HumanLedgerEntry, HumanLockEntry, LedgerEntry, McpPayloadLimits, RuleDescription, RuleDescriptionIndexItem };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fenglimg/fabric-shared",
3
- "version": "2.0.0-rc.10",
3
+ "version": "2.0.0-rc.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",