Skip to content

Commit da5352d

Browse files
ci: release packages (#177)
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.3.0 ### Minor Changes - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Add an experimental MCP management API enabled with `PYTHINKER_CODE_EXPERIMENTAL_MCP_MANAGEMENT=1`. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Add mobile bottom sheets for composer slash commands, mentions, and model selection. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Add multi-root file suggestions to `POST /api/v1/fs:suggest`. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Remove the built-in hosted provider and its sign-in, usage, feedback, model aliases, and SDK methods; configure a supported provider with its own API key or OAuth instead. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Remove the bundled Datasource plugin. ### Patch Changes - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Keep prompt activity and background-task notices consistent between live and reopened transcripts. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Add `[dynamic_workflow].timeout_ms` and `PYTHINKER_CODE_AGENT_DYNAMIC_WORKFLOW_TIMEOUT_MS` timeout settings. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Make skill activation turns editable and reversible without a separate activation card. - [#181](#181) [`199eaa9`](199eaa9) Thanks [@elkaix](https://github.com/elkaix)! - Restore telemetry events and active devices in observability dashboards. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Make Escape handling and focus behavior safe during IME composition. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Make `/tower` commands apply immediately when `PYTHINKER_CODE_EXPERIMENTAL_TOWER=1` is enabled. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Fit model and permission controls into narrow composer layouts. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Preserve the active session and model after provider logout. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Rank file and skill mention suggestions with path-aware matching and highlights. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Refresh provider sign-in state when the browser window regains focus. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Make pinned-session groups resizable and keep their scroll edges visible. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Honor the configured secondary-model thinking effort for subagents. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Steer the first queued prompt into an active session. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Hide button tooltips while their surrounding menu is open. - [#176](#176) [`496169d`](496169d) Thanks [@elkaix](https://github.com/elkaix)! - Keep the model picker inside the visible viewport. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added experimental MCP management, mobile composer sheets, multi-root file suggestions, dynamic workflow timeouts, and editable skill activations. - Improved transcript consistency, mention suggestions, model selection, responsive composer behavior, and session persistence. - Added immediate `/tower` commands and restored telemetry dashboard activity. - **Bug Fixes** - Improved IME-safe input handling, provider sign-in refresh, model picker positioning, and secondary-model settings. - Removed the built-in hosted provider and bundled Datasource plugin. - **Release** - Updated the application to version 1.3.0. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 906939a commit da5352d

22 files changed

Lines changed: 47 additions & 101 deletions

.changeset/consistent-transcript-notices.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dynamic-workflow-timeout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/editable-skill-turns.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/experimental-mcp-management.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-telemetry-dashboard.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ime-safe-composer-focus.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/immediate-tower-commands.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mobile-composer-sheets.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/multi-root-file-suggestions.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/narrow-composer-controls.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)