release: fix mcp array params and hivemind memory flooding#172
Open
github-actions[bot] wants to merge 1 commit into
Open
release: fix mcp array params and hivemind memory flooding#172github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
February 7, 2026 22:17
74e0279 to
2e765a3
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
February 8, 2026 19:42
2e765a3 to
cb22b58
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
February 9, 2026 17:12
cb22b58 to
c2016cd
Compare
Samuel-Mencke
approved these changes
Feb 13, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 21, 2026 05:30
c2016cd to
2095b72
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 21, 2026 05:56
2095b72 to
0a1485c
Compare
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
swarm-tools@0.60.0
Minor Changes
2ad83e6Thanks @joelhooks! - Overhaul hivemind memory hooks to stop flooding sessions with garbage contextAuto-recall fixes:
Auto-capture fixes:
Format improvements:
- (85%) [tags] contentTag detection:
Session handler:
New config options: recallCooldownMs, maxCapturePerTurn, captureContentLimit, recallContentLimit
claude-code-swarm-plugin@0.63.4
Patch Changes
02c3ae9Thanks @joelhooks! - fix(mcp): coerce string→array params flattened by MCP protocolThe MCP protocol flattens all
type: "array"JSON Schema params totype: "string",causing Claude to send JSON-encoded strings or pipe-delimited strings instead of actual
arrays. This broke
hive_create_epic(subtasks),swarmmail_reserve(paths), and 8other array params.
Adds
coerceArrayParams()that handles JSON strings, pipe-delimited, comma-separated,and single values. Relaxes Zod validation to accept both strings and arrays for these
params.
opencode-swarm-plugin@0.63.4
Patch Changes
02c3ae9Thanks @joelhooks! - fix(mcp): coerce string→array params flattened by MCP protocolThe MCP protocol flattens all
type: "array"JSON Schema params totype: "string",causing Claude to send JSON-encoded strings or pipe-delimited strings instead of actual
arrays. This broke
hive_create_epic(subtasks),swarmmail_reserve(paths), and 8other array params.
Adds
coerceArrayParams()that handles JSON strings, pipe-delimited, comma-separated,and single values. Relaxes Zod validation to accept both strings and arrays for these
params.
feb227eThanks @joelhooks! - Fix hivemind memory CLI pointing at wrong databaseThe
swarm memoryCLI commands (stats, find, store, etc.) were connecting to a per-projectstreams.dbin/tmp/instead of the global~/.config/swarm-tools/swarm.dbwhere all memories actually live. This causedswarm memory statsto show 0 andswarm memory findto return no results.Also fixes libSQL
COUNT(*)returning 0 on tables with F32_BLOB vector columns — replaced withCOUNT(id)across all memory-touching code paths.Updated dependencies [
feb227e]:@swarmtools/evals@0.2.41
Patch Changes
02c3ae9,feb227e]:swarm-mail@1.11.3
Patch Changes
feb227eThanks @joelhooks! - Fix hivemind memory CLI pointing at wrong databaseThe
swarm memoryCLI commands (stats, find, store, etc.) were connecting to a per-projectstreams.dbin/tmp/instead of the global~/.config/swarm-tools/swarm.dbwhere all memories actually live. This causedswarm memory statsto show 0 andswarm memory findto return no results.Also fixes libSQL
COUNT(*)returning 0 on tables with F32_BLOB vector columns — replaced withCOUNT(id)across all memory-touching code paths.swarm-dashboard@0.0.16
Patch Changes
feb227e]: