Skip to main content
What’s New β†’

Overview

The AgentWorks BOM pins compatible versions of every library in the agent engineering stack. Import it once and drop version tags from your dependency declarations.

Maven

What’s new in 1.15.0

  • 1.15.0: repins the Agent Client family to 0.25.0 β€” fixes Spring Boot auto-configuration for all providers. The org migration had left the auto-config registration files (.imports/spring.factories) pointing at the old org.springaicommunity package, so the starters failed to auto-configure (ClassNotFoundException) at boot. All other members unchanged.
  • 1.14.0: repins the Agent Client family to 0.24.0 β€” a compatibility fix so agent-claude builds against agent-journal 1.6.0. journal 1.5.0 had relocated TraceContentMode, which broke Claude trace-wiring for Spring Boot consumers on 1.12.0/1.13.0 (NoClassDefFoundError). All other members unchanged.
  • 1.13.0: repins Agent Journal to 1.6.0 β€” first-class journal-capture primitives (slice 1), a cost-metering correction (the headline LLMCallEvent.tokenUsage is now the cost-bearing Ξ£-per-turn aggregate, fixing a ~2Γ— long-run under-count), and a per-file schema-version header on the jsonl logs. Additive on the frozen capture contract; a 1.5.0 consumer keeps working.
  • 1.12.0: repins Agent Journal to 1.5.0 and adds the new gemini-cli-capture managed member β€” agent runs from Claude and Gemini now capture into one portable trace + cost format.
  • 1.9.0 was the security cut: converged on Spring AI 2.0.0 GA and cleared four CVEs β€” Spring Boot CVE-2026-40976 (CRITICAL) and CVE-2026-40973, Spring AI CVE-2026-41712, and Jackson CVE-2026-29062. Added tools.jackson:jackson-bom 3.1.4 and reactor-core 3.8.6 to converge transitive dependencies, all verified by the bom-verification gate.
  • 1.10.0 / 1.11.0: repinned the source-fixed members to lock in the CVE remediation (claude-code-sdk 1.4.0, workflow 0.10.0, Spring AI BOM 2.0.0 backstop).
  • 1.8.0: bumped the acp-java family to 0.14.0, clearing the deferred 0.13.0 cut.

Managed Artifacts

Agent Engineering (io.github.markpollack)

ArtifactVersionProject
agent-hooks-core0.6.4Agent Hooks
agent-hooks-spring0.6.4Agent Hooks
agent-hooks-claude0.6.4Agent Hooks
agent-hooks-gemini0.6.4Agent Hooks
journal-core1.6.0Agent Journal
claude-code-capture1.6.0Agent Journal
gemini-cli-capture1.6.0Agent Journal
workflow-api0.10.0Agent Workflow
workflow-core0.10.0Agent Workflow
workflow-tools0.10.0Agent Workflow
workflow-flows0.10.0Agent Workflow
workflow-agents0.10.0Agent Workflow
workflow-batch0.10.0Agent Workflow
workflow-temporal0.10.0Agent Workflow
workflow-journal0.10.0Agent Workflow
experiment-core0.5.0Agent Experiment
experiment-claude0.5.0Agent Experiment
loopy0.4.0Loopy
memory-core0.3.0Agent Memory
memory-advisor0.3.0Agent Memory
claude-code-sdk1.4.0Claude Agent SDK
agent-bench-core0.4.0Agent Bench
agent-bench-agents0.4.0Agent Bench
agent-judge-core0.13.0Agent Judge
agent-judge-llm0.13.0Agent Judge
agent-judge-exec0.13.0Agent Judge
agent-judge-file0.13.0Agent Judge
agent-sandbox-core0.9.3Agent Sandbox
agent-sandbox-docker0.9.3Agent Sandbox
agent-sandbox-e2b0.9.3Agent Sandbox
agent-client-core0.25.0Agent Client
agent-model0.25.0Agent Client
agent-claude0.25.0Agent Client
agent-gemini0.25.0Agent Client
agent-launcher0.25.0Agent Client
agent-qwen-code0.25.0Agent Client
agent-starter-claude0.25.0Agent Client
agent-starter-gemini0.25.0Agent Client
agent-starter-amp0.25.0Agent Client
agent-starter-codex0.25.0Agent Client
agent-starter-amazon-q0.25.0Agent Client
agent-starter-qwen-code0.25.0Agent Client

Agent Client Protocol (com.agentclientprotocol)

ArtifactVersionProject
acp-annotations0.14.0ACP Java SDK
acp-core0.14.0ACP Java SDK
acp-agent-support0.14.0ACP Java SDK
acp-test0.14.0ACP Java SDK
acp-websocket-jetty0.14.0ACP Java SDK

Source

GitHub

BOM source and release coordination