[PR #1738] [MERGED] Remove unused OpenTelemetry tracing and fix overlapping highlights #10039

Closed
opened 2026-02-16 18:14:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1738
Author: @thdxr
Created: 8/8/2025
Status: Merged
Merged: 8/8/2025
Merged by: @thdxr

Base: devHead: fix-overlapping-highlights


📝 Commits (2)

  • 4def7e8 docs: agent
  • 574e43e Remove unused OpenTelemetry tracing and fix overlapping highlights in TUI

📊 Changes

5 files changed (+20 additions, -27 deletions)

View changed files

📝 .opencode/agent/docs.md (+1 -1)
📝 packages/opencode/package.json (+0 -7)
📝 packages/opencode/src/index.ts (+0 -2)
packages/opencode/src/trace/index.ts (+0 -17)
📝 packages/tui/internal/components/chat/message.go (+19 -0)

📄 Description

Summary

  • Remove unused OpenTelemetry tracing dependencies and implementation to clean up the codebase
  • Fix overlapping highlights in TUI message rendering by implementing a merge algorithm for highlight parts

Test plan

  • Verify TUI highlights no longer overlap visually
  • Confirm application starts without OpenTelemetry dependencies
  • Test that existing functionality remains intact

🤖 Generated with opencode


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1738 **Author:** [@thdxr](https://github.com/thdxr) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `fix-overlapping-highlights` --- ### 📝 Commits (2) - [`4def7e8`](https://github.com/anomalyco/opencode/commit/4def7e830e0d1427d1ff6c0e31739c25b8f7e8dd) docs: agent - [`574e43e`](https://github.com/anomalyco/opencode/commit/574e43efbde340e0ed69004df4322c3dd6e9d33d) Remove unused OpenTelemetry tracing and fix overlapping highlights in TUI ### 📊 Changes **5 files changed** (+20 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.opencode/agent/docs.md` (+1 -1) 📝 `packages/opencode/package.json` (+0 -7) 📝 `packages/opencode/src/index.ts` (+0 -2) ➖ `packages/opencode/src/trace/index.ts` (+0 -17) 📝 `packages/tui/internal/components/chat/message.go` (+19 -0) </details> ### 📄 Description ## Summary - Remove unused OpenTelemetry tracing dependencies and implementation to clean up the codebase - Fix overlapping highlights in TUI message rendering by implementing a merge algorithm for highlight parts ## Test plan - [ ] Verify TUI highlights no longer overlap visually - [ ] Confirm application starts without OpenTelemetry dependencies - [ ] Test that existing functionality remains intact 🤖 Generated with [opencode](https://opencode.ai) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:36 -05:00
yindo closed this issue 2026-02-16 18:14:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10039