pi-oracle 0.3.1 → 0.3.2
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 +9 -0
- package/README.md +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.2 - 2026-04-08
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- README now lists the available oracle preset ids directly, so users can choose `defaults.preset` values without having to inspect source files
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
- closed a README usability gap where preset-based configuration was documented without actually enumerating the shipped preset ids
|
|
10
|
+
- oracle sanity coverage now verifies that the README lists every preset from the canonical `ORACLE_SUBMIT_PRESETS` registry
|
|
11
|
+
|
|
3
12
|
## 0.3.1 - 2026-04-08
|
|
4
13
|
|
|
5
14
|
### Changed
|
package/README.md
CHANGED
|
@@ -112,6 +112,19 @@ Notes:
|
|
|
112
112
|
- If the packaged default is fine, you can omit `defaults.preset` entirely.
|
|
113
113
|
- You usually do not need to set browser paths unless auto-detection fails.
|
|
114
114
|
|
|
115
|
+
## Available presets
|
|
116
|
+
|
|
117
|
+
| Preset id | Description |
|
|
118
|
+
| --- | --- |
|
|
119
|
+
| `pro_standard` | Pro - Standard |
|
|
120
|
+
| `pro_extended` | Pro - Extended |
|
|
121
|
+
| `thinking_light` | Thinking - Light |
|
|
122
|
+
| `thinking_standard` | Thinking - Standard |
|
|
123
|
+
| `thinking_extended` | Thinking - Extended |
|
|
124
|
+
| `thinking_heavy` | Thinking - Heavy |
|
|
125
|
+
| `instant` | Instant |
|
|
126
|
+
| `instant_auto_switch` | Instant - Auto-switch to Thinking Enabled |
|
|
127
|
+
|
|
115
128
|
Other useful settings:
|
|
116
129
|
- `browser.runMode`
|
|
117
130
|
- `browser.args`
|