Skip to content

Commit 8b7b5dc

Browse files
npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7wpfleger96
andcommitted
chore(desktop): bump agents.rs file-size override for model-tuning commands
#1534 (buzz-agent model-tuning) added Tauri commands for reading and writing the model-tuning fields, growing agents.rs by 6 lines beyond the 1449 exception. Bump to 1455 to cover the merged total. Queued to split. Co-authored-by: Will Pfleger <pfleger.will@gmail.com> Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
1 parent 7533071 commit 8b7b5dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

desktop/scripts/check-file-sizes.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ const overrides = new Map([
6363
// global-agent-config: build_deploy_payload threads global config fallback
6464
// for provider/model/env_vars (+4 lines). cargo fmt reflowed 2 more lines.
6565
// deploy-resolver: resolve_deploy_model_provider fn + doc comment (+6 lines).
66+
// #1534 buzz-agent model-tuning: set_global_agent_config / global agent config
67+
// Tauri commands for tuning fields add ~6 lines. Queued to split.
6668
// Queued to split.
67-
["src-tauri/src/commands/agents.rs", 1449],
69+
["src-tauri/src/commands/agents.rs", 1455],
6870
// #1418 read-path fix: get_thread_replies' blocker fix (shared TIMELINE_KINDS
6971
// const + build_thread_replies_filter helper, mirroring the channel sibling so
7072
// the two p-gate filters can't drift) plus two guard unit tests. The file was

0 commit comments

Comments
 (0)