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 CHANGED
@@ -1,5 +1,11 @@
1
- # [1.23.0](https://github.com/bgill55/daedalus/compare/v1.22.7...v1.23.0) (2026-06-24)
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.22.6 · bgill55_dev
32
+ DAEDALUS v1.23.0 · bgill55_dev
33
33
 
34
34
  ┌─ router ──────────────────────────────────────────────────────────┐
35
35
  │ strategy priority models 2 config ~/.daedalus/config.json│
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daedalus-cli",
3
- "version": "1.23.0",
3
+ "version": "1.24.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": {