Skip to content

chore(desktop): add a changeset for the 0.4.0 desktop release - #243

Merged
elkaix merged 1 commit into
mainfrom
chore/desktop-changeset-0.4
Aug 28, 2026
Merged

chore(desktop): add a changeset for the 0.4.0 desktop release#243
elkaix merged 1 commit into
mainfrom
chore/desktop-changeset-0.4

Conversation

@elkaix

@elkaix elkaix commented Aug 28, 2026

Copy link
Copy Markdown
Member

Summary

Adds a `minor` changeset for `@pymodel/pythinker-desktop` so the next release PR bumps the desktop app (0.3.9 → 0.4.0) alongside `@pymodel/pythinker-code` 1.6.0. The desktop build is cut from the monorepo at the `desktop-v*` tag, so it ships every web-workspace change merged in #234#242; without its own changeset the desktop version never moves and `desktop-release.yml` never fires.

Changes

  • `.changeset/desktop-web-workspace-update.md`: one user-facing sentence, shown verbatim in the in-app updater.

Testing

  • Changeset-only change; no code touched.

Summary by CodeRabbit

  • New Features
    • Updated web workspace features are now available in the desktop application.

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 5e11cdb8-35b6-4c7a-a0d8-b51a40610090

📥 Commits

Reviewing files that changed from the base of the PR and between 254be65 and 7c32e5d.

📒 Files selected for processing (1)
  • .changeset/desktop-web-workspace-update.md

Included review availability: 7 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 8 reviews per hour.


📝 Walkthrough

Walkthrough

The pull request adds a Changeset for a minor release of @pymodel/pythinker-desktop. The Changeset documents updates to workspace routing, previews, tabs, message folding, and session permissions.

Changes

Desktop workspace release

Layer / File(s) Summary
Release Changeset
.changeset/desktop-web-workspace-update.md
Adds minor-release metadata for @pymodel/pythinker-desktop and documents the updated workspace features.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 7c32e

This changeset-only update adjusts the desktop release version without changing application code, so no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title uses the required chore prefix, stays within 72 characters, and uses the imperative verb "add". It clearly describes the changeset addition.
Description check ✅ Passed The description clearly explains the purpose, file changed, release impact, and testing status. It does not use the template headings or include a related issue and checklist, but the relevant change …
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Description check

Explanation

The description clearly explains the purpose, file changed, release impact, and testing status. It does not use the template headings or include a related issue and checklist, but the relevant change information is mostly complete.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)


Comment @coderabbitai help to get the list of available commands.

@pkg-pr-new

pkg-pr-new Bot commented Aug 28, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@pymodel/pythinker-code@7c32e5d
npx https://pkg.pr.new/@pymodel/pythinker-code@7c32e5d

commit: 7c32e5d

@elkaix
elkaix merged commit d389e4d into main Aug 28, 2026
26 checks passed
@elkaix
elkaix deleted the chore/desktop-changeset-0.4 branch August 28, 2026 21:34
elkaix pushed a commit that referenced this pull request Aug 28, 2026
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @pymodel/pythinker-code@1.6.0

### Minor Changes

- [#239](#239)
[`fdaf83d`](fdaf83d)
Thanks [@elkaix](https://github.com/elkaix)! - The Dynamic Workflow card
shows each subagent's profile, model, thinking effort, elapsed time, and
routing source, groups rows by phase with failures first, and notes when
running subagents were created under an earlier routing.

- [#241](#241)
[`b891de7`](b891de7)
Thanks [@elkaix](https://github.com/elkaix)! - AgentDynamicWorkflow
accepts a `tasks` list where each entry sets its own subagent type,
model, and thinking effort. Pass `tasks` instead of `items`, with
optional `defaults.subagent_type`.

- [#235](#235)
[`03d9835`](03d9835)
Thanks [@elkaix](https://github.com/elkaix)! - The Lab settings show
when an experimental flag is controlled by the environment and when the
saved setting is overridden.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Attach files from
server-local paths in Web prompts.

- [#240](#240)
[`55d12a2`](55d12a2)
Thanks [@elkaix](https://github.com/elkaix)! - Settings gains a Subagent
Model Routing control with Inherit, Default, Pool, and Force modes and
shows the saved policy next to the routing that currently applies.

- [#236](#236)
[`faeb195`](faeb195)
Thanks [@elkaix](https://github.com/elkaix)! - Add a subagent model
policy setting with inherit, default, pool, and force modes that rejects
models that are not configured.

- [#237](#237)
[`a60a427`](a60a427)
Thanks [@elkaix](https://github.com/elkaix)! - Subagent tasks and
Dynamic Workflow results now record the profile, model, and routing
source of each subagent, and a resumed subagent keeps the binding it was
created with.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Show file, folder, image,
and video attachments as compact composer pills with media previews.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Add word-wrap and
line-number toggles to every code block and diff block in the web chat.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Add a Message folding
settings section that turns off auto-folded turns and the tool call
summary row.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Open multiple detail
views as tabs in the Web panel.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Add selected conversation
or panel text to the composer as quoted context.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Move a running Bash
command or foreground subagent to the background from its row in the web
chat.

### Patch Changes

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Remind the agent about
unfinished background tasks when work continues in a later turn.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Redact service
credentials and raw configuration from config API responses.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Accept MCP tool results
that contain text content or structured content.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Refresh model
authentication readiness after provider configuration changes.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Show the complete
remote-control link after startup.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Keep configured secondary
model aliases unchanged when provider catalogs refresh.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Warn before sending
arguments to a slash command that does not accept them.

- [#234](#234)
[`8959522`](8959522)
Thanks [@elkaix](https://github.com/elkaix)! - Subagent model settings
no longer keep stale force or pool values after a change.

- [#232](#232)
[`974da73`](974da73)
Thanks [@elkaix](https://github.com/elkaix)! - Keep the file preview
close button in the top-right corner at every panel width, remove the
unused download action, and stop the running-task indicator from
overlapping a collapsed Task row title.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Resize the web panels
with the arrow keys, and show the description for a question's free-text
answer.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Keep each Web session's
permission mode separate when switching sessions.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Show the Web session list
after its first workspace-group page loads.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Show a subagent's
originating prompt above its transcript, centre the transcript, and add
a Back to bottom shortcut.

- [#231](#231)
[`26cd4ac`](26cd4ac)
Thanks [@elkaix](https://github.com/elkaix)! - Align the file-type icon
with the text in Read and Edit tool rows.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Recover from a crashed
view instead of a blank screen, name a cancelled sign-in, keep the
composer toolbar readable at very narrow widths, and stop the sidebar
settings label from pushing the footer row.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Resolve renamed
workspaces correctly after restarting the server.
## @pymodel/pythinker-desktop@0.4.0

### Minor Changes

- [#243](#243)
[`d389e4d`](d389e4d)
Thanks [@elkaix](https://github.com/elkaix)! - The desktop app ships the
updated web workspace: the Dynamic Workflow card with per-subagent
routing details, Subagent Model Routing settings, attachment previews,
panel tabs, message folding, and session permission controls.

- [#239](#239)
[`fdaf83d`](fdaf83d)
Thanks [@elkaix](https://github.com/elkaix)! - The Dynamic Workflow card
shows each subagent's profile, model, thinking effort, elapsed time, and
routing source, groups rows by phase with failures first, and notes when
running subagents were created under an earlier routing.

- [#241](#241)
[`b891de7`](b891de7)
Thanks [@elkaix](https://github.com/elkaix)! - AgentDynamicWorkflow
accepts a `tasks` list where each entry sets its own subagent type,
model, and thinking effort. Pass `tasks` instead of `items`, with
optional `defaults.subagent_type`.

- [#235](#235)
[`03d9835`](03d9835)
Thanks [@elkaix](https://github.com/elkaix)! - The Lab settings show
when an experimental flag is controlled by the environment and when the
saved setting is overridden.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Attach files from
server-local paths in Web prompts.

- [#240](#240)
[`55d12a2`](55d12a2)
Thanks [@elkaix](https://github.com/elkaix)! - Settings gains a Subagent
Model Routing control with Inherit, Default, Pool, and Force modes and
shows the saved policy next to the routing that currently applies.

- [#236](#236)
[`faeb195`](faeb195)
Thanks [@elkaix](https://github.com/elkaix)! - Add a subagent model
policy setting with inherit, default, pool, and force modes that rejects
models that are not configured.

- [#237](#237)
[`a60a427`](a60a427)
Thanks [@elkaix](https://github.com/elkaix)! - Subagent tasks and
Dynamic Workflow results now record the profile, model, and routing
source of each subagent, and a resumed subagent keeps the binding it was
created with.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Show file, folder, image,
and video attachments as compact composer pills with media previews.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Add word-wrap and
line-number toggles to every code block and diff block in the web chat.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Add a Message folding
settings section that turns off auto-folded turns and the tool call
summary row.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Open multiple detail
views as tabs in the Web panel.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Add selected conversation
or panel text to the composer as quoted context.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Move a running Bash
command or foreground subagent to the background from its row in the web
chat.

### Patch Changes

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Remind the agent about
unfinished background tasks when work continues in a later turn.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Redact service
credentials and raw configuration from config API responses.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Accept MCP tool results
that contain text content or structured content.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Refresh model
authentication readiness after provider configuration changes.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Show the complete
remote-control link after startup.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Keep configured secondary
model aliases unchanged when provider catalogs refresh.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Warn before sending
arguments to a slash command that does not accept them.

- [#234](#234)
[`8959522`](8959522)
Thanks [@elkaix](https://github.com/elkaix)! - Subagent model settings
no longer keep stale force or pool values after a change.

- [#232](#232)
[`974da73`](974da73)
Thanks [@elkaix](https://github.com/elkaix)! - Keep the file preview
close button in the top-right corner at every panel width, remove the
unused download action, and stop the running-task indicator from
overlapping a collapsed Task row title.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Resize the web panels
with the arrow keys, and show the description for a question's free-text
answer.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Keep each Web session's
permission mode separate when switching sessions.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Show the Web session list
after its first workspace-group page loads.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Show a subagent's
originating prompt above its transcript, centre the transcript, and add
a Back to bottom shortcut.

- [#231](#231)
[`26cd4ac`](26cd4ac)
Thanks [@elkaix](https://github.com/elkaix)! - Align the file-type icon
with the text in Read and Edit tool rows.

- [#238](#238)
[`7b00f1f`](7b00f1f)
Thanks [@elkaix](https://github.com/elkaix)! - Recover from a crashed
view instead of a blank screen, name a cancelled sign-in, keep the
composer toolbar readable at very narrow widths, and stop the sidebar
settings label from pushing the footer row.

- [#242](#242)
[`254be65`](254be65)
Thanks [@elkaix](https://github.com/elkaix)! - Resolve renamed
workspaces correctly after restarting the server.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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