Skip to content

chore(deps): bump googleapis/release-please-action from 4 to 5#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/googleapis/release-please-action-5
Open

chore(deps): bump googleapis/release-please-action from 4 to 5#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/googleapis/release-please-action-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown

Bumps googleapis/release-please-action from 4 to 5.

Release notes

Sourced from googleapis/release-please-action's releases.

v5.0.0

5.0.0 (2026-04-22)

⚠ BREAKING CHANGES

  • upgrade to node24 (#1188)

Features

Bug Fixes

  • bump release-please from 17.3.0 to 17.6.0 (#1199) (f533c26)

v4.4.1

4.4.1 (2026-02-20)

Bug Fixes

  • bump release-please from 17.1.3 to 17.3.0 (#1183) (ef9c274)

v4.4.0

4.4.0 (2025-10-09)

Features

  • add ability to select versioning-strategy and release-as (#1121) (ee0f5ba)

Bug Fixes

  • changelog-host parameter ignored when using manifest configuration (#1151) (535c413)
  • bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory (#1149) (3612a99)
  • bump release-please from 17.1.2 to 17.1.3 (#1158) (66fbfe9)

v4.3.0

4.3.0 (2025-08-20)

Features

  • deps: update release-please to 17.1.2 (f07192c)

v4.2.0

4.2.0 (2025-03-07)

... (truncated)

Changelog

Sourced from googleapis/release-please-action's changelog.

4.1.1 (2024-05-14)

Bug Fixes

  • bump release-please from 16.10.0 to 16.10.2 (#969) (aa764e0)
  • bump the npm_and_yarn group with 1 update (#967) (ce529d4)

4.1.0 (2024-03-11)

Features

  • add changelog-host input to action.yml (#948) (863b06f)

4.0.3 (2024-03-11)

Bug Fixes

  • bump release-please from 16.5.0 to 16.10.0 (#953) (d7e88e0)

4.0.2 (2023-12-18)

Bug Fixes

4.0.1 (2023-12-07)

Bug Fixes

  • bump release-please from 16.3.1 to 16.4.0 (#897) (2463dad)

4.0.0 (2023-12-01)

⚠ BREAKING CHANGES

  • remove most configuration options in favor of manifest configuration to configure the release-please-action
  • rewrite in typescript
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request
  • run on node20
  • deps: upgrade release-please to v16
  • v4 release

Features

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 21, 2026
@dependabot dependabot Bot requested a review from Bhasvanth-Dev9380 as a code owner June 21, 2026 02:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 21, 2026
Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4 to 5.
- [Release notes](https://github.com/googleapis/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please-action@v4...v5)

---
updated-dependencies:
- dependency-name: googleapis/release-please-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/googleapis/release-please-action-5 branch from 26f0276 to 0a46744 Compare June 21, 2026 08:28
Bhasvanth-Dev9380 added a commit that referenced this pull request Jun 22, 2026
Route Telegram through a proxy when api.telegram.org is unreachable directly
(getMe times out where Telegram is blocked). Resolve a proxy URL from
channels.telegram.proxy / accounts[].proxy (${VAR}-resolved) or HTTPS_PROXY /
ALL_PROXY env, build an undici ProxyAgent dispatcher, and attach it to the
grammY Bot (client.baseFetchConfig.dispatcher) so every Telegram API call
tunnels through it. No proxy configured -> unchanged direct connection.
HTTP/HTTPS only (SOCKS detected + logged; needs socks-proxy-agent dep).
Closes the #1 Telegram parity gap vs the reference.
Bhasvanth-Dev9380 added a commit that referenced this pull request Jun 23, 2026
)

The 4-pattern hook runner existed but fired from zero production sites — plugin
`b.hook(...)` handlers were silent no-ops. Fire registry.fireHook at the real
pipeline sites: inbound_claim (claim→skip), before_dispatch (immediate+debounced,
claim→skip), reply_dispatch (claim→suppress send), message_sent (void telemetry),
and message_sending (modifying) on the agent send tool. Operator's owner-bootstrap
+ admin commands preserved.
Bhasvanth-Dev9380 added a commit that referenced this pull request Jun 24, 2026
Fourth channel, cloned from the hardened Slack/Telegram channels: Gateway
(WebSocket) inbound + the Client's REST for outbound, 15 source files. Full
feature set — markdown/mentions (verbatim token passthrough)/threads/reactions
(incl. custom emoji)/media/buttons/slash/streaming/multi-account/native approval
buttons — plus the fixes a 6-dimension parity sweep vs OpenClaw surfaced:
guildId/memberRoleIds routing (was mis-mapped to Slack's teamId tier),
allowed_mentions @everyone mass-ping safety, MESSAGE CONTENT intent probe (the
#1 footgun), 4014/4004 gateway-close terminal, proxy doc + outbound filename.

Media download SSRF-guarded (https + Discord CDN host allowlist). Registered in
BUNDLED_MODULES + DISCORD_CHANNEL_META (order 40) + createDiscordPlugin
multi-account boot + session-reaper TTL + sdk re-export. Adds discord.js@^14.26.4.

The redactDiscordToken test fixture is assembled from parts at runtime so no
literal token-shaped string sits in source (GitHub push protection).

Typecheck clean; Discord suite 219; full suite 4150/0.
Bhasvanth-Dev9380 added a commit that referenced this pull request Jul 12, 2026
…V/Alt+V

Three things were wrong, and the operator was right about all of them.

1. IT WASN'T A REAL ATTACHMENT. Images already rode as inline bytes, but every
   other file was handed to the model as a PATH plus a hope that it would call a
   tool. An attachment whose content the model never sees is a suggestion, not an
   attachment. Text-like files (source, config, yaml, json, logs, markdown, csv,
   sql, shell, …) are now READ at compose time and their content is inlined
   directly into the turn — no tool call, no round-trip, and the content is right
   there in the transcript where the operator can see it was actually looked at.
   Bounded at 256 KB with an explicit truncation marker, never silent.

   PDF/Office/EPUB and video/audio still route through analyze_media, and that is
   not laziness: Pi's content model is text + image, so there is literally no
   content block a PDF or an MP4 can ride in. A tool is the only door. (PDF/DOCX/
   XLSX/PPTX parse locally with no key; video/audio need a Gemini key.)

2. YOU COULDN'T SEE IT. The chip "tray" printed into scrollback, so it scrolled
   away the moment anything else happened — at the instant you press Enter there
   was no way to know whether a file was armed. There is now a persistent
   attachment bar pinned in the bottom region alongside the editor and footer,
   repainted on every single mutation of the staged list, so what it says and what
   will actually ride the next turn cannot drift. Pasting also drops a visible
   `[image #1]` pill into the line you're typing, the way a chat client does —
   without it, a clipboard paste (which has no path to echo) looked like it did
   nothing at all.

3. CLIPBOARD DIDN'T COME. Only `/paste` was wired; no keystroke. Ctrl+V (0x16)
   and Alt+V (ESC v) are now both bound. Both exist because Ctrl+V alone is not
   enough on Windows: Windows Terminal binds it to its own paste, which inserts
   the clipboard's TEXT — and with an image-only clipboard it inserts nothing, so
   the keypress is eaten by the terminal and never reaches us. Alt+V is unbound by
   every mainstream terminal, so it arrives intact.

Verified end-to-end against a real clipboard on Windows, not just unit tests: a
19.5 KB screenshot captured off the clipboard, base64'd into a genuine image
block (26,024 chars), alongside a text file whose contents landed in the prompt.
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants