chore(release): bump version to 1.44.0 (minor) - #10597
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b6b1c26f1f
ℹ️ 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".
| "id": "thinkingmachines/inkling", | ||
| "name": "Inkling", |
There was a problem hiding this comment.
Avoid prefilling Tinker with a fixed inkling model
When a user selects the new Thinking Machines catalog template, get_provider_template strips this canonical id to the model id inkling, and the desktop form submits that as the provider's static model list. The provider docs linked by this same entry say OpenAI-compatible inference must pass a Tinker sampler checkpoint path such as tinker://... as the model name (the model/pricing page also lists the Tinker ID as thinkingmachines/Inkling, not inkling), so requests from the generated template will send model: "inkling" and be rejected unless the user manually overrides it. This provider should not be exposed with a fixed stripped model id, or the template should require the user to enter the checkpoint/model path.
Useful? React with 👍 / 👎.
* origin/main: fix(ui): clear stale pending ACP connection after terminal recovery failure (#10552) Make provider smoke tests faster and more reliable (#10605) fix(acp): confirm pending steer message on queuedSteer notification (#10532) chore(deps): bump body-parser from 1.20.5 to 1.20.6 in /documentation (#10601) chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /documentation (#10593) feat(compaction): structured summary output with template rendering (#10471) feat(skills): allow disabling built-in skills (#10600) fix: apply hermit env directly in node shims so a fish login shell doesn't break MCP startup (#10028) chore(release): bump version to 1.44.0 (minor) (#10597) fix(extensions): preserve command arguments through forms (#10527) fix(permissions): enforce manual approval for code mode (#10528) fix(apps): confine app file operations (#10481) fix(local-inference): preserve featured model size on delete and backfill missing sizes (#10422) refactor(acp): extract tool call handling from server (#10574)
Bumps version to 1.44.0.
Please follow these steps:
release/1.44.0PR will be created automatically.