Skip to content

updates: release 0.19.0 of the tui/sdk/etc#8806

Merged
alexhancock merged 1 commit intomainfrom
alexhancock/pnpm-workspace-update
Apr 24, 2026
Merged

updates: release 0.19.0 of the tui/sdk/etc#8806
alexhancock merged 1 commit intomainfrom
alexhancock/pnpm-workspace-update

Conversation

@alexhancock
Copy link
Copy Markdown
Collaborator

Summary

Bump all the versions in the pnpm workspace

Testing

N/A - No logic changes just a version bump

Related Issues

N/A

Screenshots/Demos (for UX changes)

N/A

@alexhancock alexhancock requested review from jamadeo and jh-block April 24, 2026 14:40
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 02852a63cc

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread ui/sdk/package.json
{
"name": "@aaif/goose-sdk",
"version": "0.18.0",
"version": "0.19.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align SDK version with 0.18.0 release

This release commit is for 0.18.0, and the binary package manifests were bumped to 0.18.0, but this line moves @aaif/goose-sdk to 0.19.0 (with the same bump in ui/text/package.json). Because the npm publish workflow reads each package version directly from package.json, this creates a mixed release where SDK/TUI publish as 0.19.0 while the bundled binary packages remain 0.18.0, producing inconsistent artifacts for the same release cycle.

Useful? React with 👍 / 👎.

@alexhancock alexhancock force-pushed the alexhancock/pnpm-workspace-update branch from 02852a6 to ce26052 Compare April 24, 2026 15:06
@alexhancock alexhancock changed the title updates: release 0.18.0 of the tui/sdk/etc updates: release 0.19.0 of the tui/sdk/etc Apr 24, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ce26052d69

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread ui/text/package.json
{
"name": "@aaif/goose",
"version": "0.18.0",
"version": "0.19.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align @aaif/goose version with goose-sdk release

Updating @aaif/goose to 0.19.0 here while ui/sdk/package.json stays at 0.18.0 introduces a split npm release: the publish workflow (.github/workflows/publish-npm.yml) reads each package’s own package.json version and skips already-published versions via npm view, so @aaif/goose-sdk@0.18.0 can be skipped while @aaif/goose@0.19.0 is published. That leaves the new CLI package tied to the previous SDK/binary resolution path instead of a coherent 0.19.x release set.

Useful? React with 👍 / 👎.

@alexhancock alexhancock force-pushed the alexhancock/pnpm-workspace-update branch from ce26052 to d8f0f2e Compare April 24, 2026 15:11
@alexhancock alexhancock merged commit e790d37 into main Apr 24, 2026
24 checks passed
@alexhancock alexhancock deleted the alexhancock/pnpm-workspace-update branch April 24, 2026 19:10
lifeizhou-ap added a commit that referenced this pull request Apr 27, 2026
* main: (29 commits)
  chore(deps): bump winreg from 0.55.0 to 0.56.0 (#8829)
  Fix grammar issue (#8669)
  colorize context window indicator (#8851)
  Refresh canonical model metadata from models.dev (#8838)
  fix(ci): prevent flaky smoke test timeouts from failing the build (#8837)
  updates: release 0.19.0 of the tui/sdk/etc (#8806)
  add a goose2 signed release flow (#8728)
  Port provider tests to typescript (#8237)
  refactor: make ACP server smaller (#8787)
  Add NVIDIA provider, and improve declarative provider UX (#8798)
  fix: removed failed provider test for deprecated providers (#8801)
  fix: only call cleanup when the pr is from same repo (#8799)
  chore: check stale for draft pr (#8803)
  fix: use _meta instead of meta in newSession request (#8796)
  fix: add missing underscore prefix in updateWorkingDir method name (#8743)
  feat: migrate session metadata storage from frontend overlay to backend (#8769)
  Add more info to BUILDING_LINUX (#8789)
  feat(acp): Align to new request patterns of ACP Streamable HTTP/WS transport (#8605)
  Dedupe and organize skills/sources (#8731)
  docs: add skills slash command (#8783)
  ...
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.

2 participants