opencode-codegraph 0.1.10 → 0.1.11

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/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.11 - 2026-03-20
4
+
5
+ - add conversational workflow-intent enrichment when the user asks what to do next, whether the change is ready, or whether they can push
6
+ - automatically append current dogfooding status in those workflow-guidance conversations
7
+
3
8
  ## 0.1.10 - 2026-03-20
4
9
 
5
10
  - add conversational workflow-intent enrichment when the user asks what to do next, whether a change is ready, or whether they can push
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-codegraph",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "OpenCode plugin for CodeGraph CPG-powered code analysis",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",