diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx new file mode 100644 index 000000000..bc8efe1e8 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx @@ -0,0 +1,20 @@ +## 0.84.10 +**`(fix):`** Updates the `page-actions` configuration, adds new `settings` options in the `docs.yml`. + +```docs.yml +settings: + dark-code-mode: true + http-snippets: + - curl + - ruby + +page-actions: + default: cursor + options: + chatgpt: false + claude: true + vscode: true + cursor: true +``` + +