Skip to content

chore: version packages#302

Merged
edspencer merged 1 commit into
mainfrom
changeset-release/main
Jul 8, 2026
Merged

chore: version packages#302
edspencer merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@herdctl/core@5.16.0

Minor Changes

  • #301 1395fb2 Thanks @edspencer! - Add FleetManager.listAgentCommands(agentName, options?) — a one-shot way to
    read the slash commands available to an agent for populating a command palette /
    autocomplete, without hand-managing a live streaming session.

    Internally it opens a chat session, reads its command list, and always closes
    the session
    (in a finally, even if the listing throws), so consumers never
    have to guard the underlying claude subprocess lifecycle themselves:

    • Returns the full SlashCommand[]{ name, description, argumentHint } per
      command (built-ins + project .claude/commands + MCP-provided commands) for
      the resolved session's cwd/config.
    • Accepts the same ChatSessionOptions as openChatSession (notably
      workingDirectory and injectedMcpServers) so the list reflects the intended
      project context.
    • Works for cli-runtime agents (the session runs on the SDK runtime
      regardless of the agent's configured runtime) and surfaces
      StreamingSessionUnsupportedError unchanged for Docker-wrapped agents.

    Each call spawns and tears down a claude subprocess (~seconds); the list is
    essentially static per project, so callers that query it repeatedly should
    cache the result.

    Also re-exports the SlashCommand type from @herdctl/core, so consumers can
    import type { SlashCommand } from "@herdctl/core" instead of reaching into the
    Claude Agent SDK directly.

@herdctl/chat@0.5.1

Patch Changes

  • Updated dependencies [1395fb2]:
    • @herdctl/core@5.16.0

herdctl@1.5.22

Patch Changes

  • Updated dependencies [1395fb2]:
    • @herdctl/core@5.16.0
    • @herdctl/discord@1.2.13
    • @herdctl/slack@1.2.26
    • @herdctl/web@0.9.24

@herdctl/discord@1.2.13

Patch Changes

  • Updated dependencies [1395fb2]:
    • @herdctl/core@5.16.0
    • @herdctl/chat@0.5.1

@herdctl/slack@1.2.26

Patch Changes

  • Updated dependencies [1395fb2]:
    • @herdctl/core@5.16.0
    • @herdctl/chat@0.5.1

@herdctl/web@0.9.24

Patch Changes

  • Updated dependencies [1395fb2]:
    • @herdctl/core@5.16.0
    • @herdctl/chat@0.5.1

@github-actions github-actions Bot requested a review from edspencer as a code owner July 8, 2026 02:10
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying herdctl with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7d6aaf8
Status:⚡️  Build in progress...

View logs

@edspencer edspencer merged commit c52a762 into main Jul 8, 2026
1 of 2 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