Skip to content

chore: version packages#15

Merged
suleimansh merged 1 commit into
mainfrom
changeset-release/main
Jun 25, 2026
Merged

chore: version packages#15
suleimansh merged 1 commit into
mainfrom
changeset-release/main

Conversation

@suleimansh

@suleimansh suleimansh commented Jun 25, 2026

Copy link
Copy Markdown
Member

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

@gemstack/ai-autopilot@0.1.0

Minor Changes

  • 8796ae4: Initial release. Orchestration for @gemstack/ai-sdk agents — the control-policy layer over many agent runs. Seed slice: the supervisor/worker topology.

    • Supervisorplan → dispatch → synthesize: decompose a task into subtasks, dispatch each to a worker agent (bounded concurrency, optional token budget, per-subtask error isolation), and synthesize the results.
    • agentPlanner(agent) — turn a planning agent into a Planner via ai-sdk's Output.array (JSON subtask decomposition).
    • agentSynthesizer(agent) / defaultSynthesize — combine subtask results (LLM pass, or deterministic concatenation).
    • Pluggable stages (plan / workers / synthesize), guardrails (concurrency, maxSubtasks, budget.maxTotalTokens), and progress events.

    Scope boundary: ai-sdk owns the single-agent loop + handoff/subagent primitives; ai-autopilot owns orchestrating multiple runs under a policy. The seed runs autonomous workers; durable pause/resume, more topologies, and queue-backed execution are deferred behind optional seams. Depends on @gemstack/ai-sdk.

Patch Changes

  • Updated dependencies [9da9b29]
    • @gemstack/ai-sdk@0.3.0

@gemstack/ai-mcp@0.1.0

Minor Changes

  • 9da9b29: Initial release. The agent<->MCP bridge, carved out of @gemstack/ai-sdk's former ./mcp subpath:

    • mcpClientTools(transport, opts?) — consume a remote MCP server's tools as @gemstack/ai-sdk Agent tools (HTTP URL / stdio spawn / connected SDK client).
    • mcpServerFromAgent(AgentClass, opts?) — expose an Agent as an MCP server, with 'tools' / 'agent' / 'both' exposure modes.

    Depends on @gemstack/ai-sdk; @modelcontextprotocol/sdk is an optional peer.

Patch Changes

  • Updated dependencies [9da9b29]
    • @gemstack/ai-sdk@0.3.0

@gemstack/ai-sdk@0.3.0

Minor Changes

  • 9da9b29: Remove the ./mcp subpath. The agent<->MCP bridge (mcpClientTools / mcpServerFromAgent) has moved to its own package, @gemstack/ai-mcp, so the optional @modelcontextprotocol/sdk peer dependency is now declared only by the package that uses it (and no longer surfaces to every @gemstack/ai-sdk consumer).

    Migration: replace @gemstack/ai-sdk/mcp imports with @gemstack/ai-mcp, and move the @modelcontextprotocol/sdk peer to that package. The bridge API is unchanged.

@gemstack/ai-skills@0.1.0

Minor Changes

  • c9758d0: Initial release. Portable capability bundles for @gemstack/ai-sdk agents — load SKILL.md skills (instructions + tools + resources) and compose them onto an Agent:

    • parseSkillManifest — parse SKILL.md YAML frontmatter + markdown body (matches the boost/skills / Anthropic Agent Skills shape).
    • loadSkill / loadSkills — load a skill directory: instructions, co-located tool() exports, and resources/.
    • SkillRegistry — discover skills by their cheap frontmatter and load the full body + tools on demand (progressive disclosure).
    • composeInstructions / composeTools / composeMiddleware — merge skills into an agent; the agent's own declarations stay authoritative (own tools win name collisions, skill tools are namespaced as a backstop).
    • SkillfulAgent — an Agent base that composes skills() declaratively alongside baseInstructions() / baseTools().
    • surface — inspect a skill's instructions/tools/resources before composing it.

    Explicit trust boundary (no in-process sandbox): discovery reads only frontmatter, loadTools: false loads without running the tools module, and skill tools flow through the agent's existing approval/middleware path. Depends on @gemstack/ai-sdk.

Patch Changes

  • Updated dependencies [9da9b29]
    • @gemstack/ai-sdk@0.3.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 001c0b2 to f6c3e0d Compare June 25, 2026 23:14
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f6c3e0d to 85b6f08 Compare June 25, 2026 23:29
@suleimansh suleimansh merged commit e401b36 into main Jun 25, 2026
1 check passed
@suleimansh suleimansh deleted the changeset-release/main branch June 25, 2026 23:36
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