@proxysoul/soulforge 2.15.0 → 2.15.1

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/index.js CHANGED
@@ -62231,7 +62231,7 @@ var package_default;
62231
62231
  var init_package = __esm(() => {
62232
62232
  package_default = {
62233
62233
  name: "@proxysoul/soulforge",
62234
- version: "2.15.0",
62234
+ version: "2.15.1",
62235
62235
  description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
62236
62236
  repository: {
62237
62237
  type: "git",
@@ -520726,7 +520726,7 @@ function MemoryBrowser({ visible, contextManager, cwd: cwd2, onClose, onSystemMe
520726
520726
  const popupW = Math.min(120, Math.max(86, Math.floor(tw2 * 0.85)));
520727
520727
  const popupH = Math.min(36, Math.max(20, th - 4));
520728
520728
  const SIDEBAR_W4 = 22;
520729
- const contentW = popupW - SIDEBAR_W4 - 4;
520729
+ const contentW = popupW - SIDEBAR_W4 - 9;
520730
520730
  const [tab, setTab] = import_react146.useState("All");
520731
520731
  const [query2, setQuery] = import_react146.useState("");
520732
520732
  const [cursor, setCursor] = import_react146.useState(0);
@@ -49522,7 +49522,7 @@ var package_default;
49522
49522
  var init_package = __esm(() => {
49523
49523
  package_default = {
49524
49524
  name: "@proxysoul/soulforge",
49525
- version: "2.15.0",
49525
+ version: "2.15.1",
49526
49526
  description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
49527
49527
  repository: {
49528
49528
  type: "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",