ci: release packages - #63
Conversation
|
@coderabbitai review |
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
commit: |
Greptile SummaryThis release updates Confidence Score: 5/5No blocking failure remains. No accepted blocking findings remain. The package version, changelog heading, calculated changeset version, and whitespace checks all match the intended release.
What T-Rex did
Reviews (6): Last reviewed commit: "ci: release packages" | Re-trigger Greptile |
e97b064 to
451b8ad
Compare
|
@coderabbitai review |
451b8ad to
85e78ab
Compare
|
@coderabbitai review |
85e78ab to
e961cba
Compare
|
@coderabbitai review |
e961cba to
534849a
Compare
|
@coderabbitai review |
|
@coderabbitai review |
534849a to
758ba6b
Compare
This PR was opened by the Changesets release 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
@pythoughts/pythinker-code@0.16.0
Minor Changes
#59
6999b68- Add an opt-in advisor: a second model reviews the conversation after a completed user turn unless another review is already running, and its notes appear as an<advisory>block in the agent's next turn; enable with[advisor] enabled = trueplus an advisor model (theadvisormodel role or[advisor] model), and it runs only when the advisor shares the session model's provider.#56
b71f094- Add model roles: lock a model alias to the small, implementer, or advisor slot with/model <role>, list assignments with/model roles, and reference roles as@small,@implementer, or@advisorwherever a subagent model can be set; an assigned implementer role becomes the default model for subagents.#57
99c427c- Show what the agent is doing in the working indicator: eligible tool calls whose input schema accepts the injected field now carry a short model-written intent, streamed live into the spinner label (for example "check failing test…") instead of a rotating placeholder; disable withPYTHINKER_CODE_EXPERIMENTAL_TOOL_INTENT=0.#58
065bf2e- Redesign core TUI surfaces: tool cards get state-tinted backgrounds with three new theme tokens, a status bar with a per-session accent color appears between the input box and footer, and the prompt box uses a neutral border while permission mode appears in the status bar. The working-label shimmer uses a calmer constant-velocity sweep with alternating mission-control highlights.Patch Changes
7fc36fd- Repair invalid escape sequences and unescaped quotes in model-written tool arguments instead of failing the tool call.