@cr1ms0n/pi-subagent 0.9.0 → 0.10.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,21 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
4
-
3
+ ## Unreleased
4
+
5
+ ## 0.10.0 — 2026-09-21
6
+
7
+ ### Config-file Jev credential
8
+
9
+ - 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.
10
+ - 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.
11
+ - 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.
12
+
13
+ ### Documentation and repository maintenance
14
+
15
+ - Add matching English and Chinese READMEs with current installation, Jev setup, permission and cost guidance; move advanced usage into a public reference.
16
+ - Document the standalone checkout's available verification steps and separate source maintenance from npm publication.
17
+ - 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.
18
+
5
19
  ## 0.9.0 — 2026-09-21
6
20
 
7
21
  ### Jev model and tool routing