v1.1.1
This commit is contained in:
parent
5e449cdd94
commit
af43abea60
13 changed files with 39 additions and 23 deletions
|
|
@ -351,7 +351,7 @@ class TestInitialization:
|
|||
mcpCapabilities=McpCapabilities(http=False, sse=False),
|
||||
)
|
||||
assert response.result.agentInfo == Implementation(
|
||||
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.1.0"
|
||||
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.1.1"
|
||||
)
|
||||
vibe_setup_method = next(
|
||||
(
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ def make_config(
|
|||
include_project_context=False,
|
||||
include_prompt_detail=False,
|
||||
include_model_info=False,
|
||||
include_commit_signature=False,
|
||||
enabled_tools=enabled_tools or [],
|
||||
tools=tools or {},
|
||||
)
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ def test_run_programmatic_preload_streaming_is_batched(
|
|||
include_project_context=False,
|
||||
include_prompt_detail=False,
|
||||
include_model_info=False,
|
||||
include_commit_signature=False,
|
||||
)
|
||||
|
||||
previous = [
|
||||
|
|
@ -107,6 +108,7 @@ def test_run_programmatic_ignores_system_messages_in_previous(
|
|||
include_project_context=False,
|
||||
include_prompt_detail=False,
|
||||
include_model_info=False,
|
||||
include_commit_signature=False,
|
||||
)
|
||||
|
||||
run_programmatic(
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ def test_get_universal_system_prompt_includes_windows_prompt_on_windows(
|
|||
include_project_context=False,
|
||||
include_prompt_detail=True,
|
||||
include_model_info=False,
|
||||
include_commit_signature=False,
|
||||
)
|
||||
tool_manager = ToolManager(config)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue