signetai 0.185.3 → 0.185.4

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/dist/mcp-stdio.js CHANGED
@@ -43875,7 +43875,9 @@ function buildRecallRequestBody(query, options = {}) {
43875
43875
  sourceOnly: options.sourceOnly === true || options.source_only === true ? true : undefined,
43876
43876
  aggregate: options.aggregate === true ? true : undefined,
43877
43877
  aggregateBudget: options.aggregateBudget ?? options.aggregate_budget,
43878
- saveAggregate: options.saveAggregate === false || options.save_aggregate === false ? false : options.saveAggregate === true || options.save_aggregate === true ? true : undefined
43878
+ saveAggregate: options.saveAggregate === false || options.save_aggregate === false ? false : options.saveAggregate === true || options.save_aggregate === true ? true : undefined,
43879
+ minScore: typeof options.minScore === "number" && Number.isFinite(options.minScore) ? options.minScore : undefined,
43880
+ recallSurface: options.recallSurface
43879
43881
  });
43880
43882
  }
43881
43883
  function normalizeStructuredMemoryPayload(value) {
@@ -55864,7 +55866,7 @@ async function createMcpServer(opts) {
55864
55866
  pinned: exports_external.boolean().optional().describe("Only return pinned memories"),
55865
55867
  importance_min: exports_external.number().optional().describe("Minimum memory importance threshold"),
55866
55868
  min_score: exports_external.number().optional().describe("Deprecated compatibility alias for importance_min; ignored when importance_min is also set"),
55867
- score_min: exports_external.number().optional().describe("Minimum recall score threshold (client-side)"),
55869
+ score_min: exports_external.number().optional().describe("Minimum recall score threshold; applied by the daemon and checked defensively by the adapter"),
55868
55870
  aggregate: exports_external.boolean().optional().describe("Synthesize an aggregate answer from bounded recall evidence"),
55869
55871
  aggregate_budget: exports_external.enum(["small", "medium", "large"]).optional().describe("Aggregate recall budget"),
55870
55872
  save_aggregate: exports_external.boolean().optional().describe("Save the aggregate answer as a memory"),
@@ -55916,7 +55918,9 @@ async function createMcpServer(opts) {
55916
55918
  sessionKey: session_key,
55917
55919
  agentId: agent_id,
55918
55920
  includeRecalled: include_recalled,
55919
- scope
55921
+ scope,
55922
+ minScore: score_min,
55923
+ recallSurface: "tool_call"
55920
55924
  })
55921
55925
  });
55922
55926
  if (!result.ok) {
@@ -55943,7 +55947,7 @@ async function createMcpServer(opts) {
55943
55947
  mode: exports_external.enum(["auto", "timeline", "filter"]).optional()
55944
55948
  }).optional().describe("Temporal recall range/facet options for date and timeline queries"),
55945
55949
  keyword_query: exports_external.string().optional().describe("Override the keyword/FTS query used for recall"),
55946
- score_min: exports_external.number().optional().describe("Minimum recall score threshold (client-side)"),
55950
+ score_min: exports_external.number().optional().describe("Minimum recall score threshold; applied by the daemon and checked defensively by the adapter"),
55947
55951
  aggregate: exports_external.boolean().optional().describe("Synthesize an aggregate answer from bounded recall evidence"),
55948
55952
  aggregate_budget: exports_external.enum(["small", "medium", "large"]).optional().describe("Aggregate recall budget"),
55949
55953
  save_aggregate: exports_external.boolean().optional().describe("Save the aggregate answer as a memory"),
@@ -55990,7 +55994,9 @@ async function createMcpServer(opts) {
55990
55994
  sessionKey: session_key,
55991
55995
  agentId: agent_id,
55992
55996
  includeRecalled: include_recalled,
55993
- scope
55997
+ scope,
55998
+ minScore: score_min,
55999
+ recallSurface: "tool_call"
55994
56000
  })
55995
56001
  });
55996
56002
  if (!result.ok)
@@ -56017,7 +56023,8 @@ async function createMcpServer(opts) {
56017
56023
  project,
56018
56024
  sessionKey: session_key,
56019
56025
  agentId: agent_id,
56020
- includeRecalled: include_recalled
56026
+ includeRecalled: include_recalled,
56027
+ recallSurface: "tool_call"
56021
56028
  }),
56022
56029
  sourceOnly: true
56023
56030
  }
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "0.185.3",
3
+ "version": "0.185.4",
4
4
  "assets": [
5
5
  {
6
6
  "name": "signet-darwin-arm64",
7
7
  "platform": "darwin-arm64",
8
- "sha256": "a87e4df39dfe910277f4fcefed625011551765074c829ba036a36e0146fb1f87",
8
+ "sha256": "cef2c0bdee702d6674378f154dedb66c9784b4dab05079559a882e3daa03e8b4",
9
9
  "size": 117424672
10
10
  },
11
11
  {
12
12
  "name": "signet-darwin-x64",
13
13
  "platform": "darwin-x64",
14
- "sha256": "9dbcd64e3cb9cb883a4935a2368c126449171c5c50c47eb919593bb20b298844",
14
+ "sha256": "b9523654721fa6d62766bccf46b11c2488e8b371593fe6f5c8e002512154a0cb",
15
15
  "size": 122047040
16
16
  },
17
17
  {
18
18
  "name": "signet-linux-arm64",
19
19
  "platform": "linux-arm64",
20
- "sha256": "61db96d6a3d122ec580d29506be4f4f90c1342e19cef76542973d4a3f7a17f33",
21
- "size": 154653776
20
+ "sha256": "421a3a14e38924d8bb0c003752147f09d073d875473f79b041d09b696584b869",
21
+ "size": 154661911
22
22
  },
23
23
  {
24
24
  "name": "signet-linux-x64",
25
25
  "platform": "linux-x64",
26
- "sha256": "f7feaf0ba73f790dc7afcc8efb0507e4fb5dbc3b4ead168ec016861b4e175486",
27
- "size": 155212761
26
+ "sha256": "cf8a8475a57b5d371915b194388770cd419093ff648c97ef43bc0e07c0340f7d",
27
+ "size": 155220896
28
28
  },
29
29
  {
30
30
  "name": "signet-win32-x64.exe",
31
31
  "platform": "win32-x64",
32
- "sha256": "c8292568089e356bb58995c111117ebdf25eb17454e132f8c79cd4fbe67fe8b6",
33
- "size": 171345920
32
+ "sha256": "5d2c6f345b17dd8f98b1f3edd19d4fa426ba9f7359df9450b6055b43a38823c1",
33
+ "size": 171354112
34
34
  }
35
35
  ],
36
36
  "components": {
37
37
  "connectors": {
38
- "url": "signet-connectors-0.185.3.tar.gz",
39
- "sha256": "cef7044679538bac7b01ca96a23f586c3cabb75cdff67590b278ab3ba2eb3e9b",
40
- "size": 16794
38
+ "url": "signet-connectors-0.185.4.tar.gz",
39
+ "sha256": "5e5f1d5faf7adbac8c398343ead3b541b005168cfab5a1969480fb548331ce61",
40
+ "size": 16888
41
41
  }
42
42
  }
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signetai",
3
- "version": "0.185.3",
3
+ "version": "0.185.4",
4
4
  "description": "Signet native CLI installer wrapper",
5
5
  "type": "module",
6
6
  "bin": {
@@ -65,10 +65,10 @@
65
65
  "access": "public"
66
66
  },
67
67
  "optionalDependencies": {
68
- "signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.3/signetai-darwin-arm64-0.185.3.tgz",
69
- "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.3/signetai-darwin-x64-0.185.3.tgz",
70
- "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.3/signetai-linux-arm64-0.185.3.tgz",
71
- "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.3/signetai-linux-x64-0.185.3.tgz",
72
- "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.3/signetai-win32-x64-0.185.3.tgz"
68
+ "signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.4/signetai-darwin-arm64-0.185.4.tgz",
69
+ "signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.4/signetai-darwin-x64-0.185.4.tgz",
70
+ "signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.4/signetai-linux-arm64-0.185.4.tgz",
71
+ "signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.4/signetai-linux-x64-0.185.4.tgz",
72
+ "signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.185.4/signetai-win32-x64-0.185.4.tgz"
73
73
  }
74
74
  }