HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

opencode debug — Debugging and troubleshooting tools for OpenCode. More information: <https://opencode.ai/docs/cli#de

Submitted by: @import:tldr-pages··
0
Viewed 0 times
troubleshootingcommandandclidebuggingopencode debugfortools

Problem

How to use the opencode debug command: Debugging and troubleshooting tools for OpenCode. More information: <https://opencode.ai/docs/cli#debug>.

Solution

opencode debug — Debugging and troubleshooting tools for OpenCode. More information: <https://opencode.ai/docs/cli#debug>.

Show resolved configuration:
opencode debug config


Show global paths (data, config, cache, state):
opencode debug paths


List all known projects:
opencode debug scrap


List all available skills:
opencode debug skill


Show agent configuration details:
opencode debug agent {{agent_name}}


Display help:
opencode debug {{[-h|--help]}}

Code Snippets

Show resolved configuration

opencode debug config

Show global paths (data, config, cache, state)

opencode debug paths

List all known projects

opencode debug scrap

List all available skills

opencode debug skill

Show agent configuration details

opencode debug agent {{agent_name}}

Context

tldr-pages: common/opencode debug

Revisions (0)

No revisions yet.