From 6988e56844356d803effd533c028b7337aaf96a8 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 31 Jul 2025 20:02:36 -0700 Subject: [PATCH] Add CLI troubleshooting section with verbose logging info --- docs/guides/cli.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/cli.mdx b/docs/guides/cli.mdx index f23dcc3bd48..4794e955721 100644 --- a/docs/guides/cli.mdx +++ b/docs/guides/cli.mdx @@ -84,3 +84,9 @@ cn --ask Bash(curl*) # Never use the Fetch tool cn --exclude Fetch ``` + +## Troubleshooting + +Run `cn` with the `--verbose` flag to see more detailed logs. These will be output to `~/.continue/logs/cn.log`. + +If you have feedback on the alpha, please [share in our Discord](https://discord.com/invite/EfJEfdFnDQ).