feat: refactored and improved codereview in line with precommit. Reviews are now either external (default) or internal. Takes away anxiety and loss of tokens when Claude incorrectly decides to be 'confident' about its own changes and bungle things up.
fix: Minor tweaks to prompts fix: Improved support for smaller models that struggle with strict structured JSON output Rearranged reasons to use the MCP above quick start (collapsed)
This commit is contained in:
@@ -159,7 +159,7 @@ class TestChatRequestModel:
|
||||
# Field descriptions should exist and be descriptive
|
||||
assert len(CHAT_FIELD_DESCRIPTIONS["prompt"]) > 50
|
||||
assert "context" in CHAT_FIELD_DESCRIPTIONS["prompt"]
|
||||
assert "absolute paths" in CHAT_FIELD_DESCRIPTIONS["files"]
|
||||
assert "full-paths" in CHAT_FIELD_DESCRIPTIONS["files"] or "absolute" in CHAT_FIELD_DESCRIPTIONS["files"]
|
||||
assert "visual context" in CHAT_FIELD_DESCRIPTIONS["images"]
|
||||
|
||||
def test_default_values(self):
|
||||
|
||||
Reference in New Issue
Block a user