From 79db152478a07ce6c92f97652414bdf5863b43f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:43:42 +0000 Subject: [PATCH] ci: release packages --- .changeset/background-task-resume.md | 5 -- .changeset/config-response-redaction.md | 5 -- .changeset/desktop-web-workspace-update.md | 5 -- .changeset/dynamic-workflow-card-routing.md | 5 -- .changeset/dynamic-workflow-per-task.md | 5 -- .changeset/lab-flag-effective-state.md | 5 -- .changeset/local-path-attachments.md | 5 -- .changeset/mcp-result-shapes.md | 5 -- .changeset/model-auth-readiness.md | 5 -- .changeset/remote-control-link.md | 5 -- .changeset/secondary-model-aliases.md | 5 -- .changeset/settings-subagent-routing.md | 5 -- .changeset/slash-command-arguments.md | 5 -- .changeset/subagent-model-policy-endpoint.md | 5 -- .changeset/subagent-model-settings-replace.md | 5 -- .changeset/subagent-routing-provenance.md | 5 -- .changeset/web-attachment-previews.md | 5 -- .changeset/web-code-block-toggles.md | 5 -- .changeset/web-message-folding.md | 5 -- .changeset/web-panel-tabs.md | 5 -- .changeset/web-preview-header-close.md | 5 -- .changeset/web-resize-and-question.md | 5 -- .changeset/web-selection-quotes.md | 5 -- .changeset/web-session-permissions.md | 5 -- .changeset/web-session-startup.md | 5 -- .changeset/web-subagent-panel.md | 5 -- .changeset/web-task-to-background.md | 5 -- .changeset/web-tool-file-icon-align.md | 5 -- .changeset/web-ui-fixes.md | 5 -- .changeset/workspace-alias-cache.md | 5 -- apps/desktop/CHANGELOG.md | 6 ++ apps/desktop/package.json | 2 +- apps/pythinker-code/CHANGELOG.md | 64 +++++++++++++++++++ apps/pythinker-code/package.json | 2 +- 34 files changed, 72 insertions(+), 152 deletions(-) delete mode 100644 .changeset/background-task-resume.md delete mode 100644 .changeset/config-response-redaction.md delete mode 100644 .changeset/desktop-web-workspace-update.md delete mode 100644 .changeset/dynamic-workflow-card-routing.md delete mode 100644 .changeset/dynamic-workflow-per-task.md delete mode 100644 .changeset/lab-flag-effective-state.md delete mode 100644 .changeset/local-path-attachments.md delete mode 100644 .changeset/mcp-result-shapes.md delete mode 100644 .changeset/model-auth-readiness.md delete mode 100644 .changeset/remote-control-link.md delete mode 100644 .changeset/secondary-model-aliases.md delete mode 100644 .changeset/settings-subagent-routing.md delete mode 100644 .changeset/slash-command-arguments.md delete mode 100644 .changeset/subagent-model-policy-endpoint.md delete mode 100644 .changeset/subagent-model-settings-replace.md delete mode 100644 .changeset/subagent-routing-provenance.md delete mode 100644 .changeset/web-attachment-previews.md delete mode 100644 .changeset/web-code-block-toggles.md delete mode 100644 .changeset/web-message-folding.md delete mode 100644 .changeset/web-panel-tabs.md delete mode 100644 .changeset/web-preview-header-close.md delete mode 100644 .changeset/web-resize-and-question.md delete mode 100644 .changeset/web-selection-quotes.md delete mode 100644 .changeset/web-session-permissions.md delete mode 100644 .changeset/web-session-startup.md delete mode 100644 .changeset/web-subagent-panel.md delete mode 100644 .changeset/web-task-to-background.md delete mode 100644 .changeset/web-tool-file-icon-align.md delete mode 100644 .changeset/web-ui-fixes.md delete mode 100644 .changeset/workspace-alias-cache.md diff --git a/.changeset/background-task-resume.md b/.changeset/background-task-resume.md deleted file mode 100644 index b6a48ae1f..000000000 --- a/.changeset/background-task-resume.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Remind the agent about unfinished background tasks when work continues in a later turn. diff --git a/.changeset/config-response-redaction.md b/.changeset/config-response-redaction.md deleted file mode 100644 index b1bb47be0..000000000 --- a/.changeset/config-response-redaction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Redact service credentials and raw configuration from config API responses. diff --git a/.changeset/desktop-web-workspace-update.md b/.changeset/desktop-web-workspace-update.md deleted file mode 100644 index e7e2c7576..000000000 --- a/.changeset/desktop-web-workspace-update.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-desktop': minor ---- - -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. diff --git a/.changeset/dynamic-workflow-card-routing.md b/.changeset/dynamic-workflow-card-routing.md deleted file mode 100644 index 1822e1ba2..000000000 --- a/.changeset/dynamic-workflow-card-routing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -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. diff --git a/.changeset/dynamic-workflow-per-task.md b/.changeset/dynamic-workflow-per-task.md deleted file mode 100644 index 5af63cc75..000000000 --- a/.changeset/dynamic-workflow-per-task.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -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`. diff --git a/.changeset/lab-flag-effective-state.md b/.changeset/lab-flag-effective-state.md deleted file mode 100644 index bf25dcbee..000000000 --- a/.changeset/lab-flag-effective-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -The Lab settings show when an experimental flag is controlled by the environment and when the saved setting is overridden. diff --git a/.changeset/local-path-attachments.md b/.changeset/local-path-attachments.md deleted file mode 100644 index 4bdc1fff3..000000000 --- a/.changeset/local-path-attachments.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Attach files from server-local paths in Web prompts. diff --git a/.changeset/mcp-result-shapes.md b/.changeset/mcp-result-shapes.md deleted file mode 100644 index a5e7622e7..000000000 --- a/.changeset/mcp-result-shapes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Accept MCP tool results that contain text content or structured content. diff --git a/.changeset/model-auth-readiness.md b/.changeset/model-auth-readiness.md deleted file mode 100644 index d0cefdbd6..000000000 --- a/.changeset/model-auth-readiness.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Refresh model authentication readiness after provider configuration changes. diff --git a/.changeset/remote-control-link.md b/.changeset/remote-control-link.md deleted file mode 100644 index ffa926256..000000000 --- a/.changeset/remote-control-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Show the complete remote-control link after startup. diff --git a/.changeset/secondary-model-aliases.md b/.changeset/secondary-model-aliases.md deleted file mode 100644 index 485f8477e..000000000 --- a/.changeset/secondary-model-aliases.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Keep configured secondary model aliases unchanged when provider catalogs refresh. diff --git a/.changeset/settings-subagent-routing.md b/.changeset/settings-subagent-routing.md deleted file mode 100644 index db175ecdd..000000000 --- a/.changeset/settings-subagent-routing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -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. diff --git a/.changeset/slash-command-arguments.md b/.changeset/slash-command-arguments.md deleted file mode 100644 index ad3998f33..000000000 --- a/.changeset/slash-command-arguments.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Warn before sending arguments to a slash command that does not accept them. diff --git a/.changeset/subagent-model-policy-endpoint.md b/.changeset/subagent-model-policy-endpoint.md deleted file mode 100644 index ee955dee5..000000000 --- a/.changeset/subagent-model-policy-endpoint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -Add a subagent model policy setting with inherit, default, pool, and force modes that rejects models that are not configured. diff --git a/.changeset/subagent-model-settings-replace.md b/.changeset/subagent-model-settings-replace.md deleted file mode 100644 index b9f640258..000000000 --- a/.changeset/subagent-model-settings-replace.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Subagent model settings no longer keep stale force or pool values after a change. diff --git a/.changeset/subagent-routing-provenance.md b/.changeset/subagent-routing-provenance.md deleted file mode 100644 index 337b1e3ed..000000000 --- a/.changeset/subagent-routing-provenance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": minor ---- - -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. diff --git a/.changeset/web-attachment-previews.md b/.changeset/web-attachment-previews.md deleted file mode 100644 index 02e5ba5fa..000000000 --- a/.changeset/web-attachment-previews.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Show file, folder, image, and video attachments as compact composer pills with media previews. diff --git a/.changeset/web-code-block-toggles.md b/.changeset/web-code-block-toggles.md deleted file mode 100644 index cfeea9267..000000000 --- a/.changeset/web-code-block-toggles.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Add word-wrap and line-number toggles to every code block and diff block in the web chat. diff --git a/.changeset/web-message-folding.md b/.changeset/web-message-folding.md deleted file mode 100644 index 3093e6fda..000000000 --- a/.changeset/web-message-folding.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Add a Message folding settings section that turns off auto-folded turns and the tool call summary row. diff --git a/.changeset/web-panel-tabs.md b/.changeset/web-panel-tabs.md deleted file mode 100644 index cf4457954..000000000 --- a/.changeset/web-panel-tabs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Open multiple detail views as tabs in the Web panel. diff --git a/.changeset/web-preview-header-close.md b/.changeset/web-preview-header-close.md deleted file mode 100644 index f5c1436c9..000000000 --- a/.changeset/web-preview-header-close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -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. diff --git a/.changeset/web-resize-and-question.md b/.changeset/web-resize-and-question.md deleted file mode 100644 index 03d3464e9..000000000 --- a/.changeset/web-resize-and-question.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Resize the web panels with the arrow keys, and show the description for a question's free-text answer. diff --git a/.changeset/web-selection-quotes.md b/.changeset/web-selection-quotes.md deleted file mode 100644 index c01336560..000000000 --- a/.changeset/web-selection-quotes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Add selected conversation or panel text to the composer as quoted context. diff --git a/.changeset/web-session-permissions.md b/.changeset/web-session-permissions.md deleted file mode 100644 index e831af52c..000000000 --- a/.changeset/web-session-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Keep each Web session's permission mode separate when switching sessions. diff --git a/.changeset/web-session-startup.md b/.changeset/web-session-startup.md deleted file mode 100644 index ccb81816c..000000000 --- a/.changeset/web-session-startup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Show the Web session list after its first workspace-group page loads. diff --git a/.changeset/web-subagent-panel.md b/.changeset/web-subagent-panel.md deleted file mode 100644 index 0b5a3f007..000000000 --- a/.changeset/web-subagent-panel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Show a subagent's originating prompt above its transcript, centre the transcript, and add a Back to bottom shortcut. diff --git a/.changeset/web-task-to-background.md b/.changeset/web-task-to-background.md deleted file mode 100644 index 2e4034491..000000000 --- a/.changeset/web-task-to-background.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': minor ---- - -Move a running Bash command or foreground subagent to the background from its row in the web chat. diff --git a/.changeset/web-tool-file-icon-align.md b/.changeset/web-tool-file-icon-align.md deleted file mode 100644 index 469d519c0..000000000 --- a/.changeset/web-tool-file-icon-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Align the file-type icon with the text in Read and Edit tool rows. diff --git a/.changeset/web-ui-fixes.md b/.changeset/web-ui-fixes.md deleted file mode 100644 index 996796872..000000000 --- a/.changeset/web-ui-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -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. diff --git a/.changeset/workspace-alias-cache.md b/.changeset/workspace-alias-cache.md deleted file mode 100644 index 4285ece56..000000000 --- a/.changeset/workspace-alias-cache.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pymodel/pythinker-code': patch ---- - -Resolve renamed workspaces correctly after restarting the server. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 354a014ff..ac8cc1e97 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,11 @@ # @pymodel/pythinker-desktop +## 0.4.0 + +### Minor Changes + +- [#243](https://github.com/PyModel/pythinker-code/pull/243) [`d389e4d`](https://github.com/PyModel/pythinker-code/commit/d389e4d800902a99a8732ff918f594585ec48242) 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. + ## 0.3.9 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index f116d7ed3..d00862f9e 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@pymodel/pythinker-desktop", "description": "Pythinker desktop application with tray-owned Host lifecycle", - "version": "0.3.9", + "version": "0.4.0", "private": true, "type": "module", "main": "dist/main.js", diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 88dec4ac4..8a175af04 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,69 @@ # @pymodel/pythinker-code +## 1.6.0 + +### Minor Changes + +- [#239](https://github.com/PyModel/pythinker-code/pull/239) [`fdaf83d`](https://github.com/PyModel/pythinker-code/commit/fdaf83d1c19e25acac740054d2226d66db7e8133) 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](https://github.com/PyModel/pythinker-code/pull/241) [`b891de7`](https://github.com/PyModel/pythinker-code/commit/b891de704e0c484070d61d1b9ffe4b199a1c658b) 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](https://github.com/PyModel/pythinker-code/pull/235) [`03d9835`](https://github.com/PyModel/pythinker-code/commit/03d98350ccaa9caae1a286f95870ecb760249e79) 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](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Attach files from server-local paths in Web prompts. + +- [#240](https://github.com/PyModel/pythinker-code/pull/240) [`55d12a2`](https://github.com/PyModel/pythinker-code/commit/55d12a2cde76f2c034666a08378a329dd4c85074) 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](https://github.com/PyModel/pythinker-code/pull/236) [`faeb195`](https://github.com/PyModel/pythinker-code/commit/faeb1954b267a1a817926d61ace38db5e55e0738) 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](https://github.com/PyModel/pythinker-code/pull/237) [`a60a427`](https://github.com/PyModel/pythinker-code/commit/a60a427f447a3ff36e0af59a5b7bba2344f1a7ef) 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](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Show file, folder, image, and video attachments as compact composer pills with media previews. + +- [#238](https://github.com/PyModel/pythinker-code/pull/238) [`7b00f1f`](https://github.com/PyModel/pythinker-code/commit/7b00f1ff2dcc2aa2566eb1af9f4bb016ca8a5b97) 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](https://github.com/PyModel/pythinker-code/pull/238) [`7b00f1f`](https://github.com/PyModel/pythinker-code/commit/7b00f1ff2dcc2aa2566eb1af9f4bb016ca8a5b97) 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](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Open multiple detail views as tabs in the Web panel. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Add selected conversation or panel text to the composer as quoted context. + +- [#238](https://github.com/PyModel/pythinker-code/pull/238) [`7b00f1f`](https://github.com/PyModel/pythinker-code/commit/7b00f1ff2dcc2aa2566eb1af9f4bb016ca8a5b97) 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](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Remind the agent about unfinished background tasks when work continues in a later turn. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Redact service credentials and raw configuration from config API responses. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Accept MCP tool results that contain text content or structured content. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Refresh model authentication readiness after provider configuration changes. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Show the complete remote-control link after startup. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Keep configured secondary model aliases unchanged when provider catalogs refresh. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Warn before sending arguments to a slash command that does not accept them. + +- [#234](https://github.com/PyModel/pythinker-code/pull/234) [`8959522`](https://github.com/PyModel/pythinker-code/commit/89595222c4e7fa8984ef597f888769ce7ef665d9) Thanks [@elkaix](https://github.com/elkaix)! - Subagent model settings no longer keep stale force or pool values after a change. + +- [#232](https://github.com/PyModel/pythinker-code/pull/232) [`974da73`](https://github.com/PyModel/pythinker-code/commit/974da731db454a1f25e32e00a5b7d54db104c2c2) 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](https://github.com/PyModel/pythinker-code/pull/238) [`7b00f1f`](https://github.com/PyModel/pythinker-code/commit/7b00f1ff2dcc2aa2566eb1af9f4bb016ca8a5b97) 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](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Keep each Web session's permission mode separate when switching sessions. + +- [#242](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Show the Web session list after its first workspace-group page loads. + +- [#238](https://github.com/PyModel/pythinker-code/pull/238) [`7b00f1f`](https://github.com/PyModel/pythinker-code/commit/7b00f1ff2dcc2aa2566eb1af9f4bb016ca8a5b97) 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](https://github.com/PyModel/pythinker-code/pull/231) [`26cd4ac`](https://github.com/PyModel/pythinker-code/commit/26cd4ac1d07cd9e1ea0edc4b3c1e4ab025f5d2d9) Thanks [@elkaix](https://github.com/elkaix)! - Align the file-type icon with the text in Read and Edit tool rows. + +- [#238](https://github.com/PyModel/pythinker-code/pull/238) [`7b00f1f`](https://github.com/PyModel/pythinker-code/commit/7b00f1ff2dcc2aa2566eb1af9f4bb016ca8a5b97) 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](https://github.com/PyModel/pythinker-code/pull/242) [`254be65`](https://github.com/PyModel/pythinker-code/commit/254be65b4be89dcf6ca439ee8468d69472623fb7) Thanks [@elkaix](https://github.com/elkaix)! - Resolve renamed workspaces correctly after restarting the server. + ## 1.5.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index ef8cad343..af3aa3b15 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.5.0", + "version": "1.6.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",