daedalus-cli 1.83.4 → 1.83.6

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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.83.6](https://github.com/bgill55/daedalus/compare/v1.83.5...v1.83.6) (2026-07-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **docs:** resolve 404s — copy root docs into docs/, disable unused navbar ([923683c](https://github.com/bgill55/daedalus/commit/923683cb86c3b53a42235b8999d6929df12b55d8))
7
+
8
+ ## [1.83.5](https://github.com/bgill55/daedalus/compare/v1.83.4...v1.83.5) (2026-07-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **docs:** rename sidebar link to NotebookLM so users can find it ([ee9f50f](https://github.com/bgill55/daedalus/commit/ee9f50f8ec571da8b0be4cc00037af18f2db0d07))
14
+
1
15
  ## [1.83.4](https://github.com/bgill55/daedalus/compare/v1.83.3...v1.83.4) (2026-07-28)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daedalus-cli",
3
- "version": "1.83.4",
3
+ "version": "1.83.6",
4
4
  "description": "Local-first AI coding CLI with embedded model router, multi-agent orchestration, and codebase indexing",
5
5
  "type": "module",
6
6
  "bin": {