stable-harness 0.0.51 → 0.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -185,10 +185,10 @@ Fast matrix results:
185
185
  | Ollama | `qwen3.5:9b` | native auto tools | 15/15 | none |
186
186
  | Ollama | `qwen3.5:0.8b` | native auto tools | 14/15 | `freshness` day instead of month |
187
187
  | Ollama | `granite4.1:3b` | native auto tools | 14/15 | Chinese news query became unnatural text |
188
- | Ollama | `qwen3:latest` | native auto tools | 14/15 | Workday ticker became `WORK` |
188
+ | Ollama | `qwen3:latest` | native auto tools | 14/15 | ExampleCo ticker became `EXCO` |
189
189
  | Ollama | `qwen2.5:7b-instruct` | native auto tools | 14/15 | path with space was collapsed |
190
- | Ollama | `gemma4:e2b` | native auto tools | 14/15 | missed Chinese Workday stock tool call |
191
- | Ollama | `gemma4:e4b` | native auto tools | 14/15 | missed Chinese Workday stock tool call |
190
+ | Ollama | `gemma4:e2b` | native auto tools | 14/15 | missed Chinese ExampleCo stock tool call |
191
+ | Ollama | `gemma4:e4b` | native auto tools | 14/15 | missed Chinese ExampleCo stock tool call |
192
192
  | Ollama | `lfm2.5-thinking:latest` | native auto tools | 13/15 | namespace typo and HK market error |
193
193
  | Ollama | `qwen3:0.6b` | native auto tools | 12/15 | one timeout, weaker exact title/query handling |
194
194
  | Ollama | `gpt-oss:latest` | native auto tools | 12/15 | path and freshness enum errors |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stable-harness",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "type": "module",
5
5
  "description": "Stable application runtime and operator control plane for agent workspaces.",
6
6
  "license": "Apache-2.0",