mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(ci): raise PR-Agent custom model budget
This commit is contained in:
+3
-1
@@ -1,9 +1,11 @@
|
||||
[config]
|
||||
git_provider = "github"
|
||||
fallback_models = ["gpt-5.4-mini"]
|
||||
publish_output = true
|
||||
publish_output_progress = false
|
||||
response_language = "en-US"
|
||||
max_model_tokens = 32000
|
||||
max_model_tokens = 131072
|
||||
custom_model_max_tokens = 131072
|
||||
large_patch_policy = "clip"
|
||||
temperature = 0.1
|
||||
|
||||
|
||||
@@ -38,6 +38,8 @@ describe('PR-Agent review lane migration', () => {
|
||||
|
||||
expect(config).toContain('[config]');
|
||||
expect(config).toContain('git_provider = "github"');
|
||||
expect(config).toContain('fallback_models = ["gpt-5.4-mini"]');
|
||||
expect(config).toContain('custom_model_max_tokens = 131072');
|
||||
expect(config).toContain('[pr_reviewer]');
|
||||
expect(config).not.toContain('auto_review = true');
|
||||
expect(config).not.toContain('claude-code-action');
|
||||
|
||||
Reference in New Issue
Block a user