build(deps-dev): bump @mariozechner/pi-coding-agent from 0.70.2 to 0.73.1 - #10
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/mariozechner/pi-coding-agent-0.72.1
branch
2 times, most recently
from
May 21, 2026 11:22
de6f366 to
75fdfc1
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/mariozechner/pi-coding-agent-0.72.1
branch
2 times, most recently
from
May 23, 2026 18:04
c2afd16 to
71e7163
Compare
Bumps [@mariozechner/pi-coding-agent](https://github.com/badlogic/pi-mono/tree/HEAD/packages/coding-agent) from 0.70.2 to 0.73.1. - [Release notes](https://github.com/badlogic/pi-mono/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/CHANGELOG.md) - [Commits](https://github.com/badlogic/pi-mono/commits/v0.73.1/packages/coding-agent) --- updated-dependencies: - dependency-name: "@mariozechner/pi-coding-agent" dependency-version: 0.72.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/mariozechner/pi-coding-agent-0.72.1
branch
from
May 30, 2026 09:27
71e7163 to
79fa409
Compare
Member
|
@dependabot rebase |
Contributor
Author
|
Looks like @mariozechner/pi-coding-agent is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/mariozechner/pi-coding-agent-0.72.1
branch
September 8, 2026 22:11
mavrikfalkon
added a commit
to mavrikfalkon/agent-comms
that referenced
this pull request
Sep 12, 2026
…script (bug ExaDev#10) The build script's last step piped printf | cat | mv to prepend #!/usr/bin/env node to dist/cli.js — POSIX-only utilities, so a plain npm run build from cmd.exe or PowerShell failed outright, same class of bug as the husky hooks fixed earlier tonight. src/cli.ts has no shebang of its own and tsc doesn't add one, so this step is the only source of it, and it's still needed: npm's POSIX bin-linking for the published agent-comms binary depends on it. Can't just drop it. Replaced with scripts/add-shebang.ts: reads dist/cli.js, prepends the shebang only if not already present (idempotent), and chmods 0o755 on POSIX only (the mode bit is meaningless on Windows — see ExaDev#9). Runs via plain node/tsx on any OS. Verified: tsc clean, eslint clean, ran the actual remaining build steps (tsc, copy-web-assets, add-shebang) end to end and confirmed dist/cli.js has the shebang and still runs (--help works), confirmed idempotent by running the script twice, full npm test 49/50 (same pre-existing ExaDev#9 Windows failure, unrelated). Could not run the full 'npm run build' end-to-end on this machine — pnpm itself isn't installed here, a pre-existing, unrelated gap that fails before reaching this step either way. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Bumps @mariozechner/pi-coding-agent from 0.70.2 to 0.73.1.
Release notes
Sourced from @mariozechner/pi-coding-agent's releases.
... (truncated)
Changelog
Sourced from @mariozechner/pi-coding-agent's changelog.
... (truncated)
Commits
781152fRelease v0.73.17fa924bdocs: audit unreleased changelog entries5e1e4c3feat(coding-agent): support renamed self-update package50993d7chore(coding-agent): switch back from fork to upstream jiti 2.7 (#4244)8861966fix(coding-agent): strip skill wrapper XML from HTML export user messages (#4...060c10bfix(coding-agent): skip X11-only native addon for /copy on Linux755da30fix(coding-agent): keep pending tool renders after thinking toggleb5755fdfeat(oauth): support interactive login selection (#4190)bb25a39feat(coding-agent): allow comments and trailing commas in models.json (#4162)bac2df3fix(coding-agent): handle frontmatter prompts in print mode