daedalus-cli 1.94.4 → 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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
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
|
+
|
|
1
8
|
## [1.94.4](https://github.com/bgill55/daedalus/compare/v1.94.3...v1.94.4) (2026-07-30)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "daedalus-cli",
|
|
3
|
-
"version": "1.
|
|
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",
|