Skip to content

Update dependency @earendil-works/pi-coding-agent to v0.78.0#104

Merged
cjermain merged 1 commit into
mainfrom
renovate/earendil-works-pi-coding-agent-0.x
May 30, 2026
Merged

Update dependency @earendil-works/pi-coding-agent to v0.78.0#104
cjermain merged 1 commit into
mainfrom
renovate/earendil-works-pi-coding-agent-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 17, 2026

This PR contains the following updates:

Package Change Age Confidence
@earendil-works/pi-coding-agent (source) 0.74.00.78.0 age confidence

Release Notes

earendil-works/pi (@​earendil-works/pi-coding-agent)

v0.78.0

Compare Source

New Features
  • Named startup sessions - --name / -n sets the session display name before startup across interactive, print, JSON, and RPC modes. See Naming Sessions and Session Options.
  • Clickable file tool paths - built-in file tool titles render OSC 8 file:// hyperlinks when the terminal supports them, including supported tmux clients.
Added
  • Exported convertToPng for extension authors (#​5167 by @​xl0).
  • Exported parseArgs and type Args for extension authors (#​5202 by @​xl0).
  • Added --name / -n to set the session display name at startup (#​5153).
  • Added a resume command hint when exiting interactive sessions (#​5176 by @​yzhg1983).
  • Added OSC 8 file:// hyperlinks to file paths shown in built-in file tool titles (#​5189 by @​mpazik).
  • Added custom Amazon Bedrock request header support inherited from @earendil-works/pi-ai (#​5178 by @​stephanmck).
Fixed
  • Clarified the WezTerm/WSL IME hardware cursor docs to state that cursor visibility remains opt-in (#​5200).
  • Fixed the GitLab Duo custom provider example to use adaptive thinking for Claude models, expose xhigh thinking, and include newer verified model IDs (#​5201).
  • Fixed Bun release archive creation to install and copy the matching @mariozechner/clipboard base package and native sidecars (#​5184).
  • Fixed early interactive input typed before the prompt loop starts so it is buffered instead of dropped (#​5195 by @​yzhg1983).
  • Fixed OpenRouter Moonshot Kimi K2.6 requests to use system instead of unsupported developer messages (#​5159).
  • Fixed OpenCode Go Kimi K2.6 thinking requests to send thinking objects instead of invalid string values, and fixed OpenCode Zen Grok Build thinking requests to omit unsupported reasoning_effort (#​5169).
  • Fixed OpenAI Codex Responses SSE streams to abort response body reads after terminal events.
  • Fixed OpenCode Kimi K2.6 generated metadata to use Anthropic-style thinking metadata instead of invalid reasoning-effort parameters.
  • Fixed OSC 8 hyperlinks to pass through tmux when the client supports them (#​5189 by @​mpazik).
  • Fixed ANSI text wrapping to avoid stack overflows on very long wrapped lines (#​5185).

v0.77.0

Compare Source

New Features
  • Claude Opus 4.8 support - Adds Anthropic Claude Opus 4.8 metadata and updates Opus adaptive-thinking coverage.
  • Selective tool disablement - --exclude-tools / -xt disables specific built-in, extension, or custom tools while leaving the rest available. See Tool Options.
  • Headless Codex subscription login - /login can use device-code auth for ChatGPT Plus/Pro Codex subscriptions. See Subscriptions and OpenAI Codex.
  • Streaming-aware extension input - extensions can distinguish idle prompts, mid-stream steers, and queued follow-ups with InputEvent.streamingBehavior. See Input Events.
Added
  • Added --exclude-tools / -xt to disable specific built-in, extension, or custom tools while leaving the rest available (#​5109).
  • Added OpenAI Codex subscription device-code login as a selectable headless alternative while keeping browser login as the default (#​4911 by @​vegarsti).
  • Added streamingBehavior to extension input events so extensions can distinguish idle prompts from mid-stream steers and queued follow-ups (#​5107 by @​DanielThomas).
  • Added Claude Opus 4.8 model metadata for Anthropic and updated Opus adaptive-thinking coverage to use it.
Fixed
  • Fixed startup timing output so readPipedStdin no longer includes createAgentSessionRuntime work (#​4829).
  • Fixed OpenRouter DeepSeek V4 xhigh reasoning metadata to preserve OpenRouter's native effort instead of sending DeepSeek's max effort (#​4801).
  • Fixed custom session directories so current-folder resume/continue lookups stay scoped to the active cwd while all-session listings cover the custom directory.
  • Fixed SIGTERM/SIGHUP exits to run extension session_shutdown cleanup and restore the terminal: signal-triggered shutdown now emits session_shutdown before any terminal writes, and SIGHUP no longer hard-exits, so extension resources (e.g. sockets) are released even when the terminal is gone (#​5080).
  • Fixed keyboard protocol negotiation to ignore mismatched or delayed terminal responses, avoiding false Kitty keyboard protocol detection (#​5091 by @​mitsuhiko).
  • Fixed Windows startup crashes under MSYS2 ucrt64 Node.js by updating the native clipboard addon to napi-rs 3.x (#​5028).
  • Fixed API key and header config resolution to treat plain strings as literals, support $ENV_VAR / ${ENV_VAR} interpolation and $! bang escaping, and require explicit env syntax for config files, avoiding Windows case-insensitive env matches corrupting literal keys (#​5095).
  • Fixed session disposal to abort in-flight agent, compaction, branch summary, retry, and bash work (#​5029 by @​TerminallyChilI).
  • Fixed pi.getAllTools() to expose each tool's promptGuidelines for extensions that need per-tool guideline attribution (#​4879).
  • Fixed OpenAI Codex Responses replay after switching from Anthropic extended-thinking sessions by generating unique fallback message item IDs for converted thinking/text blocks (#​5148).
  • Fixed Anthropic-compatible replay for providers that return empty thinking signatures by adding an opt-in allowEmptySignature compatibility flag (#​4464).
  • Fixed OpenAI and OpenRouter GPT-5.5 Pro thinking level metadata to expose only supported medium, high, and xhigh efforts.
  • Fixed OpenCode Go Kimi K2.6 thinking-off requests to send thinking: "none" (#​5078).
  • Fixed Xiaomi Token Plan model metadata to omit unsupported mimo-v2-flash variants (#​5075).
  • Fixed follow-up messages queued by agent_end extension handlers to drain before the agent becomes idle (#​5115 by @​DanielThomas).
  • Fixed extension input events to report streamingBehavior only for prompts actually queued during streaming (#​5107 by @​DanielThomas).
  • Fixed system prompt tool-selection guidance to avoid preferring unavailable file exploration tools (#​5132).
  • Fixed fenced diff code blocks and other highlight.js scopes to keep theme-aware syntax colors after the cli-highlight replacement (#​5092).

v0.76.0

Compare Source

New Features
  • Explicit session IDs for automation - --session-id <id> lets scripts create or resume an exact project-local session. See Sessions.
  • RPC bash output can stay out of model context - RPC clients can pass excludeFromContext to bash for commands whose output should not be sent with the next prompt. See RPC mode.
  • More predictable provider retries and timeouts - Codex WebSocket/SSE waits are bounded, and retry.provider.maxRetries controls provider retries instead of hidden SDK defaults. See Retry settings.
  • Better terminal editing across environments - Apple Terminal Shift+Enter, Windows/JetBrains capability detection, and Unicode-aware word navigation improve interactive editing. See Terminal setup and Keybindings.
Added
  • Added --session-id to let CLI callers use an exact project-local session ID, creating it if missing (#​4874).
  • Added excludeFromContext flag to the bash RPC command for parity with the internal executeBash API (#​5039).
Fixed
  • Fixed user message transcript rendering to preserve user-authored ordered-list markers (#​5013).
  • Fixed self-update commands to bypass npm, pnpm, and Bun minimum release age gates for explicit pi update runs (#​4929).
  • Fixed context token estimates to count user image attachments consistently with tool result images (#​4983).
  • Fixed httpIdleTimeoutMs to apply to OpenAI Codex Responses WebSocket idle waits, added websocketConnectTimeoutMs for bounded WebSocket connect waits, and added a 10s Codex SSE response-header timeout (#​4945).
  • Fixed RpcClient to reject pending requests and consume stdin pipe errors when the child process exits unexpectedly (#​4764).
  • Fixed managed npm extension updates to avoid package managers installing or resolving pi host packages as peer dependencies (#​4907).
  • Fixed RPC mode raw stdout writes to retry transient backpressure errors and flush queued protocol output during shutdown (#​4897).
  • Fixed OpenAI Codex Responses cache-affinity headers to send session-id instead of proxy-incompatible session_id (#​4967).
  • Fixed openai-codex/gpt-5.3-codex-spark model metadata to use its 128k context window (#​4969).
  • Fixed OpenRouter/Poolside context overflow detection for maximum allowed input length errors (#​4943).
  • Fixed provider retry controls so retry.provider.maxRetries is honored, SDK retries default to 0, and quota/billing 429s are not retried behind Pi's retry handling (#​4991 by @​mitsuhiko).
  • Fixed Apple Terminal Shift+Enter by detecting local macOS modifier state when Terminal.app sends plain Return.
  • Fixed Windows Terminal capability detection to enable OSC 8 hyperlinks, preserving clickable long URLs across wrapped lines (#​4923).
  • Fixed JetBrains terminal capability detection to enable truecolor while disabling unsupported OSC 8 hyperlinks (#​5037 by @​Perlence).
  • Fixed editor and input word navigation/deletion to use Unicode word boundaries while preserving ASCII punctuation boundaries (#​5022 by @​haoqixu, #​5067 by @​haoqixu, #​5068 by @​haoqixu).
  • Fixed the development docs AGENTS.md link to point at the pi-mono guidelines (#​5041).

v0.75.5

Compare Source

New Features
  • Cleaner read tool output - Collapsed read tool cards now show only the read line by default, while Ctrl+O still expands the full file content.
  • Faster file tools on Windows - Built-in file tools now use async filesystem operations during streaming, and image resizes run off the main TUI thread in a worker.
  • More reliable package updates - pi update and git package installs now reconcile pinned git refs and keep package settings intact. See Packages.
  • Custom Anthropic-compatible adaptive thinking - Custom provider model configs can opt into adaptive-thinking Claude behavior with compat.forceAdaptiveThinking. See Custom providers and Models.
Added
  • Added compat.forceAdaptiveThinking support to custom Anthropic-compatible model configuration docs and validation (#​4797 by @​mbazso).
  • Added a standard unified patch to edit tool result details for SDK consumers (#​4821).
  • Added a Codex subscription login method selector with device-code auth for headless environments.
Changed
  • Changed collapsed read tool cards to show only the read line until expanded (#​4916).
  • Replaced the inherited optional koffi dependency for Windows VT input with a tiny vendored native helper, reducing install size while preserving Shift+Tab handling (#​4480).
  • Changed the root development install documentation to use npm install --ignore-scripts (#​4868).
Fixed
  • Fixed pi update to reconcile git-pinned packages to their configured ref (#​4869).
  • Fixed package/resource path handling for Windows and glob/pattern resolution (#​4873 by @​mitsuhiko).
  • Fixed config pattern matching to resolve patterns from the correct base directory (#​4898 by @​haoqixu).
  • Fixed theme pickers to list themes by their content name instead of file stem (#​4830 by @​Perlence).
  • Fixed OpenCode Zen/Go requests to send per-session OpenCode routing headers (#​4847).
  • Fixed Amazon Bedrock provider loading under strict package managers by inheriting the declared @smithy/node-http-handler dependency from @earendil-works/pi-ai (#​4842).
  • Fixed inherited Amazon Bedrock Claude requests to send the model output token cap by default, avoiding Bedrock's 4096-token default truncation (#​4848).
  • Fixed exported session HTML to escape quote characters in attribute values (#​4832).
  • Fixed GitHub Copilot device-code login to keep opening the verification URL in browser-capable environments while ignoring browser launch failures for headless use (#​4788 by @​vegarsti).
  • Fixed git package installs to reconcile existing checkouts to the requested ref and update package settings without losing filters (#​4870).
  • Published a 0.74.2 rescue release that tells Node 20 users to upgrade Node before updating to newer Pi versions (#​4876).
  • Fixed final bash tool cards to avoid rendering duplicate full-output truncation paths (#​4819).
  • Fixed bash tool truncation line counts to ignore the trailing newline as an extra output line (#​4818).
  • Fixed footer home-directory abbreviation to avoid shortening sibling paths that only share the same prefix (#​4878).
  • Fixed macOS Bun release binaries to resolve the native clipboard sidecar so Ctrl+V image paste can load @mariozechner/clipboard (#​4307).
  • Fixed coding-agent tools to avoid synchronous filesystem operations during streaming and moved image resizing off the main TUI thread (#​4756 by @​mitsuhiko).

v0.75.4

Compare Source

New Features
  • Hardened npm install and release path - Pi now ships the CLI with a generated shrinkwrap for transitive dependencies, blocks accidental lockfile changes, verifies dependency pinning and lifecycle-script allowlists in checks, disables lifecycle scripts for self-update and local release installs where supported, and smoke-tests isolated npm and Bun installs before release. See Supply-chain hardening.
Added
  • Added interactive update notes after pi update runs, so users can see the installed version's changelog before continuing (#​4724 by @​mitsuhiko).
  • Exported image resize utilities from the package root for SDK consumers (#​4775 by @​xl0).
Changed
  • Changed source syntax to avoid TypeScript constructs that require JavaScript emit, keeping core sources compatible with Node.js strip-only TypeScript checks.
  • Removed web UI workspace references from the CLI package and dropped the package-level development watch script.
  • Published npm installs now include an npm-shrinkwrap.json to lock transitive dependencies for the CLI package.
  • Improved terminal theme detection for light/dark and truecolor handling.
  • Changed self-update package-manager commands to disable lifecycle scripts during reinstall.
Fixed
  • Fixed the system prompt to tell models to resolve pi docs and examples under the absolute package paths before reading topic-specific relative references (#​4752).
  • Fixed extension ctx.abort() during tool-call preflight to stop later confirmations and restore queued interactive input like Escape (#​4276).
  • Fixed AgentSession retry, compaction, and event settlement to use the awaited agent lifecycle instead of a separate event queue, and added willRetry to agent_end session events.
  • Fixed forked session runtime state to keep the active session id aligned with the fork target (#​4799 by @​Perlence).
  • Fixed the subagent extension's parallel mode to return useful per-task output and failed-task diagnostics to the parent model instead of 100-character previews (#​4710).
  • Fixed Windows local bash execution to hide helper console windows when launched from background SDK processes (#​4699).
  • Fixed managed npm extension folders to set cloud-sync ignore metadata where supported (#​4763).
  • Fixed HTTP idle timeout configuration so long-running provider streams can avoid premature idle disconnects (#​4759 by @​mitsuhiko).
  • Fixed default system prompt boundaries to use explicit XML tags for clearer file separation (#​4709 by @​herrnel).
  • Fixed HTML share/export sidebar clicks for shared tool entries to scroll to the rendered tool call (#​4664 by @​yzhg1983).
  • Fixed theme palettes to set explicit text colors and avoid terminal-default color drift.
  • Fixed truecolor detection to align terminal image rendering and interactive theme decisions.
  • Fixed loader indicator startup inherited from @earendil-works/pi-tui so initialization cannot run before frames are available.
  • Fixed OpenAI-compatible default output token requests inherited from @earendil-works/pi-ai to avoid reserving impossible context windows on servers such as vLLM (#​4675).
  • Fixed OpenAI prompt cache keys inherited from @earendil-works/pi-ai to stay within the 64-character provider limit (#​4720).
  • Fixed Windows npm-family package commands for fnm-managed Node.js installs that expose both extensionless Unix scripts and .cmd shims (#​4793).

v0.75.3

Compare Source

Fixed
  • Fixed undici 8 HTTP/2 destroyed-session races crashing the Node CLI by preserving the previous HTTP/1.1-only fetch dispatcher behavior (#​4681).

v0.75.2

Compare Source

Fixed
  • Fixed Bun-compiled release binaries failing to start when Bun's built-in undici shim lacks npm undici's install export (#​4661 by @​dmasiero).
  • Fixed Xiaomi MiMo generated model metadata to replay assistant tool-call messages with reasoning_content for thinking-mode multi-turn requests, inherited from @earendil-works/pi-ai (#​4678).
  • Fixed Windows external editor handoff so vim/nvim can receive input after opening from the TUI (#​4612).
  • Fixed Windows npm self-updates to move loaded native dependency packages out of the active install before reinstalling pi (#​4157).
  • Fixed pi update --self detection for pnpm v11 global installs whose package path resolves through the pnpm store (#​4647).
  • Fixed Windows pnpm self-updates to resolve pnpm command shims and run through pnpm instead of requiring manual updates (#​4157).
  • Fixed Windows npm-family command execution to use cross-spawn instead of parsing .cmd shim internals (#​4665).

v0.75.1

Compare Source

Fixed
  • Fixed config selectors to scale their visible row count to terminal height (#​4243 by @​samjonester).
  • Fixed Anthropic-compatible API-key requests to ignore unrelated ANTHROPIC_AUTH_TOKEN environment values, avoiding invalid bearer credentials for providers such as Xiaomi MiMo inherited from @earendil-works/pi-ai (#​4342).
  • Fixed Amazon Bedrock message conversion to skip unknown content blocks instead of failing the stream, inherited from @earendil-works/pi-ai (#​4223).
  • Fixed Azure OpenAI Responses and OpenAI Responses error formatting to prefix HTTP status codes onto errorMessage, so transient 5xx and 429 errors are correctly matched by the agent-level auto-retry classifier inherited from @earendil-works/pi-ai (#​4232).
  • Fixed OpenCode Go Kimi reasoning replay by normalizing streamed reasoning fields back to reasoning_content for OpenCode Go only, inherited from @earendil-works/pi-ai (#​4251).
  • Fixed Xiaomi MiMo model metadata to use the OpenAI-compatible endpoints and openai-completions API, restoring multi-turn thinking/tool-call sessions inherited from @earendil-works/pi-ai (#​4505).
  • Fixed JSON parse failures for compressed fetch responses under Node 26.0 by installing undici fetch globals alongside pi's global dispatcher (#​4650, #​4652, #​4653).
  • Fixed npm-family package commands on Windows to avoid shell argument splitting when install prefixes contain spaces (#​4623).
Removed
  • Removed non-working OpenAI Codex fast model variants inherited from @earendil-works/pi-ai.

v0.75.0

Compare Source

Breaking Changes
  • Raised the minimum supported Node.js version to 22.19.0.
Fixed
  • Fixed compaction summary calls to use custom agent stream functions, preserving proxy-backed LLM routing (#​4484).
  • Fixed system prompt and context file boundaries to use explicit XML tags instead of Markdown headings, reducing inconsistent boundary ingestion by models (#​4541 by @​herrnel).
  • Fixed OpenAI Codex generated model metadata to use the current upstream model list inherited from @earendil-works/pi-ai (#​4603 by @​mattiacerutti).
  • Fixed GitHub Copilot GPT model thinking metadata inherited from @earendil-works/pi-ai to map unsupported minimal thinking to low (#​4622 by @​mattiacerutti).
  • Fixed user-scoped npm pi packages to install under ~/.pi/agent/npm/ instead of npm's global package root, avoiding permission errors with system-managed Node installs (#​4587).
  • Fixed Mistral requests failing after the global fetch proxy/timeout workaround by removing the custom fetch override and using undici 8 dispatcher support instead (#​4619).
  • Fixed default output token requests for models whose advertised output limit is effectively their full context window, avoiding impossible provider requests inherited from @earendil-works/pi-ai (#​4614).

v0.74.2

Compare Source

Fixed
  • Fixed pi update on Node 20 to explain that newer Pi releases require Node >= 22.19.0 instead of reporting a successful no-op update (#​4876).
  • Changed self-update package-manager commands to pass --ignore-scripts.

v0.74.1

Compare Source

New Features
  • Image generation support - Added image generation APIs, generated image model metadata, and built-in OpenRouter image generation support inherited from @earendil-works/pi-ai.
  • Together AI provider - Added Together AI as a built-in provider with /login API-key auth, default model resolution, and setup docs. See README.md#providers--models and docs/providers.md.
  • Windows ARM64 standalone binaries - Added standalone release artifacts for Windows ARM64.
  • Improved terminal and markdown rendering - Added markdown list indentation, task-list checkbox rendering, large markdown robustness, and inline image placement fixes inherited from @earendil-works/pi-tui.
Added
  • Added image generation support from @earendil-works/pi-ai, including image generation APIs, image model metadata, and built-in OpenRouter image generation support (#​3887 by @​cristinaponcela).
  • Added Together AI to built-in provider setup, /login API-key auth, and default model resolution (#​3624 by @​Nutlope).
  • Added Windows ARM64 standalone binary release artifacts (#​4458 by @​brianmichel).
Fixed
  • Fixed Node 26 OpenAI-compatible streams timing out after five idle minutes by routing global fetch through pi's undici dispatcher (#​4519).
  • Fixed pnpm global package installs by resolving the global package root from pnpm's layout.
  • Fixed macOS clipboard access errors under sandboxed pasteboard denial so they do not abort the process (#​4492).
  • Fixed the scoped model startup hint to show the configured model-cycle keybinding (#​4508).
  • Fixed resource path display to disambiguate package/resource names that collide across package locations.
  • Fixed fd auto-download on macOS x86_64 by pinning the last release that ships an Intel macOS binary (#​4559).
  • Fixed skill diagnostics to stop warning when a skill name differs from its parent directory (#​4534).
  • Fixed prompt template argument parsing to split unquoted multiline input on newlines (#​4553).
  • Fixed --resume session listing to cap in-flight session metadata loads and avoid OOM on large session histories (#​4583).
  • Fixed interactive error messages to render with trailing spacing so reload errors do not run into resource listings (#​4510).
  • Fixed .agents package provenance metadata to survive package-manager scans.
  • Fixed nested code fences in the Termux setup documentation so the example AGENTS.md renders correctly (#​4503).
  • Fixed tool output expansion while extension confirmation dialogs are focused (#​4429).
  • Fixed auto-retry for Anthropic streams that end before message_stop (#​4433).
  • Fixed compaction summary calls to clamp requested output tokens to model limits.
  • Fixed uncaught interactive-mode exceptions to restore the terminal before exiting (#​4426 by @​ofa1).
  • Fixed ANSI stripping to match strip-ansi behavior after dependency removal.
  • Fixed UUIDv7 sequence generation shared by session IDs after dependency removal.
  • Fixed OpenRouter cached-token usage accounting, Fireworks caching compatibility, and OpenAI Codex WebSocket proxy handling inherited from @earendil-works/pi-ai.
  • Fixed markdown list wrapping, task-list checkboxes, large markdown rendering, WezTerm Kitty keyboard escape handling, and short-viewport inline image placement inherited from @earendil-works/pi-tui.
  • Fixed theme sharing across package scopes so extensions do not crash with Theme not initialized (#​4333).
  • Fixed keybinding hints to show Option instead of Alt on macOS (#​4289).
  • Fixed the interactive update notification to render the changelog as an OSC 8 hyperlink when the terminal supports hyperlinks (#​4280).

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 force-pushed the renovate/earendil-works-pi-coding-agent-0.x branch from 95506bc to b71cd6e Compare May 17, 2026 20:47
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.74.1 Update dependency @earendil-works/pi-coding-agent to v0.75.0 May 17, 2026
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.75.0 Update dependency @earendil-works/pi-coding-agent to v0.75.1 May 18, 2026
@renovate renovate Bot force-pushed the renovate/earendil-works-pi-coding-agent-0.x branch 2 times, most recently from 4c0db49 to 467d078 Compare May 18, 2026 12:14
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.75.1 Update dependency @earendil-works/pi-coding-agent to v0.75.3 May 18, 2026
@renovate renovate Bot force-pushed the renovate/earendil-works-pi-coding-agent-0.x branch from 467d078 to 304e249 Compare May 20, 2026 15:49
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.75.3 Update dependency @earendil-works/pi-coding-agent to v0.75.4 May 20, 2026
@renovate renovate Bot force-pushed the renovate/earendil-works-pi-coding-agent-0.x branch from 304e249 to 1c17e9a Compare May 23, 2026 12:33
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.75.4 Update dependency @earendil-works/pi-coding-agent to v0.75.5 May 23, 2026
@renovate renovate Bot force-pushed the renovate/earendil-works-pi-coding-agent-0.x branch from 1c17e9a to c809310 Compare May 27, 2026 22:45
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.75.5 Update dependency @earendil-works/pi-coding-agent to v0.76.0 May 27, 2026
@renovate renovate Bot force-pushed the renovate/earendil-works-pi-coding-agent-0.x branch from c809310 to 38056a1 Compare May 28, 2026 23:51
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.76.0 Update dependency @earendil-works/pi-coding-agent to v0.77.0 May 28, 2026
@renovate renovate Bot force-pushed the renovate/earendil-works-pi-coding-agent-0.x branch from 38056a1 to cf768ad Compare May 30, 2026 02:24
@renovate renovate Bot changed the title Update dependency @earendil-works/pi-coding-agent to v0.77.0 Update dependency @earendil-works/pi-coding-agent to v0.78.0 May 30, 2026
@cjermain cjermain merged commit e966af0 into main May 30, 2026
4 checks passed
@cjermain cjermain deleted the renovate/earendil-works-pi-coding-agent-0.x branch May 30, 2026 18:50
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