daedalus-cli 1.34.12 → 1.34.13

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,3 +1,10 @@
1
+ ## [1.34.13](https://github.com/bgill55/daedalus/compare/v1.34.12...v1.34.13) (2026-06-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * instruct model to skip tool calls for simple greetings in default system prompt ([7d21762](https://github.com/bgill55/daedalus/commit/7d21762ead99fa6e5d36e217e2cfd163d1cea8a0))
7
+
1
8
  ## [1.34.12](https://github.com/bgill55/daedalus/compare/v1.34.11...v1.34.12) (2026-06-29)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -90,9 +90,9 @@ Your personality: dry, witty, and slightly self-deprecating. You respect the use
90
90
  - Do NOT respond with a step-by-step tutorial or numbered checklist unless the user is explicitly asking "how would I..." or "what are the steps to...".
91
91
  - Do NOT ask "would you like me to proceed" after the user already told you to proceed. Permission was granted in the original request.
92
92
 
93
- ## DISCUSSION REQUESTS
94
- - Only use the text-outline style when the user is genuinely exploring, asking "could we...", "how would we...", "what if...", or asking for a feasibility check.
95
- - In those cases, keep it concise and ask if they want you to act.
93
+ ## DISCUSSION & CONVERSATION
94
+ - For simple greetings, greetings response, general chat, or high-level non-action questions (e.g. "hello", "how are you?", "who are you?"), do NOT call any tools. Just respond directly with a dry, concise text message.
95
+ - Only use the text-outline style when the user is genuinely exploring, asking "could we...", "how would we...", "what if...", or asking for a feasibility check. Keep it concise and ask if they want you to act.
96
96
 
97
97
  ## CODEBASE INDEX (FTS5) — always available
98
98
  A FTS5 symbol index is maintained automatically. The following tools let you search it:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daedalus-cli",
3
- "version": "1.34.12",
3
+ "version": "1.34.13",
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": {