Establish OpenCode compatibility certification corpus
Some checks failed
Some checks failed
This commit is contained in:
6
fixtures/expected/current-status-idle.json
Normal file
6
fixtures/expected/current-status-idle.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"full_text": "current ok",
|
||||
"reasoning_text": "",
|
||||
"tool_count": 0,
|
||||
"prompt_blocked": false
|
||||
}
|
||||
6
fixtures/expected/delta-before-part.json
Normal file
6
fixtures/expected/delta-before-part.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"full_text": "tail drop recovered",
|
||||
"reasoning_text": "",
|
||||
"tool_count": 0,
|
||||
"prompt_blocked": false
|
||||
}
|
||||
12
fixtures/expected/interactive-prompts.json
Normal file
12
fixtures/expected/interactive-prompts.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"full_text": "",
|
||||
"reasoning_text": "",
|
||||
"tool_count": 1,
|
||||
"prompt_blocked": false,
|
||||
"tool": {
|
||||
"tool": "question",
|
||||
"status": "completed",
|
||||
"callID": "call_question",
|
||||
"opencode_request_id": "que_fixture"
|
||||
}
|
||||
}
|
||||
6
fixtures/expected/legacy-idle.json
Normal file
6
fixtures/expected/legacy-idle.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"full_text": "legacy ok",
|
||||
"reasoning_text": "",
|
||||
"tool_count": 0,
|
||||
"prompt_blocked": false
|
||||
}
|
||||
9
fixtures/expected/multi-step-usage.json
Normal file
9
fixtures/expected/multi-step-usage.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"full_text": "two steps",
|
||||
"reasoning_text": "",
|
||||
"tool_count": 0,
|
||||
"prompt_blocked": false,
|
||||
"total_cost": 0.46,
|
||||
"total_input_tokens": 30,
|
||||
"total_output_tokens": 10
|
||||
}
|
||||
6
fixtures/expected/reasoning-and-final.json
Normal file
6
fixtures/expected/reasoning-and-final.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"full_text": "final answer",
|
||||
"reasoning_text": "considering carefully",
|
||||
"tool_count": 0,
|
||||
"prompt_blocked": false
|
||||
}
|
||||
6
fixtures/expected/unknown-event.json
Normal file
6
fixtures/expected/unknown-event.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"full_text": "still works",
|
||||
"reasoning_text": "",
|
||||
"tool_count": 0,
|
||||
"prompt_blocked": false
|
||||
}
|
||||
Reference in New Issue
Block a user