Skip to content

chore(appkit): hide agents plugin from public exports#367

Merged
pkosiec merged 1 commit intomainfrom
hide-agents-plugin
May 8, 2026
Merged

chore(appkit): hide agents plugin from public exports#367
pkosiec merged 1 commit intomainfrom
hide-agents-plugin

Conversation

@pkosiec
Copy link
Copy Markdown
Member

@pkosiec pkosiec commented May 8, 2026

Summary

  • Sets hidden: true in the agents plugin manifest so it is excluded from auto-generated barrel exports (beta-exports.generated.ts) and the template plugins registry (appkit.plugins.json)
  • Manual exports in beta.ts remain intact for internal use
  • Updates knip config to ignore the hidden plugin directory

Test plan

  • pnpm build succeeds
  • beta-exports.generated.ts contains export {}
  • template/appkit.plugins.json has no agents entry
  • beta.ts manual exports unchanged
  • Knip passes

Set `hidden: true` in the agents plugin manifest so it is excluded
from auto-generated barrel exports and the template plugins registry.
Manual beta.ts exports remain intact for internal use.

Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
@pkosiec pkosiec marked this pull request as ready for review May 8, 2026 09:48
@pkosiec pkosiec requested a review from a team as a code owner May 8, 2026 09:48
@pkosiec pkosiec requested a review from MarioCadenas May 8, 2026 09:48
@pkosiec pkosiec enabled auto-merge (squash) May 8, 2026 09:49
@pkosiec pkosiec merged commit dfb2c72 into main May 8, 2026
9 checks passed
@pkosiec pkosiec deleted the hide-agents-plugin branch May 8, 2026 09:55
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.

2 participants