Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/doctor-native-install.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sdk-saved-workflow-workdir.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/subagent-model-deny-containment.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-verify-before-reporting-success.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-chat-fixes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-composer-menu.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-config-hub.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-editor-theme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vscode-host-integrations.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/windows-installer-progress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/windows-package-manager-updates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workflow-enter-origin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workflow-event-correlation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workflow-save-scope-and-root.md

This file was deleted.

22 changes: 22 additions & 0 deletions apps/pythinker-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @pythoughts/pythinker-code

## 0.14.0

### Minor Changes

- [#51](https://github.com/Pythoughts-labs/pythinker-code/pull/51) [`c8cdcc7`](https://github.com/Pythoughts-labs/pythinker-code/commit/c8cdcc78528f3fd8dedf9111ec0c91f3242e3012) - `/workflow save` accepts `--personal` to save into the home skills directory, resolves the repository root when saving from a subdirectory so the saved skill is discoverable, and persists the workflow size guideline into the saved skill.

### Patch Changes

- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Fix `pythinker doctor` crashing on native installs, and report the last recorded update outcome.

- [#49](https://github.com/Pythoughts-labs/pythinker-code/pull/49) [`f35061e`](https://github.com/Pythoughts-labs/pythinker-code/commit/f35061e39de539476d3897c6acf4966991669576) - Model permission deny rules now also apply to subagent model overrides coming from agent profiles and from resume or retry, not only to models named in tool arguments; a denied override falls back to the parent agent's model.

- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Stop reporting an update as installed when the executable did not change; the version is checked after the installer finishes and a mismatch is recorded as a failure with the reason.

- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Show download progress under the prompt while a Windows update installs, instead of nothing until it finishes.

- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Fix automatic updates on Windows for npm, pnpm, and yarn installs, which failed to start at all.

- [#50](https://github.com/Pythoughts-labs/pythinker-code/pull/50) [`38e3504`](https://github.com/Pythoughts-labs/pythinker-code/commit/38e35047069dd4f9a22e3160e34861b6550b6b56) - Record the origin of the prompt that entered Dynamic Workflow mode, so a fan-out started by a scheduled job or hook is attributable in the session records.

- [#49](https://github.com/Pythoughts-labs/pythinker-code/pull/49) [`f35061e`](https://github.com/Pythoughts-labs/pythinker-code/commit/f35061e39de539476d3897c6acf4966991669576) - Subagent lifecycle events now carry the workflow name on start, completion and failure, and suspension events carry both the workflow run id and name, so clients can correlate every event without caching the spawn event.

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/pythinker-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythoughts/pythinker-code",
"version": "0.13.1",
"version": "0.14.0",
"description": "The Starting Point for Next-Gen Agents",
"license": "MIT",
"author": "Pythoughts",
Expand Down
19 changes: 19 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.9.0

### Minor Changes

- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Combine permission mode, plan mode, and thinking effort into one composer menu, and answer approval prompts with number keys.

- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Add a config hub page that shows models, providers, MCP servers, the local config file, and extension settings in one place.

- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - The extension UI now follows the editor color theme, including light, dark, and high-contrast themes.

- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Add a status bar indicator, quick-fix code actions, terminal and editor context menu entries, a getting-started walkthrough, and a new-conversation keybinding.

### Patch Changes

- [#48](https://github.com/Pythoughts-labs/pythinker-code/pull/48) [`17967df`](https://github.com/Pythoughts-labs/pythinker-code/commit/17967dffb7ca3ed6f23f9bc0346042fc8a1b2bf0) - Render long conversations with a virtualized list, fix control overlap at narrow sidebar widths, and make sign-out work from the command palette.

- Updated dependencies [[`c8cdcc7`](https://github.com/Pythoughts-labs/pythinker-code/commit/c8cdcc78528f3fd8dedf9111ec0c91f3242e3012)]:
- @pythoughts/pythinker-code-sdk@0.15.0

## 0.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "pythoughts",
"displayName": "Pythinker Code",
"description": "Pythinker Code extension for VS Code",
"version": "0.8.8",
"version": "0.9.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pythoughts/pythinker-code-sdk

## 0.15.0

### Minor Changes

- [#51](https://github.com/Pythoughts-labs/pythinker-code/pull/51) [`c8cdcc7`](https://github.com/Pythoughts-labs/pythinker-code/commit/c8cdcc78528f3fd8dedf9111ec0c91f3242e3012) - The saved-workflow write helper now takes the working directory and resolves the repository root itself, saved workflows can carry a size guideline, and the workflow size guideline resolver is exported.

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythoughts/pythinker-code-sdk",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"description": "TypeScript SDK for the Pythinker Code Agent",
"license": "MIT",
Expand Down
Loading