infernoflow 0.42.6 → 0.42.7

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,5 +1,10 @@
1
1
  # Changelog — infernoflow
2
2
 
3
+ ## 0.42.7 — 2026-05-06
4
+
5
+ ### Fixed
6
+ Same content as 0.42.6 — that version got registered on npm during a flaky publish attempt but the dist contents were stale. 0.42.7 is the actual usable build with these fixes:
7
+
3
8
  ## 0.42.6 — 2026-05-06
4
9
 
5
10
  ### Fixed
@@ -86,6 +91,10 @@
86
91
  - extension v0.7.2 + CLI hotfixes: auto-capture, CodeLens, bulk + orphan delete, MCP setup tools fix, graph crash guard
87
92
  - VS Code Marketplace badge + extension install section
88
93
 
94
+ - infernoflow CLI v0.42.6: graph crash fix + MCP setup/error-handling hotfixes
95
+ - extension v0.7.2 + CLI hotfixes: auto-capture, CodeLens, bulk + orphan delete, MCP setup tools fix, graph crash guard
96
+ - VS Code Marketplace badge + extension install section
97
+
89
98
  ## 0.42.1 — 2026-05-03
90
99
 
91
100
  ### Added
package/README.md CHANGED
@@ -95,13 +95,24 @@ You don't have to paste anything. Set up once, every future session is better.
95
95
 
96
96
  ## VS Code extension
97
97
 
98
- For the visual experience inside VS Code (sidebar memory panel, gotchas as Problems-panel warnings, status-bar health score, one-click handoff), install the companion extension:
98
+ The companion extension turns the CLI into a live visual surface inside VS Code. Install it from the Marketplace:
99
99
 
100
100
  ```
101
101
  ext install infernoflow.infernoflow
102
102
  ```
103
103
 
104
- Or browse it on the [Marketplace](https://marketplace.visualstudio.com/items?itemName=infernoflow.infernoflow). Activates automatically on any project containing `.ai-memory/sessions.jsonl` or `inferno/`.
104
+ Or browse it [on the Marketplace](https://marketplace.visualstudio.com/items?itemName=infernoflow.infernoflow). Activates automatically on any project containing `.ai-memory/sessions.jsonl` or `inferno/`.
105
+
106
+ **What you get (v0.7.2):**
107
+
108
+ - **Auto-capture popup** — when you edit the same file 5+ times in 10 minutes, a popup asks "Stuck on something?" with [Log Gotcha] [Log Attempt] [Dismiss] buttons. Click once → entry is auto-written with timestamp, file:line, the enclosing function name, a 5-line code-context window, and any nearby TypeScript/ESLint diagnostics. Zero typing.
109
+ - **Sidebar memory panel** — Session Health (A–F grade), Gotchas, Decisions, Failed Attempts, Quick Actions, and a CLI Tools section with one-click access to 11 CLI commands (status, check, doctor, scan, init --adopt, setup, ai setup, install-cursor-hooks, watch, cloud status, show context).
110
+ - **Inline CodeLens** — `🔥 ⚠ 2 gotchas · 1 failed · 1 decision` above any file with logged entries. Per-line annotations at gotcha locations. Click for full entry detail.
111
+ - **Editor diagnostics** — gotchas as yellow Warnings, failed attempts as blue Information squiggles. Visible in the Problems panel and as inline squiggles. Copilot reads them too.
112
+ - **Status bar** — `🔥 B 65 · ⚠3 · ✓2 · ❌1 · 📋 Switch` with grade-based color coding. Click to open the panel; click "Switch" to copy a handoff.
113
+ - **Bulk delete + orphan cleanup** — "Manage entries…" picker grouped by date for cleaning up old entries. "Cleanup orphaned entries…" finds entries whose source files were deleted (e.g., after a refactor) and lets you bulk-remove them.
114
+ - **Help tooltips on everything** — hover any sidebar item or section header for a description of what it does, when to use it, and what happens when clicked.
115
+ - **Keyboard shortcuts** — `Ctrl+Alt+G/D/A/S/R` for log gotcha / log decision / ask memory / generate handoff / show recap.
105
116
 
106
117
  ## Cursor / VS Code MCP integration
107
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infernoflow",
3
- "version": "0.42.6",
3
+ "version": "0.42.7",
4
4
  "description": "Persistent memory for AI coding sessions \u2014 captures what agents can't infer from code alone. Works with Copilot, Cursor, Claude, and Windsurf.",
5
5
  "type": "module",
6
6
  "bin": {