@friendlyrobot/discord-pi-agent 0.5.5 → 0.5.8

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/dist/index.js +1 -0
  2. package/package.json +6 -7
package/dist/index.js CHANGED
@@ -1078,6 +1078,7 @@ function buildTimeContextPrompt(userMessage, options = {}) {
1078
1078
  const now = options.now || new Date;
1079
1079
  const localTime = new Intl.DateTimeFormat(locale, {
1080
1080
  timeZone,
1081
+ weekday: "short",
1081
1082
  day: "numeric",
1082
1083
  month: "short",
1083
1084
  year: "2-digit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@friendlyrobot/discord-pi-agent",
3
- "version": "0.5.5",
3
+ "version": "0.5.8",
4
4
  "description": "Reusable Discord gateway bridge for persistent pi agent sessions",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,7 +27,6 @@
27
27
  "scripts": {
28
28
  "test:watch": "vitest",
29
29
  "test": "vitest run",
30
- "update-deps": "npx npm-check-updates",
31
30
  "format": "prettier --write .",
32
31
  "build:01-clean": "rm -rf dist",
33
32
  "build:02-tsgo": "tsgo -p tsconfig.json --emitDeclarationOnly --declaration --declarationMap false",
@@ -36,16 +35,16 @@
36
35
  "typecheck": "tsgo --noEmit -p tsconfig.json"
37
36
  },
38
37
  "dependencies": {
39
- "@mariozechner/pi-ai": "^0.70.5",
40
- "@mariozechner/pi-coding-agent": "^0.70.5",
41
- "discord.js": "^14.26.3",
38
+ "@mariozechner/pi-ai": "^0.73.0",
39
+ "@mariozechner/pi-coding-agent": "^0.73.0",
40
+ "discord.js": "^14.26.4",
42
41
  "dotenv": "^17.4.2",
43
- "marked": "^18.0.2",
42
+ "marked": "^18.0.3",
44
43
  "prettier": "^3.8.3"
45
44
  },
46
45
  "devDependencies": {
47
46
  "@types/node": "^25.6.0",
48
- "@typescript/native-preview": "^7.0.0-dev.20260427.1",
47
+ "@typescript/native-preview": "^7.0.0-dev.20260504.1",
49
48
  "@vitest/ui": "^4.1.5",
50
49
  "vitest": "^4.1.5"
51
50
  }