Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 6 updates - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-15243ecaa0
Open

chore(deps): bump the production-dependencies group across 1 directory with 6 updates#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-15243ecaa0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
@agentskit/adapters 0.12.2 0.14.2
@agentskit/core 1.9.0 1.12.7
@agentskit/ink 0.9.0 0.10.8
@agentskit/runtime 0.7.3 0.10.14
@agentskit/tools 0.9.4 0.13.3
@agentskit/doc-bridge 1.1.1 1.2.6

Updates @agentskit/adapters from 0.12.2 to 0.14.2

Release notes

Sourced from @​agentskit/adapters's releases.

@​agentskit/adapters@​0.14.2

Changelog

@​agentskit/adapters@​0.14.1

Changelog

@​agentskit/adapters@​0.13.13

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/adapters since your current version.


Updates @agentskit/core from 1.9.0 to 1.12.7

Release notes

Sourced from @​agentskit/core's releases.

@​agentskit/core@​1.12.7

Changelog

@​agentskit/core@​1.12.6

Changelog

@​agentskit/core@​1.12.3

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/core since your current version.


Updates @agentskit/ink from 0.9.0 to 0.10.8

Release notes

Sourced from @​agentskit/ink's releases.

@​agentskit/ink@​0.10.8

Changelog

@​agentskit/ink@​0.10.7

Changelog

@​agentskit/ink@​0.10.4

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/ink since your current version.


Updates @agentskit/runtime from 0.7.3 to 0.10.14

Release notes

Sourced from @​agentskit/runtime's releases.

@​agentskit/runtime@​0.10.14

Changelog

@​agentskit/runtime@​0.10.13

Changelog

@​agentskit/runtime@​0.10.10

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/runtime since your current version.


Updates @agentskit/tools from 0.9.4 to 0.13.3

Release notes

Sourced from @​agentskit/tools's releases.

@​agentskit/tools@​0.13.3

Changelog

@​agentskit/tools@​0.13.2

Changelog

@​agentskit/tools@​0.13.1

Changelog

@​agentskit/tools@​0.11.11

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/tools since your current version.


Updates @agentskit/doc-bridge from 1.1.1 to 1.2.6

Release notes

Sourced from @​agentskit/doc-bridge's releases.

Doc Bridge v1.2.6 — deterministic handoffs for Claude Desktop

Agents should not have to guess which package they may edit, where the relevant documentation lives, or which checks prove a change is safe.

Doc Bridge turns repository docs, ownership metadata, and human documentation into deterministic handoffs that work from the CLI, MCP, and CI. Its core runs locally without an LLM, API key, hosted service, or model-provider dependency.

What ships in 1.2.6

  • Claude Desktop MCP Bundle: the release includes doc-bridge-1.2.6.mcpb, exposing eight read-only tools behind an explicit project configuration boundary.
  • Executable repository handoffs: agents receive startHere, allowed editRoots, required checks, and the matching human documentation instead of guessing.
  • Secure release recovery: dependency overrides now work with pnpm 11, with patched Next.js, Sharp, and brace-expansion versions. The release gate completed with no known vulnerabilities.
  • Two installation paths: use the npm package for CLI, CI, and custom MCP clients, or the MCPB artifact for the Claude Desktop connector workflow.

Try the deterministic path

npm i -D @agentskit/doc-bridge@1.2.6
npx ak-docs demo --text

Then configure a repository:

npx ak-docs init
npx ak-docs index
npx ak-docs query package example --agent

The packaged bundle currently declares macOS compatibility. Its manifest, privacy boundary, archive inventory, and all eight read-only tools passed automated validation; installation verification inside Claude Desktop remains the next distribution gate.

Artifact integrity

  • doc-bridge-1.2.6.mcpb — SHA-256 9136d4a487b44f0a56731fac89d880525ad5e216d376940dff949477cd741905
  • npm provenance — SLSA attestation

Documentation: doc-bridge.agentskit.io
Implementation: [PR #69](AgentsKit-io/doc-bridge#69)
Full changelog: v1.2.5...v1.2.6

If your repository has a workflow Doc Bridge cannot express yet, open an issue with the handoff you expected. That feedback directly shapes the next contracts and adapters.

v1.2.2 — seven-product properties + ecosystem llms block

What's new

  • Ecosystem contract accepts 4- or 7-product properties[] projections
  • Export formatEcosystemLlmsBlock for a shared llms.txt ecosystem section
  • Unit coverage for the shared formatter

Includes #45.

Changelog

Sourced from @​agentskit/doc-bridge's changelog.

1.2.6

Patch Changes

  • Restore the stable release security gate with patched Next.js and Sharp versions and pnpm 11-compatible dependency overrides.

1.2.5

Patch Changes

  • d2429f4: Add read-only MCP tool annotations, a public privacy policy, and deterministic MCPB packaging for local Claude Desktop installation.

1.2.4

Patch Changes

  • 8106e2e: Add the verified MCP Registry namespace to the published package metadata.

1.2.3

Fixed

  • Publish path for seven-product properties[] contract and formatEcosystemLlmsBlock (v1.2.2 GitHub tag/package.json were misaligned; npm still on 1.2.1)
  • Marketplace Action dogfoods the local workspace package when run in this repository
  • Docs site llms.txt renders the shared seven-product mesh with role, maturity, machine index, and (current)

Changed

  • Sync ecosystem.json upstream snapshot from AgentsKit hub main

1.2.1

Fixes

  • Restore the stable release audit with pnpm's bulk advisory client and pin patched transitive versions of PostCSS, tmp, and uuid.

1.2.0

Minor Changes

  • d4260b9: Add the production documentation portal, deterministic AgentsKit Chat knowledge surface, generated LLM and raw Markdown artifacts, and README Standard v1 quality gates.

Unreleased

Features

  • Add read-only MCP tool annotations, a public privacy policy, and validated MCPB packaging for local Claude Desktop installation.
  • Migrate the documentation portal dogfood from AgentsKit Chat 0.2 packages (@agentskit/chat-protocol, @agentskit/chat-react) to the consolidated 0.3.x surface (@agentskit/chat/protocol, @agentskit/chat/react) while keeping @agentskit/chat as the root package.
  • Replace the legacy Pages landing with a statically exported Fumadocs portal backed directly by the canonical docs/** corpus.
  • Generate llms.txt, llms-full.txt, raw Markdown, and a hash-verified deterministic AgentsKit Chat artifact from the repository's own Doc Bridge index.

... (truncated)

Commits
  • c5548ff Release @​agentskit/doc-bridge 1.2.6 with security gate fixes (#69)
  • aafe42c Release @​agentskit/doc-bridge 1.2.5 (#68)
  • d2429f4 feat: add Claude Desktop MCP bundle (#67)
  • 640aafa docs: display OpenSSF Baseline badge (#66)
  • 06a99b7 chore: establish OpenSSF security controls (#54)
  • 0d078f9 Release @​agentskit/doc-bridge 1.2.4 (#53)
  • 8106e2e chore: add MCP Registry package identity (#52)
  • 3ced032 Merge pull request #51 from AgentsKit-io/codex/final-launch-polish
  • 68f423e fix(docs): finish launch readiness pass
  • 7d166f4 fix(docs): prevent mobile hero clipping (#50)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 6 updates chore(deps): bump the production-dependencies group across 1 directory with 6 updates Aug 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-15243ecaa0 branch from f470bab to ab40167 Compare August 5, 2026 01:34
…y with 6 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@agentskit/adapters](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/adapters) | `0.12.2` | `0.14.2` |
| [@agentskit/core](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/core) | `1.9.0` | `1.12.7` |
| [@agentskit/ink](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/ink) | `0.9.0` | `0.10.8` |
| [@agentskit/runtime](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/runtime) | `0.7.3` | `0.10.14` |
| [@agentskit/tools](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/tools) | `0.9.4` | `0.13.3` |
| [@agentskit/doc-bridge](https://github.com/AgentsKit-io/doc-bridge) | `1.1.1` | `1.2.6` |



Updates `@agentskit/adapters` from 0.12.2 to 0.14.2
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/adapters@0.14.2/packages/adapters)

Updates `@agentskit/core` from 1.9.0 to 1.12.7
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/core@1.12.7/packages/core)

Updates `@agentskit/ink` from 0.9.0 to 0.10.8
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/ink@0.10.8/packages/ink)

Updates `@agentskit/runtime` from 0.7.3 to 0.10.14
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/runtime@0.10.14/packages/runtime)

Updates `@agentskit/tools` from 0.9.4 to 0.13.3
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/tools@0.13.3/packages/tools)

Updates `@agentskit/doc-bridge` from 1.1.1 to 1.2.6
- [Release notes](https://github.com/AgentsKit-io/doc-bridge/releases)
- [Changelog](https://github.com/AgentsKit-io/doc-bridge/blob/master/CHANGELOG.md)
- [Commits](AgentsKit-io/doc-bridge@v1.1.1...v1.2.6)

---
updated-dependencies:
- dependency-name: "@agentskit/adapters"
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/core"
  dependency-version: 1.12.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/doc-bridge"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/ink"
  dependency-version: 0.10.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/runtime"
  dependency-version: 0.10.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/tools"
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-15243ecaa0 branch from ab40167 to 9a21d67 Compare August 9, 2026 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants