@proxysoul/soulforge 1.8.1 → 1.8.2

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/dist/index.js +2 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -58058,7 +58058,7 @@ var package_default;
58058
58058
  var init_package = __esm(() => {
58059
58059
  package_default = {
58060
58060
  name: "@proxysoul/soulforge",
58061
- version: "1.8.1",
58061
+ version: "1.8.2",
58062
58062
  description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
58063
58063
  repository: {
58064
58064
  type: "git",
@@ -438807,9 +438807,7 @@ function useChat({
438807
438807
  contextWindow: compactCtxWindow
438808
438808
  } = await buildProviderOptions(compactModelId, effectiveConfig);
438809
438809
  if (compactCtxWindow > 0) {
438810
- const prev = pinnedContextWindow.current.get(compactModelId) ?? 0;
438811
- if (compactCtxWindow > prev)
438812
- pinnedContextWindow.current.set(compactModelId, compactCtxWindow);
438810
+ pinnedContextWindow.current.set(compactModelId, compactCtxWindow);
438813
438811
  }
438814
438812
  let summary;
438815
438813
  let compactUsage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",