@canonmsg/agent-sdk 7.0.0 → 7.0.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -351,10 +351,10 @@ The approved response only includes the API key until you acknowledge delivery.
351
351
  Replace `saveRegistrationPickup` and `saveAgentCredentials` with your own encrypted/local secret-store writes; do not print these values in logs.
352
352
 
353
353
  Registration and startup verify that the API and stream advertise the selected
354
- environment before sending credentials. `canon-legacy-v1` currently has
355
- packaged endpoint defaults; Canon dev/prod environments must provide all four
356
- endpoint overrides. Persist the environment ID and complete endpoint
357
- snapshot beside the API key so a profile cannot mix Canon trust domains.
354
+ environment before sending credentials. Production is the packaged default;
355
+ development can be selected explicitly with `canon-dev-v1`. Persist the
356
+ environment ID and complete endpoint snapshot beside the API key so a profile
357
+ cannot mix Canon trust domains.
358
358
 
359
359
  ## Error Handling
360
360
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonmsg/agent-sdk",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Canon Agent SDK — build AI agents that participate in Canon conversations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "node": ">=18.0.0"
29
29
  },
30
30
  "dependencies": {
31
- "@canonmsg/core": "^7.0.0"
31
+ "@canonmsg/core": "^7.0.2"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"