@raquezha/notrace 0.1.0 → 0.1.1

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @raquezha/notrace
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 13be706: refactor: split antigravity monolith and implement dynamic model routing, validated toolConfig, interleaved thinking headers, and empty stream retries
8
+
9
+ docs: replace stale public model IDs in notrace sample templates
10
+
3
11
  ## 0.1.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raquezha/notrace",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Zero-dependency, local-first interactive HTML Trace Viewer for the Pi Coding Agent",
5
5
  "main": "dist/notrace/index.js",
6
6
  "types": "dist/notrace/index.d.ts",
@@ -85,7 +85,7 @@
85
85
  "dir": null
86
86
  },
87
87
  "conditions": {
88
- "models": ["gemini-3.5-flash-high"],
88
+ "models": ["gemini-3.5-flash"],
89
89
  "providers": ["google"],
90
90
  "extensions": ["notrace", "noheadroom"]
91
91
  },
@@ -400,7 +400,7 @@
400
400
  }</pre></section>
401
401
  <section class="block"><h4>Conditions</h4><pre>{
402
402
  &quot;models&quot;: [
403
- &quot;gemini-3.5-flash-high&quot;
403
+ &quot;gemini-3.5-flash&quot;
404
404
  ],
405
405
  &quot;providers&quot;: [
406
406
  &quot;google&quot;
@@ -22,7 +22,7 @@
22
22
  "captureMode": "metadata",
23
23
  "conditions": {
24
24
  "models": [
25
- "gemini-3.5-flash-high"
25
+ "gemini-3.5-flash"
26
26
  ],
27
27
  "providers": [
28
28
  "google"