Skip to content

Commit 57dba72

Browse files
committed
docs(changelog): attribute Groq catalog fix
1 parent 9251fc1 commit 57dba72

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/ai/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
`qwen/qwen3.6-27b`: the active multimodal model now receives Groq's documented
1515
`reasoning_effort` compatibility (`off` to `none`, thinking mode to `default`), the typed request regression
1616
follows the replacement catalog ID, and reviewed provider snapshots are refreshed so live generation no longer
17-
breaks root TypeScript validation before a release can be committed.
17+
breaks root TypeScript validation before a release can be committed
18+
([#716](https://github.com/code-yeongyu/senpi/pull/716)).
1819

1920
### Removed
2021

packages/coding-agent/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
- Fixed release preparation failing after Groq replaced `qwen/qwen3-32b` with the multimodal
2121
`qwen/qwen3.6-27b`: Senpi's generated model catalog and typed request regression now follow the active model,
2222
preserve Groq's `none`/`default` reasoning controls, and include the reviewed live provider metadata refresh so
23-
`senpi --list-models` and release-time validation agree.
23+
`senpi --list-models` and release-time validation agree
24+
([#716](https://github.com/code-yeongyu/senpi/pull/716)).
2425
- Fixed Claude SDK OAuth full-history re-sends repeatedly billing accumulated `<ultrawork-mode>` directives by
2526
post-processing both resident flatten/bootstrap prompts and the non-resident full-prompt path: every earlier
2627
complete directive becomes a one-line superseded marker while the most recent copy, surrounding text, non-text

0 commit comments

Comments
 (0)