chatccc 0.2.262 → 0.2.263

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.
@@ -240,6 +240,7 @@ const AVATAR_BADGES = {
240
240
  claude: resolvePath(AVATAR_BADGE_DIR, "badge_claude.png"),
241
241
  cursor: resolvePath(AVATAR_BADGE_DIR, "badge_cursor.png"),
242
242
  codex: resolvePath(AVATAR_BADGE_DIR, "badge_codex.png"),
243
+ dsh: resolvePath(AVATAR_BADGE_DIR, "badge_dsh.png"),
243
244
  };
244
245
  const AVATAR_SIZE = 256;
245
246
  const AVATAR_BADGE_SIZE = 92;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatccc",
3
- "version": "0.2.262",
3
+ "version": "0.2.263",
4
4
  "description": "Feishu bot bridge for Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",