opencode-provider-switch/.trellis/tasks/04-17-forwarding-log-viewer-gui/task.json
2026-04-18 17:02:45 +08:00

90 lines
2.5 KiB
JSON

{
"id": "forwarding-log-viewer-gui",
"name": "forwarding-log-viewer-gui",
"title": "Design forwarding log viewer GUI for ocswitch",
"description": "Define a minimal local web UI and request logging design for ocswitch forwarding operations, including provider/model visibility, token usage, and failover display.",
"status": "completed",
"dev_type": "docs",
"scope": "observability",
"package": null,
"priority": "P2",
"creator": "Apale",
"assignee": "Apale",
"createdAt": "2026-04-17",
"completedAt": "2026-04-17",
"branch": null,
"base_branch": "master",
"worktree_path": null,
"current_phase": 0,
"next_action": [
{
"phase": 1,
"action": "brainstorm"
},
{
"phase": 2,
"action": "research"
},
{
"phase": 3,
"action": "implement"
},
{
"phase": 4,
"action": "check"
},
{
"phase": 5,
"action": "update-spec"
},
{
"phase": 6,
"action": "record-session"
}
],
"commit": null,
"pr_url": null,
"subtasks": [],
"children": [],
"parent": null,
"relatedFiles": [
".trellis/tasks/04-17-forwarding-log-viewer-gui/prd.md",
"internal/proxy/server.go",
"internal/proxy/server_test.go",
"internal/cli/serve.go",
"README.md"
],
"notes": "Design-only task completed. The PRD recommends a same-process local web viewer with append-only JSONL request logs and no new frontend build system. Follow-up product discussion on 2026-04-18 introduced explicit desktop requirements (launch at login, native menu/tray, native notifications). That direction should be handled as a separate desktop-shell task instead of rewriting this completed web-UI/log-viewer design task.",
"meta": {
"recommendedSurface": "local-web-ui",
"desktopFollowupRecommended": true,
"desktopFollowupStack": [
"wails",
"react",
"typescript",
"tailwindcss",
"react-hook-form",
"zod"
],
"desktopArchitecture": [
"internal/config for config IO and validation",
"internal/proxy for proxy runtime",
"internal/opencode for OpenCode sync",
"internal/app as shared application service layer for CLI and GUI",
"desktop shell handles window tray menu notification autostart only"
],
"protocolScope": [
"openai-responses"
],
"storageRecommendation": "jsonl-next-to-config",
"mustShow": [
"provider",
"remote-model",
"input-tokens",
"output-tokens",
"total-tokens",
"failover"
]
}
}