@geminixiang/mikan 1.0.0-beta.75 → 1.0.0-beta.76

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/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -9,6 +9,12 @@ any release.
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [1.0.0-beta.76]
13
+
14
+ ### Changed
15
+
16
+ - Update `@earendil-works/pi-agent-core` and `@earendil-works/pi-ai` to 0.87.0, including their aligned telemetry and harness dependencies.
17
+
12
18
  ## [1.0.0-beta.75]
13
19
 
14
20
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geminixiang/mikan",
3
- "version": "1.0.0-beta.75",
3
+ "version": "1.0.0-beta.76",
4
4
  "description": "Self-hosted AI coding agent for organizations: every Slack channel and DM gets its own sandboxed workspace, credentials, and memory.",
5
5
  "keywords": [
6
6
  "agent",
@@ -66,8 +66,8 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@clack/prompts": "^1.8.1",
69
- "@earendil-works/pi-agent-core": "^0.86.0",
70
- "@earendil-works/pi-ai": "^0.86.0",
69
+ "@earendil-works/pi-agent-core": "^0.87.0",
70
+ "@earendil-works/pi-ai": "^0.87.0",
71
71
  "@geminixiang/jev": "^0.3.1",
72
72
  "@modelcontextprotocol/sdk": "^1.30.0",
73
73
  "@opentelemetry/api": "^1.9.1",