Skip to content

fix(deps): update module github.com/iodesystems/agentkit to v0.5.0 - #3

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-iodesystems-agentkit-0.x
Open

fix(deps): update module github.com/iodesystems/agentkit to v0.5.0#3
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-iodesystems-agentkit-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/iodesystems/agentkit v0.0.0v0.5.0 age confidence

Release Notes

iodesystems/agentkit (github.com/iodesystems/agentkit)

v0.5.0

Compare Source

v0.4.0

Compare Source

Eight commits since v0.3.0, which caselit, raglit and corrallm have all been pinned behind. dun tracks a local replace and has been on HEAD throughout.

Features

  • mcpmgr delivers server→client notifications
  • llm counts tokens exactly where the endpoint reports them, instead of estimating
  • llm reports retry decisions and carries rich 429 backpressure detail

Fixes

  • identical retry sleeps marched concurrent callers back in together
  • the context probe aborted on the one refusal shape worth measuring
  • agent persists the assistant reply on the session clock
  • an unset shaper budget means UNBUDGETED, not a budget of zero
  • mcpmgr carries a spawned server's stderr into the spawn error

No breaking changes — no exported function or type removed since v0.3.0. Verified by building caselit, raglit and corrallm against HEAD; caselit's full suite passes.

v0.3.0

Compare Source

v0.2.0

Compare Source

Breaking: Turn now returns TurnResult{Reply, Compactions, Usage} instead of (string, error).

  • Cache-aware shapingShaperPolicy.LODHeadroomTokens (default ~10k): the Shaper reshapes when the context would cross BudgetTokens − headroom, not at the hard limit, so a restructure leaves runway and the prompt prefix (KV cache) isn't re-invalidated every turn. LOD first, compaction only if LOD can't fit.
  • Compaction surfacingCompactionInfo (summary + before/after tokens) via TurnResult.Compactions and the OnCompaction callback; the same turn continues to the reply.
  • Token accountingTurnResult.Usage / OnUsage: Total billed this session vs Active (current compacted window).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/iodesystems/agentkit@v0.5.0 (replaced by ../agentkit): reading ../agentkit/go.mod: open /tmp/renovate/repos/github/IodeSystems/agentkit/go.mod: no such file or directory

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.

0 participants