@gencode/agents 0.8.2 → 0.8.3

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,12 @@
1
1
  # @gencode/agents
2
2
 
3
+ ## 0.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b01942a: Improve AIMax run failures caused by provider errors wrapped in HTTP 200 streams: transient `LLMRequestError` payloads such as upstream 5xx responses are still retried automatically, while the final user-facing error now shows the provider message directly instead of the internal stream-wrapper diagnostic prefix.
8
+ - d747bbd: Localize AIMax `/goal` user-facing guidance and status messages for Chinese-first users while keeping the `/goal`, `/goal pause`, `/goal resume`, `/goal clear`, and `--token-budget` command syntax unchanged. The empty-goal help now includes examples that show how to write both the objective and clear completion criteria together, so goal completion is guided by verifiable conditions such as test results and bug reproduction checks.
9
+
3
10
  ## 0.8.2
4
11
 
5
12
  ### Patch Changes