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/add-experimental-tower-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/desktop-live-activity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/desktop-task-outcomes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-desktop-subagent-activity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/show-task-outcome-cards.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pymodel/pythinker-desktop

## 0.2.1

### Patch Changes

- [#166](https://github.com/PyModel/pythinker-code/pull/166) [`5560aec`](https://github.com/PyModel/pythinker-code/commit/5560aec41997b522058fc2aeb8af2e29c6d8cc7a) Thanks [@elkaix](https://github.com/elkaix)! - Remove duplicate live activity and keep narrow subagent panel controls visible.

- [#166](https://github.com/PyModel/pythinker-code/pull/166) [`5560aec`](https://github.com/PyModel/pythinker-code/commit/5560aec41997b522058fc2aeb8af2e29c6d8cc7a) Thanks [@elkaix](https://github.com/elkaix)! - Show task outcome cards with subagent model and thinking-effort details in conversations.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pymodel/pythinker-desktop",
"description": "Pythinker desktop application with tray-owned Host lifecycle",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"type": "module",
"main": "dist/main.js",
Expand Down
12 changes: 12 additions & 0 deletions apps/pythinker-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pymodel/pythinker-code

## 1.1.0

### Minor Changes

- [#162](https://github.com/PyModel/pythinker-code/pull/162) [`23d50fc`](https://github.com/PyModel/pythinker-code/commit/23d50fc942d517a41daa85bdb7100d48b30db40b) Thanks [@elkaix](https://github.com/elkaix)! - Add the experimental `/tower` command for workspace-wide subagent coordination, enabled with `PYTHINKER_CODE_EXPERIMENTAL_TOWER=1`.

### Patch Changes

- [#162](https://github.com/PyModel/pythinker-code/pull/162) [`23d50fc`](https://github.com/PyModel/pythinker-code/commit/23d50fc942d517a41daa85bdb7100d48b30db40b) Thanks [@elkaix](https://github.com/elkaix)! - Remove duplicate live activity and keep narrow subagent panel controls visible.

- [#162](https://github.com/PyModel/pythinker-code/pull/162) [`23d50fc`](https://github.com/PyModel/pythinker-code/commit/23d50fc942d517a41daa85bdb7100d48b30db40b) Thanks [@elkaix](https://github.com/elkaix)! - Show task outcome cards with subagent model and thinking-effort details in conversations.

## 1.0.2

### 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": "@pymodel/pythinker-code",
"version": "1.0.2",
"version": "1.1.0",
"description": "The Starting Point for Next-Gen Agents",
"license": "MIT",
"author": "PyModel",
Expand Down
Loading