[PR #1276] [MERGED] fix: slog error log serialization #9870

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1276
Author: @rekram1-node
Created: 7/24/2025
Status: Merged
Merged: 7/24/2025
Merged by: @adamdotdevin

Base: devHead: fix/slog-error-logs


📝 Commits (1)

  • d7e7627 fix: slog error log serialization

📊 Changes

1 file changed (+12 additions, -2 deletions)

View changed files

📝 packages/tui/internal/util/apilogger.go (+12 -2)

📄 Description

Fixes: #1275

Go's error interface doesn't implement the json.Marshaler interface


🔄 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/1276 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/slog-error-logs` --- ### 📝 Commits (1) - [`d7e7627`](https://github.com/anomalyco/opencode/commit/d7e76278fdbd1f2b058e4cabd25cceb3543622e1) fix: slog error log serialization ### 📊 Changes **1 file changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/util/apilogger.go` (+12 -2) </details> ### 📄 Description Fixes: #1275 Go's error interface doesn't implement the json.Marshaler interface --- <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:18 -05:00
yindo closed this issue 2026-02-16 18:14:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9870