stratagate-dsh 0.2.32 → 0.2.34

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/CHANGELOG.md CHANGED
@@ -1,196 +1,207 @@
1
1
  # Changelog
2
2
 
3
- ## 0.2.30 - 2026-08-25
4
-
5
- - Add compact minus, slider, and plus controls to the Knowledge Graph for faster zoom adjustments.
6
- - Synchronize the visible zoom control with mouse-wheel zoom while keeping button and slider zoom centered on the graph canvas.
7
-
8
- ## 0.2.29 - 2026-08-25
9
-
10
- - Keep the long-term memory explorer fixed to the browser viewport by removing transforms from its animated content ancestor.
11
- - Add regression coverage for the full-screen positioning contract.
12
-
13
- ## 0.2.28 - 2026-08-25
14
-
15
- - Refine the DSH Memory UI with clearer brand, navigation, hierarchy, spacing, and interaction states while retaining native DSH theme tokens.
16
- - Add restrained view, Block expansion, graph layout, detail panel, popover, and skeleton-loading motion with reduced-motion support.
17
- - Improve keyboard focus visibility, active navigation semantics, meaningful mascot alternative text, and tactile hover and pressed feedback.
18
-
19
- ## 0.2.27 - 2026-08-25
20
-
21
- - Add optional semantic Tags to newly projected Knowledge Graph nodes for search, filtering, and understandable group names while keeping Node Type unchanged.
22
- - Detect dynamic communities with seeded, weighted Leiden using active edges, relationship density, shared Events, Node Type, and Tags; Tags only strengthen existing structural affinity.
23
- - Render ephemeral Cluster compound nodes with Cytoscape.js and fCoSE for clearer separation, overlap avoidance, pan/zoom, and relationship highlighting.
24
- - Keep existing graph snapshots untouched: the projector version is unchanged, no historical Events are requeued, and nodes without Tags continue to render and cluster normally.
25
-
26
- ## 0.2.26 - 2026-08-25
27
-
28
- - Size Knowledge Graph nodes by their long-term importance using supporting Events, active relationships, sustained recent activity, and current-workspace affinity.
29
- - Keep node sizing stable across search and type filters by deriving importance from the complete graph snapshot.
30
- - Preserve selection as an independent outline and glow treatment instead of temporarily enlarging the selected node.
31
-
32
- ## 0.2.25 - 2026-08-24
33
-
34
- - Send every sealed conversation Block through its current decayed L0–L5 representation instead of a fixed L0/L1/L2 checkpoint.
35
- - Re-replace native DSH Block checkpoints when decay, a manual lift, or the global decay coefficient changes their active level.
36
- - Keep the original surface range shadowed, the unsealed open tail and tool chain native, and automatic system context limited to activated cross-conversation long-term memory.
37
-
38
- ## 0.2.24 - 2026-08-24
39
-
40
- - Make the Knowledge Graph and Event Timeline fill the plugin width instead of reserving a permanent detail column.
41
- - Add lightweight node and event detail bubbles, including hover persistence for timeline previews and summary-first event rows.
42
- - Collapse advanced filters behind a compact toolbar control and move complete relationships, evidence, and exploration into full-screen views.
43
-
44
- ## 0.2.23 - 2026-08-24
45
-
46
- - Replace each newly sealed conversation range on the native DSH surface with its compressed StrataGate Block summary, allowing `deriveMessages()` to shadow the corresponding raw messages while preserving the append-only evidence log.
47
- - Keep unsealed open-tail messages and their tool-call/result chains in native DSH history instead of serializing them into the dynamic system context.
48
- - Restrict automatic dynamic context to activated long-term memory from other conversations, preventing current conversation content from appearing in both native messages and the system prompt.
49
-
50
- ## 0.2.22 - 2026-08-24
51
-
52
- - Replace the visible Element-card long-term memory model with an Event-backed Knowledge Graph of stable nodes and directed edges.
53
- - Add the Knowledge Graph / Event Timeline settings views, evidence navigation, canonical Event types, and stable participant node references.
54
- - Rebuild legacy Event history in small, prioritized, persisted, resumable background batches with projector-version tracking.
55
-
56
- ## 0.2.21 - 2026-08-24
57
-
58
- - Use the current DSH Workspace session list and latest persisted DSH titles as the conversation selector source of truth.
59
- - Recover pre-thread legacy conversation boundaries from ingestion receipts and render mixed legacy Blocks as read-only virtual fragments without rewriting SQLite.
60
- - Add More → Feedback & Support with privacy-safe diagnostics, opt-in logs and memory data, GitHub Issue/Feature Request links, and Discussion Q&A.
61
- - Retry transient read-only browser fetch failures and identify the failed StrataGate endpoint in diagnostics.
62
-
63
- ## 0.2.20 - 2026-08-24
64
-
65
- - Redesign Short-term Memory around a per-conversation oldest-to-newest Block distribution, a dedicated horizontal rail, sealed Block distances, and a distinct open Block state.
66
- - Expand Blocks inline into ordered L0–L5 previews with current-level highlighting and viewport-level, scrollable full-content hover cards that are not clipped by Settings.
67
- - Keep only one layer menu open, offer expansion only for deeper layers, and distinguish user, Agent, and legacy expansion markers.
68
- - Migrate storage to schema v7 to persist the source of each Block lift without mislabeling Agent retrieval as a user action.
69
-
70
- ## 0.2.19 - 2026-08-23
71
-
72
- - Make the global Block decay coefficient λ editable in Advanced Settings with `0.05` steps, immediate application to existing workspaces, persistence across restarts, and inheritance by future workspaces.
73
- - Show actual workspace names instead of internal namespace hashes and rename the current-project label to current workspace.
74
- - Unify the settings page branding as `StrataGate-AgentMemory`, restore the mascot, and show a right-aligned genuine memory-use count with a GitHub Star link.
75
-
76
- ## 0.2.18 - 2026-08-23
77
-
78
- - Match the Memory settings UI to DSH's resolved light, dark, or system appearance through the official semantic theme tokens.
79
- - Remove the independent dark palette so the plugin background and controls no longer differ from the surrounding DSH settings panel.
80
-
81
- ## 0.2.17 - 2026-08-23
82
-
83
- - Define Block age as the per-session distance from the latest sealed Block, so open-tail turns no longer decay Block detail.
84
- - Add the configurable `blockDecayLambda` setting with a default of `0.3`; smaller values decay more slowly, and values above `0.4` are not recommended.
85
- - Migrate SQLite storage to schema v6 and convert legacy turn anchors to per-thread Block positions without deleting existing memory.
86
-
87
- ## 0.2.16 - 2026-08-21
88
-
89
- - Isolate open tails, Block sealing, decay, and automatic Block context by DSH session while keeping Events and Elements project-scoped for cross-session recall.
90
- - Migrate SQLite storage to schema v5 with optional thread ownership on raw messages and Blocks; pre-v5 Blocks remain unowned archival provenance instead of being injected into new sessions.
91
-
92
- ## 0.2.15 - 2026-08-21
93
-
94
- - Disable reasoning for internal structured memory workers because the current DSH adapters do not map `tool_choice` to the provider request.
95
- - Keep strict native tool-call validation with a legal JSON fallback for adapters that expose tools but not forced tool selection.
3
+ ## 0.2.34 - 2026-08-27
96
4
 
97
- ## 0.2.14 - 2026-08-21
5
+ - Add explicit `session` and `namespace` scopes to block and raw-memory retrieval.
6
+ - Return namespace, thread, counts, and machine-readable empty reasons for block queries.
7
+ - Keep session namespace isolation and make open-tail and cross-thread empty results explainable.
98
8
 
99
- - Force each internal structured worker to target its one required tool when the provider supports the OpenAI-compatible `tool_choice` request field.
100
- - Preserve the active session's reasoning effort on auxiliary memory-model calls instead of silently falling back to the provider default.
101
- - Add regression coverage for forced tool selection and reasoning-effort propagation.
9
+ ## 0.2.33 - 2026-08-27
102
10
 
103
- ## 0.2.13 - 2026-08-21
11
+ - Keep concurrent retrieval batches independently addressable through optional `batch_id` parameters on assessment and usage recording while preserving latest-batch defaults for sequential calls.
12
+ - Report every assessment rejection and aggregate all invalid usage refs with batch status, available refs, and adopted refs; zero-use audits now retain the real batch ID.
104
13
 
105
- - Run block summarization, event extraction, and element projection through single-purpose native tool calls with strict argument schemas.
106
- - Keep reasoning/text blocks as diagnostics only instead of parsing them as memory results.
107
- - Report internal structured-worker failures with the expected tool name so they are not mistaken for memory search argument failures.
108
-
109
- ## 0.2.12 - 2026-08-21
110
-
111
- - Inject the complete open tail, every sealed Block at its current decay-pointer level, and a bounded set of activated Events and Element facts before each main-model call.
112
- - Build activation queries from the current user message plus the latest two open-tail turns, retaining BM25 as the relevance gate and fusing relevance with existing memory weights through RRF.
113
- - Keep automatic context read-only with respect to adoption: it never calls `recordMemoryUse`, increments `mentionCount`, or changes `lastAdoptedTurn`.
114
- - Require every explicit retrieval batch to finish with `memory_record_use`: selected evidence refs reinforce only their own cards once, while an empty list records a zero-increment receipt and allows the turn to finish.
115
- - Enforce unresolved retrieval accounting at DSH's turn-stopping boundary instead of relying only on prompt compliance.
116
- - Close namespace storage when pending-work initialization fails so a retry does not leak a SQLite handle.
117
-
118
- ## 0.2.11 - 2026-08-21
119
-
120
- - Recover a namespace after pending-work initialization fails instead of caching a rejected runtime promise.
121
- - Distinguish intentionally skipped extraction from Blocks waiting for extraction.
122
-
123
- ## 0.2.10 - 2026-08-21
124
-
125
- - Keep readable memory data visible when one administrative read fails.
126
- - Refresh the Memory UI automatically and distinguish waiting Blocks from active processing.
127
- - Prevent persisted ingestion failures from turning concurrent administrative reads into transient HTTP errors.
128
-
129
- ## 0.2.9 - 2026-08-20
130
-
131
- - Force element projection responses to be JSON-only and require changes for identifiable entities.
132
- - Recover structured JSON after model reasoning text and validate required response fields before accepting it.
133
- - Surface empty element projections with an explicit event-count diagnostic and retry historical skipped extraction jobs on startup.
134
- - Show a red in-progress banner with a loading indicator while block, event, or element memory processing is active.
135
-
136
- ## 0.2.8 - 2026-08-20
137
-
138
- - Increase model output and retry limits to 10,000 tokens.
139
- - Normalize generated timestamps to UTC+8 and treat truncated extraction responses as failures.
140
-
141
- ## 0.2.7 - 2026-08-20
142
-
143
- - Make extractor context target-first: target retains L5 evidence while neighboring blocks provide only L2 context.
144
- - Add an explicit target source-message allowlist and reject empty extraction results as failed work instead of silently skipping them.
145
- - Add a bounded `resumePendingWork({ retrySkipped: true })` path for repairing historical skipped extraction jobs.
146
-
147
- ## 0.2.6 - 2026-08-20
148
-
149
- - Redesign the Memory UI around Long-term Memory, Recent Memory, and More for narrow DeepSeek plugin windows.
150
- - Present Events as long-term memories, Elements as related-item details, and Blocks as recent memories without changing extraction logic.
151
- - Add user-facing organization states, reassuring failure messaging, memory-first search, and responsive light/dark layouts.
152
- - Move system status, usage audit, raw data, model responses, and advanced settings out of the primary experience.
153
-
154
- ## 0.2.5 - 2026-08-20
155
-
156
- - Republish the successful-response history and diagnostics as a distinct installable package version.
157
-
158
- ## 0.2.4 - 2026-08-20
159
-
160
- - Republish the complete error-retention and 10,000-token default configuration as a distinct installable package version.
161
-
162
- ## 0.2.3 - 2026-08-20
163
-
164
- - Improve model JSON recovery for reasoning-only, truncated, BOM-prefixed, and explanatory responses.
165
- - Include bounded raw-response diagnostics when extraction or projection parsing fails.
166
- - Preserve complete failure details for copying while showing only a 500-character preview in the Memory UI.
167
- - Raise the default memory model output budget to 10,000 tokens.
168
- - Retain the five most recent successful memory-model responses per namespace for diagnostics.
169
-
170
- ## 0.2.2 - 2026-08-19
171
-
172
- - Retry malformed or truncated model JSON once with a correction instruction and parse balanced JSON values safely.
173
- - Change the DeepSeek Harness block size default from four to six turns while keeping `blockTurnSize` configurable.
174
- - Redesign the read-only Memory UI with pipeline health, visible block cadence, responsive metrics, and failed-job diagnostics.
175
-
176
- ## 0.2.1 - 2026-08-18
177
-
178
- - Make marketplace, npm, and README descriptions match common agent searches for user preferences, project decisions, cross-session memory, and source-traceable recall.
179
- - Show a dismissible GitHub Star invitation after StrataGate memory has been used in three evidence-backed answers.
180
-
181
- ## 0.2.0
182
-
183
- - Add a read-only StrataGate Memory page for namespaces, Events, Elements, Blocks, source messages, and usage audits.
184
- - Persist the Evidence Gate decision and evidence references with each use receipt.
185
- - Add package-content, clean-install, Node, and DeepSeek Harness compatibility checks.
186
-
187
- ## 0.1.0
188
-
189
- - Initial DeepSeek Harness integration with automatic ingestion, retrieval, expansion, evidence assessment, and use-only reinforcement.
190
- # 0.2.32
191
-
192
- - Redesign external AI memory import as a two-step modal with the complete export prompt, one-click copy, JSON validation, and direct import.
193
-
194
- # 0.2.31
195
-
196
- - Add v2 external AI memory export/import flow with time-safe candidate parsing and Event adjudication support.
14
+ ## 0.2.30 - 2026-08-25
15
+
16
+ - Add compact minus, slider, and plus controls to the Knowledge Graph for faster zoom adjustments.
17
+ - Synchronize the visible zoom control with mouse-wheel zoom while keeping button and slider zoom centered on the graph canvas.
18
+
19
+ ## 0.2.29 - 2026-08-25
20
+
21
+ - Keep the long-term memory explorer fixed to the browser viewport by removing transforms from its animated content ancestor.
22
+ - Add regression coverage for the full-screen positioning contract.
23
+
24
+ ## 0.2.28 - 2026-08-25
25
+
26
+ - Refine the DSH Memory UI with clearer brand, navigation, hierarchy, spacing, and interaction states while retaining native DSH theme tokens.
27
+ - Add restrained view, Block expansion, graph layout, detail panel, popover, and skeleton-loading motion with reduced-motion support.
28
+ - Improve keyboard focus visibility, active navigation semantics, meaningful mascot alternative text, and tactile hover and pressed feedback.
29
+
30
+ ## 0.2.27 - 2026-08-25
31
+
32
+ - Add optional semantic Tags to newly projected Knowledge Graph nodes for search, filtering, and understandable group names while keeping Node Type unchanged.
33
+ - Detect dynamic communities with seeded, weighted Leiden using active edges, relationship density, shared Events, Node Type, and Tags; Tags only strengthen existing structural affinity.
34
+ - Render ephemeral Cluster compound nodes with Cytoscape.js and fCoSE for clearer separation, overlap avoidance, pan/zoom, and relationship highlighting.
35
+ - Keep existing graph snapshots untouched: the projector version is unchanged, no historical Events are requeued, and nodes without Tags continue to render and cluster normally.
36
+
37
+ ## 0.2.26 - 2026-08-25
38
+
39
+ - Size Knowledge Graph nodes by their long-term importance using supporting Events, active relationships, sustained recent activity, and current-workspace affinity.
40
+ - Keep node sizing stable across search and type filters by deriving importance from the complete graph snapshot.
41
+ - Preserve selection as an independent outline and glow treatment instead of temporarily enlarging the selected node.
42
+
43
+ ## 0.2.25 - 2026-08-24
44
+
45
+ - Send every sealed conversation Block through its current decayed L0–L5 representation instead of a fixed L0/L1/L2 checkpoint.
46
+ - Re-replace native DSH Block checkpoints when decay, a manual lift, or the global decay coefficient changes their active level.
47
+ - Keep the original surface range shadowed, the unsealed open tail and tool chain native, and automatic system context limited to activated cross-conversation long-term memory.
48
+
49
+ ## 0.2.24 - 2026-08-24
50
+
51
+ - Make the Knowledge Graph and Event Timeline fill the plugin width instead of reserving a permanent detail column.
52
+ - Add lightweight node and event detail bubbles, including hover persistence for timeline previews and summary-first event rows.
53
+ - Collapse advanced filters behind a compact toolbar control and move complete relationships, evidence, and exploration into full-screen views.
54
+
55
+ ## 0.2.23 - 2026-08-24
56
+
57
+ - Replace each newly sealed conversation range on the native DSH surface with its compressed StrataGate Block summary, allowing `deriveMessages()` to shadow the corresponding raw messages while preserving the append-only evidence log.
58
+ - Keep unsealed open-tail messages and their tool-call/result chains in native DSH history instead of serializing them into the dynamic system context.
59
+ - Restrict automatic dynamic context to activated long-term memory from other conversations, preventing current conversation content from appearing in both native messages and the system prompt.
60
+
61
+ ## 0.2.22 - 2026-08-24
62
+
63
+ - Replace the visible Element-card long-term memory model with an Event-backed Knowledge Graph of stable nodes and directed edges.
64
+ - Add the Knowledge Graph / Event Timeline settings views, evidence navigation, canonical Event types, and stable participant node references.
65
+ - Rebuild legacy Event history in small, prioritized, persisted, resumable background batches with projector-version tracking.
66
+
67
+ ## 0.2.21 - 2026-08-24
68
+
69
+ - Use the current DSH Workspace session list and latest persisted DSH titles as the conversation selector source of truth.
70
+ - Recover pre-thread legacy conversation boundaries from ingestion receipts and render mixed legacy Blocks as read-only virtual fragments without rewriting SQLite.
71
+ - Add More → Feedback & Support with privacy-safe diagnostics, opt-in logs and memory data, GitHub Issue/Feature Request links, and Discussion Q&A.
72
+ - Retry transient read-only browser fetch failures and identify the failed StrataGate endpoint in diagnostics.
73
+
74
+ ## 0.2.20 - 2026-08-24
75
+
76
+ - Redesign Short-term Memory around a per-conversation oldest-to-newest Block distribution, a dedicated horizontal rail, sealed Block distances, and a distinct open Block state.
77
+ - Expand Blocks inline into ordered L0–L5 previews with current-level highlighting and viewport-level, scrollable full-content hover cards that are not clipped by Settings.
78
+ - Keep only one layer menu open, offer expansion only for deeper layers, and distinguish user, Agent, and legacy expansion markers.
79
+ - Migrate storage to schema v7 to persist the source of each Block lift without mislabeling Agent retrieval as a user action.
80
+
81
+ ## 0.2.19 - 2026-08-23
82
+
83
+ - Make the global Block decay coefficient λ editable in Advanced Settings with `0.05` steps, immediate application to existing workspaces, persistence across restarts, and inheritance by future workspaces.
84
+ - Show actual workspace names instead of internal namespace hashes and rename the current-project label to current workspace.
85
+ - Unify the settings page branding as `StrataGate-AgentMemory`, restore the mascot, and show a right-aligned genuine memory-use count with a GitHub Star link.
86
+
87
+ ## 0.2.18 - 2026-08-23
88
+
89
+ - Match the Memory settings UI to DSH's resolved light, dark, or system appearance through the official semantic theme tokens.
90
+ - Remove the independent dark palette so the plugin background and controls no longer differ from the surrounding DSH settings panel.
91
+
92
+ ## 0.2.17 - 2026-08-23
93
+
94
+ - Define Block age as the per-session distance from the latest sealed Block, so open-tail turns no longer decay Block detail.
95
+ - Add the configurable `blockDecayLambda` setting with a default of `0.3`; smaller values decay more slowly, and values above `0.4` are not recommended.
96
+ - Migrate SQLite storage to schema v6 and convert legacy turn anchors to per-thread Block positions without deleting existing memory.
97
+
98
+ ## 0.2.16 - 2026-08-21
99
+
100
+ - Isolate open tails, Block sealing, decay, and automatic Block context by DSH session while keeping Events and Elements project-scoped for cross-session recall.
101
+ - Migrate SQLite storage to schema v5 with optional thread ownership on raw messages and Blocks; pre-v5 Blocks remain unowned archival provenance instead of being injected into new sessions.
102
+
103
+ ## 0.2.15 - 2026-08-21
104
+
105
+ - Disable reasoning for internal structured memory workers because the current DSH adapters do not map `tool_choice` to the provider request.
106
+ - Keep strict native tool-call validation with a legal JSON fallback for adapters that expose tools but not forced tool selection.
107
+
108
+ ## 0.2.14 - 2026-08-21
109
+
110
+ - Force each internal structured worker to target its one required tool when the provider supports the OpenAI-compatible `tool_choice` request field.
111
+ - Preserve the active session's reasoning effort on auxiliary memory-model calls instead of silently falling back to the provider default.
112
+ - Add regression coverage for forced tool selection and reasoning-effort propagation.
113
+
114
+ ## 0.2.13 - 2026-08-21
115
+
116
+ - Run block summarization, event extraction, and element projection through single-purpose native tool calls with strict argument schemas.
117
+ - Keep reasoning/text blocks as diagnostics only instead of parsing them as memory results.
118
+ - Report internal structured-worker failures with the expected tool name so they are not mistaken for memory search argument failures.
119
+
120
+ ## 0.2.12 - 2026-08-21
121
+
122
+ - Inject the complete open tail, every sealed Block at its current decay-pointer level, and a bounded set of activated Events and Element facts before each main-model call.
123
+ - Build activation queries from the current user message plus the latest two open-tail turns, retaining BM25 as the relevance gate and fusing relevance with existing memory weights through RRF.
124
+ - Keep automatic context read-only with respect to adoption: it never calls `recordMemoryUse`, increments `mentionCount`, or changes `lastAdoptedTurn`.
125
+ - Require every explicit retrieval batch to finish with `memory_record_use`: selected evidence refs reinforce only their own cards once, while an empty list records a zero-increment receipt and allows the turn to finish.
126
+ - Enforce unresolved retrieval accounting at DSH's turn-stopping boundary instead of relying only on prompt compliance.
127
+ - Close namespace storage when pending-work initialization fails so a retry does not leak a SQLite handle.
128
+
129
+ ## 0.2.11 - 2026-08-21
130
+
131
+ - Recover a namespace after pending-work initialization fails instead of caching a rejected runtime promise.
132
+ - Distinguish intentionally skipped extraction from Blocks waiting for extraction.
133
+
134
+ ## 0.2.10 - 2026-08-21
135
+
136
+ - Keep readable memory data visible when one administrative read fails.
137
+ - Refresh the Memory UI automatically and distinguish waiting Blocks from active processing.
138
+ - Prevent persisted ingestion failures from turning concurrent administrative reads into transient HTTP errors.
139
+
140
+ ## 0.2.9 - 2026-08-20
141
+
142
+ - Force element projection responses to be JSON-only and require changes for identifiable entities.
143
+ - Recover structured JSON after model reasoning text and validate required response fields before accepting it.
144
+ - Surface empty element projections with an explicit event-count diagnostic and retry historical skipped extraction jobs on startup.
145
+ - Show a red in-progress banner with a loading indicator while block, event, or element memory processing is active.
146
+
147
+ ## 0.2.8 - 2026-08-20
148
+
149
+ - Increase model output and retry limits to 10,000 tokens.
150
+ - Normalize generated timestamps to UTC+8 and treat truncated extraction responses as failures.
151
+
152
+ ## 0.2.7 - 2026-08-20
153
+
154
+ - Make extractor context target-first: target retains L5 evidence while neighboring blocks provide only L2 context.
155
+ - Add an explicit target source-message allowlist and reject empty extraction results as failed work instead of silently skipping them.
156
+ - Add a bounded `resumePendingWork({ retrySkipped: true })` path for repairing historical skipped extraction jobs.
157
+
158
+ ## 0.2.6 - 2026-08-20
159
+
160
+ - Redesign the Memory UI around Long-term Memory, Recent Memory, and More for narrow DeepSeek plugin windows.
161
+ - Present Events as long-term memories, Elements as related-item details, and Blocks as recent memories without changing extraction logic.
162
+ - Add user-facing organization states, reassuring failure messaging, memory-first search, and responsive light/dark layouts.
163
+ - Move system status, usage audit, raw data, model responses, and advanced settings out of the primary experience.
164
+
165
+ ## 0.2.5 - 2026-08-20
166
+
167
+ - Republish the successful-response history and diagnostics as a distinct installable package version.
168
+
169
+ ## 0.2.4 - 2026-08-20
170
+
171
+ - Republish the complete error-retention and 10,000-token default configuration as a distinct installable package version.
172
+
173
+ ## 0.2.3 - 2026-08-20
174
+
175
+ - Improve model JSON recovery for reasoning-only, truncated, BOM-prefixed, and explanatory responses.
176
+ - Include bounded raw-response diagnostics when extraction or projection parsing fails.
177
+ - Preserve complete failure details for copying while showing only a 500-character preview in the Memory UI.
178
+ - Raise the default memory model output budget to 10,000 tokens.
179
+ - Retain the five most recent successful memory-model responses per namespace for diagnostics.
180
+
181
+ ## 0.2.2 - 2026-08-19
182
+
183
+ - Retry malformed or truncated model JSON once with a correction instruction and parse balanced JSON values safely.
184
+ - Change the DeepSeek Harness block size default from four to six turns while keeping `blockTurnSize` configurable.
185
+ - Redesign the read-only Memory UI with pipeline health, visible block cadence, responsive metrics, and failed-job diagnostics.
186
+
187
+ ## 0.2.1 - 2026-08-18
188
+
189
+ - Make marketplace, npm, and README descriptions match common agent searches for user preferences, project decisions, cross-session memory, and source-traceable recall.
190
+ - Show a dismissible GitHub Star invitation after StrataGate memory has been used in three evidence-backed answers.
191
+
192
+ ## 0.2.0
193
+
194
+ - Add a read-only StrataGate Memory page for namespaces, Events, Elements, Blocks, source messages, and usage audits.
195
+ - Persist the Evidence Gate decision and evidence references with each use receipt.
196
+ - Add package-content, clean-install, Node, and DeepSeek Harness compatibility checks.
197
+
198
+ ## 0.1.0
199
+
200
+ - Initial DeepSeek Harness integration with automatic ingestion, retrieval, expansion, evidence assessment, and use-only reinforcement.
201
+ # 0.2.32
202
+
203
+ - Redesign external AI memory import as a two-step modal with the complete export prompt, one-click copy, JSON validation, and direct import.
204
+
205
+ # 0.2.31
206
+
207
+ - Add v2 external AI memory export/import flow with time-safe candidate parsing and Event adjudication support.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 diqierjia
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 diqierjia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.