Skip to content

chore(deps): update ⬆️ agent extensions - #1008

Merged
scottames merged 1 commit into
mainfrom
renovate/agent-extensions
Aug 26, 2026
Merged

chore(deps): update ⬆️ agent extensions#1008
scottames merged 1 commit into
mainfrom
renovate/agent-extensions

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@narumitw/pi-statusline (source) 0.34.00.49.12 age adoption passing confidence
@tintinweb/pi-subagents 0.14.30.18.0 age adoption passing confidence
pi-ask-user 0.13.00.14.0 age adoption passing confidence

Release notes are maintained in a PR comment by the renovate-release-notes-comment workflow.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 4pm on thursday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies label Aug 7, 2026
@renovate
renovate Bot requested a review from scottames as a code owner August 7, 2026 00:24
@renovate renovate Bot added the dependencies label Aug 7, 2026
@scottames-github-bot

scottames-github-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Renovate Release Notes

Generated from Renovate's update table by the renovate-release-notes-comment workflow.

Packages that cannot be summarized from GitHub releases are listed explicitly below.

tintinweb/pi-subagents (@​tintinweb/pi-subagents)

v0.18.0: v0.18.0

Compare Source

⚠️ Breaking — an Agent call that doesn't say now runs in the background (backgroundByDefault). Following Claude Code, where the agent backgrounds unless the caller passes run_in_background: false. An unqualified spawn no longer blocks the turn and no longer returns the agent's output inline: it returns an ID immediately, and the completion notification carries a preview (500 chars solo, 300 grouped) with the full text behind get_subagent_result. Set backgroundByDefault: false to restore the previous behaviour globally; an explicit run_in_background on the call or in frontmatter overrides the setting in both directions. Nested spawns are unchanged — an agent spawning its own agent still defaults to foreground, because a detached child is stopped by abortOwnedChildren when its parent settles and has no notification path of its own. Two consequences worth planning for: maxConcurrent now applies to nearly every spawn where foreground used to bypass it (its default is raised 4 → 10 to compensate), and Esc interrupts the turn without stopping the agents it started — stop those from /agents → Running agents, which is also how Claude Code separates the two. #237

image

v0.17.1: v0.17.1

Compare Source

No release notes body was provided by GitHub.

v0.17.0: v0.17.0

Compare Source

⚠️ Note — an agent file's frontmatter name: now substitutes for the filename as its subagent_type. Following Claude Code, the declared name is the dispatch identity and the filename is only the fallback, so blubb.md with name: code-review is spawned, mentioned and listed as code-review. Any value is accepted except one containing :, which Claude Code reserves for plugin scoping; such a file — like any unparseable one — is skipped with a warning rather than loaded under a name nothing honours, and strictAgentFiles turns that into a startup failure.

⚠️ Breaking — subagent sessions now persist to disk by default (rememberAgents). Transcripts that used to be in-memory are written to the session dir and appear nested under their spawner in pi's /resume. Per-agent persist_session: overrides it in both directions — false keeps that agent in memory, true persists it even with the setting off. Set rememberAgents: false to restore the previous behaviour globally.

pi-subagents-mention.mp4

v0.16.1: v0.16.1

Compare Source

No release notes body was provided by GitHub.

v0.16.0: v0.16.0

Compare Source

image

v0.15.2: v0.15.2

Compare Source

No release notes body was provided by GitHub.

v0.15.1: v0.15.1

Compare Source

No release notes body was provided by GitHub.

v0.15.0: v0.15.0

Compare Source

No release notes body was provided by GitHub.

Skipped Packages

GitHub Release Notes Unavailable

  • @​narumitw/pi-statusline: No GitHub release was found for 0.49.12

  • pi-ask-user: No GitHub release was found for 0.14.0

@renovate
renovate Bot force-pushed the renovate/agent-extensions branch 14 times, most recently from 282be83 to 4931cdf Compare August 13, 2026 22:50
@renovate
renovate Bot force-pushed the renovate/agent-extensions branch 12 times, most recently from 4d68c38 to a891dc3 Compare August 22, 2026 18:08
@renovate
renovate Bot force-pushed the renovate/agent-extensions branch 4 times, most recently from 2c7509c to 2299198 Compare August 26, 2026 15:50
@renovate
renovate Bot force-pushed the renovate/agent-extensions branch from 2299198 to b369a58 Compare August 26, 2026 16:48
@scottames
scottames merged commit 27fcf84 into main Aug 26, 2026
6 checks passed
@scottames
scottames deleted the renovate/agent-extensions branch August 26, 2026 17:14
scottames pushed a commit that referenced this pull request Aug 26, 2026
🤖 I have created a release *beep* *boop*
---


## [0.51.0](v0.50.0...v0.51.0)
(2026-08-26)


### Updates & Misc Chores

* **deps:** lock file maintenance
([#1023](#1023))
([21aa7bc](21aa7bc))
* **deps:** update ⬆️ agent extensions
([#1008](#1008))
([27fcf84](27fcf84))
* **deps:** update ⬆️ aqua-packages
([#1006](#1006))
([e27736d](e27736d))
* **deps:** update ⬆️ aqua-packages to v4.548.0
([#1012](#1012))
([546615c](546615c))
* **deps:** update ⬆️ aqua-packages to v4.549.0
([#1015](#1015))
([5e1f812](5e1f812))
* **deps:** update ⬆️ aqua-packages to v4.551.0
([#1016](#1016))
([2c61054](2c61054))
* **deps:** update ⬆️ aqua-packages to v4.553.0
([#1027](#1027))
([14e27e8](14e27e8))
* **deps:** update ⬆️ dagger to v0.21.8
([#1007](#1007))
([d1c9857](d1c9857))
* **deps:** update ⬆️ github-actions to v24.19.0
([#1019](#1019))
([f1ec18f](f1ec18f))
* **deps:** update ⬆️ mise-packages
([#1013](#1013))
([9975403](9975403))
* **deps:** update ⬆️ mise-packages
([#1020](#1020))
([ee15b02](ee15b02))
* **deps:** update ⬆️ mise-packages
([#1022](#1022))
([99a86d6](99a86d6))
* **deps:** update ⬆️ mise-packages
([#1025](#1025))
([4b2e66c](4b2e66c))
* **deps:** update ⬆️ mise-packages
([#1028](#1028))
([c8fe436](c8fe436))
* **deps:** update ⬆️ mise-packages
([#1029](#1029))
([a633909](a633909))
* **deps:** update ⬆️ mise-packages (major)
([#1031](#1031))
([24aeb11](24aeb11))
* **deps:** update ⬆️ mise-packages to v1.25.0
([#1026](#1026))
([c9a04c9](c9a04c9))
* **deps:** update ⬆️ mise-packages to v3
([#1021](#1021))
([c6d35ce](c6d35ce))
* **deps:** update ⬆️ mise-packages to v5
([#1014](#1014))
([e98d1ca](e98d1ca))
* **deps:** update dependency gabm/satty to v0.22.0
([#1018](#1018))
([3574d6a](3574d6a))
* **deps:** update dependency ryanoasis/nerd-fonts to v3.5.0
([#1010](#1010))
([d41b747](d41b747))
* **deps:** update dependency ryanoasis/nerd-fonts to v3.5.1
([#1030](#1030))
([09be75d](09be75d))
* **deps:** update github-actions
([#1011](#1011))
([535154f](535154f))
* **lazygit:** update config schema
([688dab9](688dab9))
* **mise/herdr:** bump herdr 0.8.2
([cc02837](cc02837))
* **pi:** bump default model to gpt-5.6-terra
([9a48abb](9a48abb))
* **renovate:** disable lockfile maintenance on pi extensions
([3264d62](3264d62))
* upgrade trunk ([#1017](#1017))
([305ae55](305ae55))
* upgrade trunk ([#1024](#1024))
([4379cef](4379cef))
* **zen-browser:** update keybinds from latest
([5c8dba0](5c8dba0))


### Features

* **herdr:** symbols for ui.status_indicators
([d30493b](d30493b))
* **pi:** migrate statusline to starship
([cf39db5](cf39db5))
* **zennotes:** handle distrobox zennotes bin
([c3eccd5](c3eccd5))


### Bug Fixes

* **mise/claude:** use github over broken aqua registry
([eb54907](eb54907))


### Code Refactoring

* **openpackage:** trim larger skill packages
([734023a](734023a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant