@amodalai/amodal 0.1.15 → 0.1.17
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.
- package/CHANGELOG.md +31 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @amodalai/amodal
|
|
2
2
|
|
|
3
|
+
## 0.1.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`86084ff`](https://github.com/amodalai/amodal/commit/86084ff0435e58bcb0f738ae88ef6179a3278f9d), [`83f08b4`](https://github.com/amodalai/amodal/commit/83f08b48270e24801923c911eb745cdcecf13fa9), [`14ef749`](https://github.com/amodalai/amodal/commit/14ef749ba9ccf3b74dbf86e3959c609682eda198), [`b6aa9f3`](https://github.com/amodalai/amodal/commit/b6aa9f390863ad71545867be40e24587e85eb646), [`0c3c202`](https://github.com/amodalai/amodal/commit/0c3c20207bb92ed1321373e474be83d315c1a1b2), [`fb49f28`](https://github.com/amodalai/amodal/commit/fb49f284bc427e7dc13a0c43653a55a28b23afb3)]:
|
|
8
|
+
- @amodalai/runtime-app@0.1.17
|
|
9
|
+
- @amodalai/runtime@0.1.17
|
|
10
|
+
- @amodalai/core@0.1.17
|
|
11
|
+
|
|
12
|
+
## 0.1.16
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#69](https://github.com/amodalai/amodal/pull/69) [`407b935`](https://github.com/amodalai/amodal/commit/407b93586178fa19d7c6162f03e259039df336c4) Thanks [@gte620v](https://github.com/gte620v)! - Add prompt caching, multi-model eval comparison, and new provider support
|
|
17
|
+
- Anthropic prompt caching: system prompt and tools sent with cache_control, 90% input cost savings on cache hits
|
|
18
|
+
- Cache-aware cost tracking throughout eval system with savings display
|
|
19
|
+
- Multi-model eval comparison: run evals against multiple models side-by-side with color-graded time/cost table
|
|
20
|
+
- Per-eval history with assertion breakdown, model info, and collapsible UI
|
|
21
|
+
- DeepSeek and Groq provider support via OpenAI-compatible endpoints
|
|
22
|
+
- Configurable eval timeout (20s–300s slider)
|
|
23
|
+
- Tool results now visible in eval output for judge verification
|
|
24
|
+
- Improved judge prompt for specific, evidence-based failure reasoning
|
|
25
|
+
- Auth/rate-limit errors surfaced with actionable UI messaging
|
|
26
|
+
- ConfigWatcher no longer triggers reload spam from eval result writes
|
|
27
|
+
- Session reuse during eval runs to minimize MCP reconnections
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [[`407b935`](https://github.com/amodalai/amodal/commit/407b93586178fa19d7c6162f03e259039df336c4), [`f99b2a1`](https://github.com/amodalai/amodal/commit/f99b2a1d836ee4f57a335182897af696bfce9502)]:
|
|
30
|
+
- @amodalai/core@0.1.16
|
|
31
|
+
- @amodalai/runtime@0.1.16
|
|
32
|
+
- @amodalai/runtime-app@0.1.16
|
|
33
|
+
|
|
3
34
|
## 0.1.15
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|