Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 9a8e061

Browse files
nikomatsakisclaude
andcommitted
Add mermaid dependency and fix missing syntheticPR view
- Added mermaid npm dependency for diagram rendering in walkthroughs - Fixed missing dialectic.syntheticPR view registration in package.json - Updated package-lock.json with new dependencies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 09f7b1f commit 9a8e061

File tree

2 files changed

+1590
-276
lines changed

2 files changed

+1590
-276
lines changed

extension/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
"id": "dialectic.walkthrough",
8080
"name": "Walkthrough",
8181
"type": "webview"
82+
},
83+
{
84+
"id": "dialectic.syntheticPR",
85+
"name": "Synthetic PR",
86+
"type": "tree"
8287
}
8388
]
8489
},
@@ -121,6 +126,7 @@
121126
"ts-loader": "^9.4.0"
122127
},
123128
"dependencies": {
124-
"markdown-it": "^14.1.0"
129+
"markdown-it": "^14.1.0",
130+
"mermaid": "^10.9.1"
125131
}
126132
}

0 commit comments

Comments
 (0)