Skip to content

Align koog prompt-executor with agents at 1.2.0 - #293

Merged
joreilly merged 1 commit into
mainfrom
koog-prompt-executor-1.2.0-beta
Sep 13, 2026
Merged

joreilly merged 1 commit into
mainfrom
koog-prompt-executor-1.2.0-beta

Conversation

@joreilly

Copy link
Copy Markdown
Owner

Summary

koogAgents went to 1.2.0 in #290, but koogPromptExecutorAll stayed at 1.1.1-beta. Both track the same koog release train — the executor artifacts are just published with a -beta suffix (1.1.11.1.1-beta, 1.2.01.2.0-beta, confirmed against Maven Central). Renovate ignores pre-release versions by default, so it never proposed this one.

Before this, Gradle was resolving a mixed graph and silently upgrading the 1.1.1-beta artifacts' transitives to 1.2.0. After it, everything under ai.koog resolves at 1.2.0/1.2.0-beta with no conflict resolution.

The two catalog keys have to stay separate — ai.koog:koog-agents publishes unsuffixed and ai.koog:prompt-executor-llms-all only publishes -beta, so they can't share one version ref.

Test plan

  • assembleDebug, :composeApp:jvmTest, compileKotlinIosSimulatorArm64, compileKotlinWasmJs, :agents:build, :mcp-server:build all pass locally
  • :composeApp:dependencies shows the whole ai.koog graph at 1.2.0/1.2.0-beta with no version-conflict upgrades
  • CI green

🤖 Generated with Claude Code

https://claude.ai/code/session_01ReoMX8TjLpTkCocLiLVTuL

These are the same release train published under two version strings — koog
bumped agents to 1.2.0 while the prompt-executor artifacts moved to
1.2.0-beta. Renovate skips pre-releases by default, so the executors were
left a release behind and Gradle was resolving a mixed 1.1.1/1.2.0 graph.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ReoMX8TjLpTkCocLiLVTuL
@joreilly
joreilly merged commit 9cc5be1 into main Sep 13, 2026
2 checks passed
@joreilly
joreilly deleted the koog-prompt-executor-1.2.0-beta branch September 13, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant