daedalus-cli 1.94.3 → 1.95.0

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 +2 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.95.0](https://github.com/bgill55/daedalus/compare/v1.94.4...v1.95.0) (2026-07-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * **demo:** add terminalizer auto-typer demo recording setup for YouTube showcase ([7e58c31](https://github.com/bgill55/daedalus/commit/7e58c3184137a51eabef2bbfb0aa6cc432939c0f))
7
+
8
+ ## [1.94.4](https://github.com/bgill55/daedalus/compare/v1.94.3...v1.94.4) (2026-07-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **docs:** resolve super-imposed code block labels and fix Docsify Mermaid rendering integration ([df942fe](https://github.com/bgill55/daedalus/commit/df942fe24bd8bee80c7aed9b6d368a142b934bf1))
14
+
1
15
  ## [1.94.3](https://github.com/bgill55/daedalus/compare/v1.94.2...v1.94.3) (2026-07-30)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daedalus-cli",
3
- "version": "1.94.3",
3
+ "version": "1.95.0",
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": {
@@ -83,6 +83,7 @@
83
83
  "esbuild": "^0.24.0",
84
84
  "eslint": "^10.5.0",
85
85
  "globals": "^16.5.0",
86
+ "node-pty": "^1.1.0",
86
87
  "semantic-release": "^25.0.5",
87
88
  "tsx": "^4.19.4",
88
89
  "typedoc": "^0.28.20",