cvox 1.2.0 → 1.3.0

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.
@@ -2,10 +2,10 @@ import * as fs from "fs";
2
2
  import * as path from "path";
3
3
  import * as os from "os";
4
4
  export const LOCALE_MESSAGES = {
5
- en: { notification: "Claude Code Alert: {project}, needs permission", stop: "Claude Code Alert: {project}, task completed" },
6
- zh: { notification: "Claude Code 提醒:{project},需要权限", stop: "Claude Code 提醒:{project},任务完成" },
7
- ja: { notification: "Claude Code 通知:{project}、権限が必要です", stop: "Claude Code 通知:{project}、タスクが完了しました" },
8
- ko: { notification: "Claude Code 알림: {project}, 권한이 필요합니다", stop: "Claude Code 알림: {project}, 작업이 완료되었습니다" },
5
+ en: { notification: "Claude Code needs permission, from {project}", stop: "Claude Code task completed, from {project}" },
6
+ zh: { notification: "Claude Code 需要权限,来自 {project}", stop: "Claude Code 任务完成,来自 {project}" },
7
+ ja: { notification: "Claude Code 権限が必要です、{project} より", stop: "Claude Code タスクが完了しました、{project} より" },
8
+ ko: { notification: "Claude Code 권한이 필요합니다, {project} 에서", stop: "Claude Code 작업이 완료되었습니다, {project} 에서" },
9
9
  };
10
10
  export const DEFAULT_CONFIG = {
11
11
  project: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cvox",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Claude Voice Notifications - voice alerts for Claude Code hooks",
5
5
  "type": "module",
6
6
  "license": "MIT",