bingocode 1.1.192 → 1.1.194

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bingocode",
3
- "version": "1.1.192",
3
+ "version": "1.1.194",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "claude": "bin/claude-win.cjs",
package/src/main.tsx CHANGED
@@ -3031,7 +3031,6 @@ async function run(): Promise<CommanderCommand> {
3031
3031
  effortValue: parseEffortValue(options.effort) ?? getInitialEffortSetting(),
3032
3032
  activeOverlays: new Set<string>(),
3033
3033
  fastMode: getInitialFastModeSetting(resolvedInitialModel),
3034
- execMode: getInitialSettings().execMode === true,
3035
3034
  ...(isAdvisorEnabled() && advisorModel && {
3036
3035
  advisorModel
3037
3036
  }),
@@ -1,34 +0,0 @@
1
- {
2
- "tasks": [
3
- {
4
- "id": "274f11cf",
5
- "cron": "0 9 * * *",
6
- "prompt": "test prompt",
7
- "createdAt": 1782997215925,
8
- "recurring": true,
9
- "name": "test-name",
10
- "description": "test description",
11
- "folder": "/test/folder",
12
- "model": "claude-opus-4-7",
13
- "permissionMode": "ask",
14
- "worktree": false,
15
- "frequency": "daily",
16
- "scheduledTime": "09:00"
17
- },
18
- {
19
- "id": "1c4152a1",
20
- "cron": "0 9 * * *",
21
- "prompt": "test prompt",
22
- "createdAt": 1782998699654,
23
- "recurring": true,
24
- "name": "test-name",
25
- "description": "test description",
26
- "folder": "/test/folder",
27
- "model": "claude-opus-4-7",
28
- "permissionMode": "ask",
29
- "worktree": false,
30
- "frequency": "daily",
31
- "scheduledTime": "09:00"
32
- }
33
- ]
34
- }
@@ -1,14 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(bun run:*)",
5
- "Bash(powershell -Command \"Get-ChildItem -Path C:\\\\Users\\\\qi.lin\\\\AppData\\\\Roaming\\\\npm -Recurse -Filter ''CliMenuManager.tsx'' 2>$null | Select-Object -ExpandProperty FullName\")",
6
- "Bash(powershell -Command \"Get-ChildItem -Path ''C:\\\\Users\\\\qi.lin\\\\AppData\\\\Roaming\\\\npm\\\\node_modules'' -Recurse -Filter ''CliMenuManager.js'' 2>$null | Select-Object -ExpandProperty FullName\")",
7
- "Read(//c/Users/qi.lin/AppData/Roaming/npm/**)",
8
- "Bash(find C:Usersqi.linAppDataRoamingnpmnode_modulesbingocode -name *.tsx -o -name *.ts)",
9
- "Bash(python3 -c \"import json; d = json.load\\(open\\(r''C:\\\\Users\\\\qi.lin\\\\.claude\\\\bingo\\\\settings.json''\\)\\); print\\(json.dumps\\(d, indent=2\\)\\)\")",
10
- "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\(''''cachedGrowthBookFeatures keys:'''', list\\(d.get\\(''''cachedGrowthBookFeatures'''',{}\\)\\)\\)\")",
11
- "Bash(node -e \"const d=JSON.parse\\(require\\(''''fs''''\\).readFileSync\\(''''/dev/stdin'''',''''utf8''''\\)\\); console.log\\(''''cachedGrowthBookFeatures keys:'''', Object.keys\\(d.cachedGrowthBookFeatures||{}\\)\\); const ac = d.cachedGrowthBookFeatures?.[''''tengu_auto_mode_config'''']; console.log\\(''''tengu_auto_mode_config:'''', JSON.stringify\\(ac\\)\\)\")"
12
- ]
13
- }
14
- }