@cr1ms0n/pi-subagent 0.9.0 → 0.11.0

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,7 +1,28 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
4
-
3
+ ## 0.11.0 - 2026-09-22
4
+
5
+ ### Probability-ranked Jev failover
6
+
7
+ - Retain validated candidate probabilities and advance to the next eligible model after a recognized availability failure, only before any current-invocation tool execution begins. Unknown activity and task-quality failures do not authorize restart.
8
+ - Select one task-based tool subset for all attempts, resolve thinking per candidate, and verify each attempted model/tool set without another Jev request.
9
+ - Bound all extension-level extra attempts by `max_retries`, candidate exhaustion, the original deadline and cumulative execution budgets. Preserve Pi's internal retries and the trusted unranked SDK fallback contract.
10
+ - Record original and actual models, bounded attempt history and earlier output pointers across status, plan and reload. Preserve failure state and usage without publishing failed structured output or duplicating selector receipts.
11
+
12
+ ## 0.10.0 — 2026-09-21
13
+
14
+ ### Config-file Jev credential
15
+
16
+ - Read the TypeSafe credential from required `jevRouting.apiKey` in the private user configuration. Reject the old `apiKeyEnv` field with manual migration guidance; do not read or fall back to a credential environment variable.
17
+ - Keep the key out of generated routing guidance, selector request bodies and results; document plaintext-file access and backup risks. Existing-run management remains independent of routing setup.
18
+ - Ship the config-file credential contract in 0.10.0. The published 0.9.0 remains unchanged and requires the older `apiKeyEnv` setup; no automatic user-settings migration is performed.
19
+
20
+ ### Documentation and repository maintenance
21
+
22
+ - Add matching English and Chinese READMEs with current installation, Jev setup, permission and cost guidance; move advanced usage into a public reference.
23
+ - Document the standalone checkout's available verification steps and separate source maintenance from npm publication.
24
+ - Keep local development tooling outside the public source tree while retaining the distributed subagent skill; add repository and issue metadata for future packages. These repository-maintenance changes do not change runtime behavior.
25
+
5
26
  ## 0.9.0 — 2026-09-21
6
27
 
7
28
  ### Jev model and tool routing