diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx new file mode 100644 index 00000000..6fadccfd --- /dev/null +++ b/content/Changelog/cli.mdx @@ -0,0 +1,11 @@ +--- +title: CLI Changelog +description: Version history and changes for the Agentuity CLI +--- + +This page tracks the version history and changes for the Agentuity CLI. + +## v0.0.118 + +**Changes** +- Fixed check on dev for Linux by using `sys.IsRunningInsideDocker()` instead of checking for specific Docker files diff --git a/content/Changelog/meta.json b/content/Changelog/meta.json new file mode 100644 index 00000000..76727b0a --- /dev/null +++ b/content/Changelog/meta.json @@ -0,0 +1,6 @@ +{ + "title": "Changelog", + "pages": [ + "cli" + ] +} diff --git a/content/docs/meta.json b/content/docs/meta.json index 01c84a47..2303bc19 100644 --- a/content/docs/meta.json +++ b/content/docs/meta.json @@ -6,6 +6,7 @@ "CLI", "SDKs", "Examples", - "Troubleshooting" + "Troubleshooting", + "Changelog" ] }