@norman-else/dsh-claude 0.1.26 → 0.1.27

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.
package/lib/bin.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { i as parseClaudeVersion, n as ensureManagedPreset, r as removeManagedPreset } from "./preset-installer-BMRaIHLu.mjs";
2
+ import { i as parseClaudeVersion, n as ensureManagedPreset, r as removeManagedPreset } from "./preset-installer-CPOH9lAr.mjs";
3
3
  import { access } from "node:fs/promises";
4
4
  import { delimiter, isAbsolute, join } from "node:path";
5
5
  import { homedir } from "node:os";
package/lib/client.d.ts CHANGED
@@ -38,14 +38,16 @@ declare const en: {
38
38
  readonly globalSettings: "Claude Code settings";
39
39
  readonly globalSettingsBody: "Modify supported Claude Code and plugin settings while preserving every other field.";
40
40
  readonly globalSettingsLoading: "Loading global settings…";
41
- readonly globalSettingsNewSession: "Output Style changes apply only to new Claude sessions.";
41
+ readonly globalSettingsNewSession: "Changes apply only to new Claude sessions.";
42
42
  readonly globalSettingsError: "Global settings save failed";
43
43
  readonly outputStyle: "Output Style";
44
44
  readonly worktreeBranchPrefix: "Worktree branch prefix";
45
45
  readonly worktreeBranchPrefixEffect: "Prefix changes apply to subsequently generated Worktree branches. Explicit full branch names remain unchanged.";
46
46
  readonly maxProcessesSetting: "Claude process limit";
47
47
  readonly idleTimeoutSetting: "Idle timeout (minutes)";
48
- readonly limitsSettingEffect: "The process limit applies when the next Claude process is admitted; the idle timeout applies after the next completed turn.";
48
+ readonly maxProcessesEffect: "The process limit applies when the next Claude process is admitted. Blank or invalid values are rejected.";
49
+ readonly idleTimeoutEffect: "The idle timeout applies after the next completed turn. Blank or invalid values are rejected.";
50
+ readonly settingHint: "Show details";
49
51
  readonly pluginUpdate: "Plugin updates";
50
52
  readonly pluginUpdateBody: "Check npm for new releases. Only a uniquely identified npm installation can update in place; local development links are never replaced.";
51
53
  readonly updateNotChecked: "Updates have not been checked yet.";
@@ -83,7 +85,22 @@ declare const en: {
83
85
  readonly tasksViewActivity: "View activity";
84
86
  readonly tasksHideActivity: "Hide activity";
85
87
  readonly tasksRunningCount: "{count} running task(s)";
86
- readonly repositoryRateLimited: "Rate limited";
88
+ readonly planUsage: "Plan usage";
89
+ readonly planUsageBody: "Utilization windows for the signed-in Claude subscription, from Claude Code's /usage data. Refreshes whenever a session goes idle, and on demand.";
90
+ readonly planUsageLoading: "Loading…";
91
+ readonly planUsageRefresh: "Refresh usage";
92
+ readonly planUsageRefreshing: "Refreshing…";
93
+ readonly planUsageUnavailable: "This account has no plan limits (API key, Bedrock, and Vertex sessions are not rate limited by a subscription).";
94
+ readonly planUsageNever: "No usage data yet — run a turn or refresh.";
95
+ readonly planUsageError: "Usage lookup failed";
96
+ readonly planUsageSubscription: "Subscription";
97
+ readonly planUsageUpdated: "Updated {age} ago";
98
+ readonly planUsageResets: "Resets in {age}";
99
+ readonly planUsageUsed: "{percent}% used";
100
+ readonly planWindow_five_hour: "5-hour";
101
+ readonly planWindow_seven_day: "All models · weekly";
102
+ readonly planWindow_seven_day_opus: "Opus · weekly";
103
+ readonly planWindow_seven_day_sonnet: "Sonnet · weekly";
87
104
  readonly tasksTurnRunning: "{count} task(s) running";
88
105
  readonly tasksTurnCompleted: "{count} task(s) completed";
89
106
  readonly tasksTurnFailed: "{failed} failed, {completed} completed";