Skip to content

feat(mcp): add deep thinking instructions to parse_mode PLAN response#863

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/deep-thinking-instructions-839
Mar 22, 2026
Merged

feat(mcp): add deep thinking instructions to parse_mode PLAN response#863
JeremyDev87 merged 1 commit intomasterfrom
feat/deep-thinking-instructions-839

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add deepThinkingInstructions field to parse_mode PLAN/AUTO mode responses
  • Include 3 structured reasoning steps: decompose, alternatives, devils_advocate
  • Add hallucination prevention instruction (verify all file paths and references)
  • Add detail level instruction (exact paths, code snippets, commands in every step)
  • Backward compatible: additive field only, existing instructions field unchanged

Test plan

  • PLAN mode response includes deepThinkingInstructions
  • AUTO mode response includes deepThinkingInstructions
  • Structure has 3 reasoning steps with correct step names
  • ACT mode response does NOT include deepThinkingInstructions
  • EVAL mode response does NOT include deepThinkingInstructions
  • All 4886 existing tests still pass
  • TypeScript build succeeds
  • Lint, format, typecheck, circular checks pass

Closes #839

- Add deepThinkingInstructions field to PLAN/AUTO mode responses
- Include 3 structured reasoning steps: decompose, alternatives, devils_advocate
- Add hallucination prevention and detail level instructions
- Backward compatible: additive field, existing instructions unchanged
- TDD: 5 new tests covering inclusion, structure, and exclusion

Closes #839
@JeremyDev87 JeremyDev87 added feat mcp-server apps/mcp-server labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 11:27am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 4297d60 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/deep-thinking-instructions-839 branch March 22, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat mcp-server apps/mcp-server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(mcp): add deep thinking instructions to parse_mode PLAN response

1 participant