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