Skip to content

Commit e8e2d03

Browse files
konardclaude
andcommitted
chore: Add changeset for system message override fix
Added changeset describing the fix for low-limit model support: - System message override now used exclusively without additional context - Reduces token usage from ~9,059 to ~30 tokens - Enables support for models like groq/qwen/qwen3-32b (6K TPM) - Includes verbose mode for debugging API requests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 37b3654 commit e8e2d03

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@link-assistant/agent': patch
3+
---
4+
5+
Fix system message override to use exclusively without additional context for low-limit models. When --system-message flag is provided, the system now returns only that message without adding environment info, custom instructions, or headers. This reduces token usage from ~9,059 to ~30 tokens, enabling support for models with low TPM limits like groq/qwen/qwen3-32b (6K TPM).
6+
7+
Also adds --verbose mode to debug API requests with system prompt content and token estimates.

0 commit comments

Comments
 (0)