codeep 1.2.73 → 1.2.74

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.
@@ -123,6 +123,7 @@ export function getAgentSystemPrompt(projectContext) {
123
123
  7. NEVER use execute_command for: ls, find, cat, grep, mkdir, rm, cp, mv, touch
124
124
  8. Use execute_command ONLY for: npm, git, composer, pip, cargo (build/package managers)
125
125
  9. When the task is complete, respond with a summary WITHOUT any tool calls
126
+ 10. CRITICAL: If the task is NOT complete, you MUST call a tool — never respond with only text mid-task. Do not "think out loud" or describe what you are about to do without calling a tool. Act immediately.
126
127
 
127
128
  ## Project Information
128
129
  Name: ${projectContext.name || 'Unknown'}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeep",
3
- "version": "1.2.73",
3
+ "version": "1.2.74",
4
4
  "description": "AI-powered coding assistant built for the terminal. Multiple LLM providers, project-aware context, and a seamless development workflow.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",