daedalus-cli 1.23.0 → 1.24.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 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
# [1.
|
|
1
|
+
# [1.24.0](https://github.com/bgill55/daedalus/compare/v1.23.0...v1.24.0) (2026-06-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* improve orchestration reliability and model tool handling ([cbdd37f](https://github.com/bgill55/daedalus/commit/cbdd37fc9ffd6f9c43403ad51b10cf0934baa492))
|
|
2
7
|
|
|
8
|
+
# [1.23.0](https://github.com/bgill55/daedalus/compare/v1.22.7...v1.23.0) (2026-06-24)
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ Daedalus connects to local LLM servers (LM Studio, Ollama, llama.cpp, vLLM) or r
|
|
|
29
29
|
║ o local-first · embedded router · multi-agent · not sentient o ║
|
|
30
30
|
╚═══════════════════════════════════════════════════════════════════╝
|
|
31
31
|
|
|
32
|
-
DAEDALUS v1.
|
|
32
|
+
DAEDALUS v1.23.0 · bgill55_dev
|
|
33
33
|
|
|
34
34
|
┌─ router ──────────────────────────────────────────────────────────┐
|
|
35
35
|
│ strategy priority models 2 config ~/.daedalus/config.json│
|