From 65aa9eb7d22a3358a0a9387988df2ffb8ec06346 Mon Sep 17 00:00:00 2001 From: reapercanuk39 <117741646+reapercanuk39@users.noreply.github.com> Date: Sun, 25 Jan 2026 08:52:08 -0600 Subject: [PATCH 1/2] Add Kotlin SDK directory with initial README --- copilot-sdk-kotlin/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 copilot-sdk-kotlin/README.md diff --git a/copilot-sdk-kotlin/README.md b/copilot-sdk-kotlin/README.md new file mode 100644 index 0000000000..cb9effcd05 --- /dev/null +++ b/copilot-sdk-kotlin/README.md @@ -0,0 +1,15 @@ +# Copilot SDK for Kotlin + +Kotlin/JVM SDK for integrating GitHub Copilot Agent into apps and services. + +## Status + +🚧 Under Development + +## Installation + +Coming soon. + +## Usage + +Coming soon. From 86bbca6827c40aaf65ce058d38f11201b4ef85bb Mon Sep 17 00:00:00 2001 From: reapercanuk39 <117741646+reapercanuk39@users.noreply.github.com> Date: Sun, 25 Jan 2026 08:52:43 -0600 Subject: [PATCH 2/2] Remove Kotlin SDK directory --- copilot-sdk-kotlin/README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 copilot-sdk-kotlin/README.md diff --git a/copilot-sdk-kotlin/README.md b/copilot-sdk-kotlin/README.md deleted file mode 100644 index cb9effcd05..0000000000 --- a/copilot-sdk-kotlin/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Copilot SDK for Kotlin - -Kotlin/JVM SDK for integrating GitHub Copilot Agent into apps and services. - -## Status - -🚧 Under Development - -## Installation - -Coming soon. - -## Usage - -Coming soon.