Dev tools

Cline Desktop 0.0.26 shows the current branch's GitHub pull request inside the composer, and unifies Tools, Skills and Rules into one list

September 11, 2026 at 2:20 AM PT

GitHub social card for the cline/cline repository

Image: Cline

Why it mattersA developer working out of Cline can watch the PR merge state and CI checks for the current branch without switching to a browser, and no longer loses queued prompts or gets stuck on a "Thinking..." session forked from a checkpoint.

Cline released Desktop 0.0.26 on 11 September 2026. The release notes on the tag page list one new panel in the composer, one reworked Customize view, and about a dozen fixes to sessions, providers and shells.

The GitHub pull request panel

The composer now shows the current branch's GitHub pull request in a row of its own. Cline says the row carries the PR number, the merge status, the changed-line totals and the CI checks, refreshes every 30 seconds while the composer is visible and again on window focus and on demand, and lets a click open the PR in a browser or expand CI to inspect individual checks and their logs. If the branch has no PR yet, a Create PR button opens GitHub's comparison form; Cline says the app does not push commits or submit the PR on the developer's behalf.

The row needs the GitHub CLI (gh) installed and signed in and a github.com origin remote, according to the release notes, and hides itself on the default branch, on a detached HEAD and on unsupported repositories.

Tools, Skills and Rules now read as one list

The Customize view's Tools, Skills and Rules tabs each used to render differently. Cline says the three now match the Plugins pattern: Tools gets a search bar that filters both sections and per-section Enable all / Disable all buttons that only touch what is visible, Skills gets an in-place enable and disable toggle (previously the desktop app had no notion of a disabled skill, so disabled ones were hidden and unreachable), and Skills carries the same Copy path and Uninstall menu Plugins already had. Tabs are reordered to Tools, Plugins, Skills, Rules, MCP and Hooks, and the sidebar button is renamed from "New Task" to "New Session".

The session and provider fixes

Cline says a queued prompt that a developer deletes no longer stays in the transcript as a message that never ran, because the sidecar used to infer a start whenever the pending list shrank, which is what deleting the first queued prompt looks like. A session forked from a checkpoint restore no longer comes back stuck on "Thinking..."; the release notes describe those sessions as materialising with seeded history that never passed a status when persisting, so the row and manifest were written as running while the live session was idle.

Signing out of ChatGPT (Codex) now sticks, according to the release notes, because the legacy Codex credentials are cleared alongside the provider entry, rather than the runtime re-importing them from the classic extension on the next command. Auth failures on providers that log in through a local CLI, including Claude Code, Codex CLI and OpenCode, now point the developer at that CLI instead of at Settings and Models, and messages such as "OAuth session expired" and "Not logged in · Please run /login" are recognised as credential failures. Sending an image with no text no longer fails with "session input requires a prompt string": the composer now asks for a message. Image formats the model pipeline cannot read (HEIC, TIFF, SVG, BMP, ICO among them) are rejected at attach time instead of failing later in the turn.

Scheduled sessions, Cline says, no longer stall out on a poller that stopped advancing or on capacity waits that were counted as run attempts and burnt through the retries without ever running, and new recurring schedules default to the local time zone instead of UTC.

Source

Source: Cline

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

M3E Canvas turns a sketched Material 3 screen into a prompt for a coding agent, and drew 4,065 stars in four days

M3E Canvas is an MIT-licensed browser tool for sketching Material 3 Expressive screens and exporting them as a written prompt for a coding agent, and it reached 4,065 stars four days after the repository was created.

Source: GitHubDev tools

MonoCode puts eight coding agents in one desktop window and does not resell tokens

MonoCode is an MIT-licensed desktop app that runs Claude Code, Codex, Cursor, Grok Build, OpenCode, Pi, omp and fx through your own logins, and reached 623 stars in seventeen days.

Source: GitHubDev tools

GitHub adds a ruleset that blocks pull requests from merging while a secret they introduce is still open

GitHub said on 2026-09-09 that a new repository rule blocks a pull request from merging if any secret scanning alert introduced by its commits is still open, closing a gap that push protection did not cover for changes coming in through a fork or a rewritten branch.

Source: Vendor blogDev tools