ob-labs/agentseek

Add `agentseek plugin list` command

Open

#89 建立於 2026年6月16日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (9 fork)github user discovery
comp:clienhancementhelp wanted

倉庫指標

Star
 (49 star)
PR 合併指標
 (PR 指標待抓取)

描述

Summary

Add an agentseek plugin list command so users can inspect plugins installed in the AgentSeek plugin environment.

Requirements

  • Add list under the existing agentseek plugin command group.
  • Show the resolved plugin project path.
  • List installed AgentSeek/Bub-related packages from the plugin sandbox, such as agentseek-* and bub-* dependencies.
  • Support a human-readable default output.
  • Do not install, update, remove, or sync packages as part of listing.

Acceptance Criteria

  • Unit tests cover an empty plugin sandbox, a sandbox with installed plugin dependencies, and a missing sandbox path.
  • Listing does not call the underlying uv helper or mutate the filesystem.
  • Existing plugin install, uninstall, and update behavior remains unchanged.

貢獻者指南