agent-orchestrator/packages
harshitsinghbhandari 3e0ce4e3a9 fix: address remaining PR review comments
- Fix multiple projects sharing same external plugin: change
  findExternalPluginEntry to findAllExternalPluginEntries which returns
  all matching entries, allowing all projects to be updated with the
  actual manifest.name

- Fix path without slashes misidentified as npm package: use separate
  pkg and path parameters in generateTempPluginName instead of combining
  them and checking for slashes. Local paths like "my-tracker" (no
  slashes) are now correctly returned as-is

- Replace console.warn with process.stderr.write for structured logging
  in plugin-registry.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-02 20:06:28 +05:30
..
ao chore: version packages 2026-03-29 09:21:26 +00:00
cli fix: handle optional plugin field in CLI and web packages 2026-04-02 19:19:44 +05:30
core fix: address remaining PR review comments 2026-04-02 20:06:28 +05:30
integration-tests extend opencode discovery timeout, include integration tests in pnpm test 2026-03-29 16:44:53 +05:30
plugins feat: standardize agent plugins — shared hooks, activity JSONL, backfill aider/opencode (#755) 2026-04-01 21:50:07 +05:30
web fix: handle optional plugin field in CLI and web packages 2026-04-02 19:19:44 +05:30