chore: version packages#302
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
1395fb2Thanks @edspencer! - AddFleetManager.listAgentCommands(agentName, options?)— a one-shot way toread 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 neverhave to guard the underlying
claudesubprocess lifecycle themselves:SlashCommand[]—{ name, description, argumentHint }percommand (built-ins + project
.claude/commands+ MCP-provided commands) forthe resolved session's cwd/config.
ChatSessionOptionsasopenChatSession(notablyworkingDirectoryandinjectedMcpServers) so the list reflects the intendedproject context.
cli-runtime agents (the session runs on the SDK runtimeregardless of the agent's configured runtime) and surfaces
StreamingSessionUnsupportedErrorunchanged for Docker-wrapped agents.Each call spawns and tears down a
claudesubprocess (~seconds); the list isessentially static per project, so callers that query it repeatedly should
cache the result.
Also re-exports the
SlashCommandtype from@herdctl/core, so consumers canimport type { SlashCommand } from "@herdctl/core"instead of reaching into theClaude Agent SDK directly.
@herdctl/chat@0.5.1
Patch Changes
1395fb2]:herdctl@1.5.22
Patch Changes
1395fb2]:@herdctl/discord@1.2.13
Patch Changes
1395fb2]:@herdctl/slack@1.2.26
Patch Changes
1395fb2]:@herdctl/web@0.9.24
Patch Changes
1395fb2]: