[PR #6844] fix: clarify edit/write success in diagnostics output #12135

Open
opened 2026-02-16 18:17:04 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6844

State: open
Merged: No


Summary

  • clarify that edit/write succeeded even when LSP diagnostics are reported, so agents do not misread errors as failed changes
  • keep output minimal to align with the "no problems - no output" philosophy by only adding the line when diagnostics exist
  • a universal success line for all tools could be a cleaner long-term approach but would likely be noisier

Fixes #9102

Testing

  • manual: local tool invocation via bun -e
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6844 **State:** open **Merged:** No --- ## Summary - clarify that edit/write succeeded even when LSP diagnostics are reported, so agents do not misread errors as failed changes - keep output minimal to align with the "no problems - no output" philosophy by only adding the line when diagnostics exist - a universal success line for all tools could be a cleaner long-term approach but would likely be noisier Fixes #9102 ## Testing - manual: local tool invocation via bun -e
yindo added the pull-request label 2026-02-16 18:17:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12135