Skip to content

fix(skilllite): gate suggest-followup registration behind agent feature#83

Merged
EXboys merged 1 commit into
mainfrom
fix/suggest-followup-register-cfg
May 26, 2026
Merged

fix(skilllite): gate suggest-followup registration behind agent feature#83
EXboys merged 1 commit into
mainfrom
fix/suggest-followup-register-cfg

Conversation

@EXboys
Copy link
Copy Markdown
Owner

@EXboys EXboys commented May 26, 2026

Summary

  • Fixes CI E0425: register_suggest_followup is only defined under #[cfg(feature = "agent")], but was called unconditionally in register_all().
  • Moves register_suggest_followup(reg) into the existing agent feature block alongside register_agent and register_schedule.

Test plan

  • cargo check -p skilllite (default features)
  • cargo check -p skilllite --features agent

Made with Cursor

register_suggest_followup is only compiled with feature "agent"; calling it
unconditionally in register_all broke default CI builds (E0425).

Co-authored-by: Cursor <cursoragent@cursor.com>
@EXboys EXboys merged commit acd2d95 into main May 26, 2026
4 checks passed
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