From a642ba8d4e138030572fb7271e14f6efe5005d4c Mon Sep 17 00:00:00 2001 From: alexheifetz Date: Fri, 8 Aug 2025 02:00:30 -0400 Subject: [PATCH] Update embabel-agent version to 0.1.0 Add missing parameter to infoString --- pom.xml | 9 ++++++++- src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a3c312a..dbaf9f1 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ Coding agent - 0.1.0-SNAPSHOT + 0.1.0 1.0.0-M8 2.1.10 2.1 @@ -103,6 +103,13 @@ + + embabel-releases + https://repo.embabel.com/artifactory/libs-release + + true + + embabel-snapshots https://repo.embabel.com/artifactory/libs-snapshot diff --git a/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt b/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt index 44aebca..c2c1c84 100644 --- a/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt +++ b/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt @@ -151,7 +151,7 @@ class ResourceFactory : McpResourcePublisher { ) } - override fun infoString(verbose: Boolean?): String { + override fun infoString(verbose: Boolean?, indent: Int): String { return toString() } } \ No newline at end of file