Skip to content

fix: migrate commands to Spring Shell 4 - #10

Open
arnabnandy7 wants to merge 1 commit into
embabel:mainfrom
arnabnandy7:fix/spring-shell-4-migration
Open

fix: migrate commands to Spring Shell 4#10
arnabnandy7 wants to merge 1 commit into
embabel:mainfrom
arnabnandy7:fix/spring-shell-4-migration

Conversation

@arnabnandy7

@arnabnandy7 arnabnandy7 commented Sep 9, 2026

Copy link
Copy Markdown

Summary

  • Upgrade Embabel Agent to 1.5.2-SNAPSHOT.
  • Migrate meta-agent commands from the legacy Spring Shell API to Spring Shell 4.
  • Migrate generated-agent filename completion to CompletionProvider.
  • Align RAG test dependencies with the configured Embabel Agent version.
  • Update documentation examples to use the Spring Shell 4 annotations.

Verification

  • meta-agent-service and its required reactor modules compile successfully.
  • DesignCommandTest: 7 tests passed.
  • Dependency resolution against the locally installed 1.5.2-SNAPSHOT succeeded.
  • Full test execution reached all modules, with 60 tests passing or skipping. The remaining live integration tests require a valid OPENAI_API_KEY; no Spring Shell compatibility failures were observed.

Closes #9
Related to embabel/embabel-agent#1720
Dependant on PR: embabel/embabel-agent#1956

Signed-off-by: Arnab Nandy <arnab_nandy7@yahoo.com>
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.

Migrate agent-gen commands to Spring Shell 4

1 participant