From a1e285bf4ec00e4eb5d1393a24b9877851837a4f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 19:24:24 +0000 Subject: [PATCH 1/2] Add CLI changelog for v0.0.118 Co-Authored-By: unknown <> --- content/docs/CLI/changelog.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/docs/CLI/changelog.mdx diff --git a/content/docs/CLI/changelog.mdx b/content/docs/CLI/changelog.mdx new file mode 100644 index 00000000..6fadccfd --- /dev/null +++ b/content/docs/CLI/changelog.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 From 664b3b8a4d1301d827fe9c5c45fe49d88a9687e6 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 01:08:17 +0000 Subject: [PATCH 2/2] Move CLI changelog to dedicated Changelog directory Co-Authored-By: unknown <> --- content/{docs/CLI/changelog.mdx => Changelog/cli.mdx} | 0 content/Changelog/meta.json | 6 ++++++ content/docs/meta.json | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) rename content/{docs/CLI/changelog.mdx => Changelog/cli.mdx} (100%) create mode 100644 content/Changelog/meta.json diff --git a/content/docs/CLI/changelog.mdx b/content/Changelog/cli.mdx similarity index 100% rename from content/docs/CLI/changelog.mdx rename to content/Changelog/cli.mdx 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" ] }