Skip to content

Commit 7f01555

Browse files
committed
6/5/2026
1 parent 71540ff commit 7f01555

42 files changed

Lines changed: 58 additions & 34 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ id_rsa*
44
*kubeconfig*
55
*.pem
66

7-
.config/*
8-
!.config/ccstatusline
9-
!.config/powerline
7+
home/.config/*
8+
!home/.config/ccstatusline
9+
!home/.config/powerline
1010

11-
.agent-deck/*
12-
!.agent-deck/config.toml
13-
.claude/*
14-
!.claude/hooks
15-
!.claude/skills
16-
.claude/skills/githuman
17-
!.claude/*.md
18-
!.claude/settings.json
11+
home/.agent-deck/*
12+
!home/.agent-deck/config.toml
13+
home/.claude/*
14+
!home/.claude/hooks
15+
!home/.claude/skills
16+
home/.claude/skills/githuman
17+
!home/.claude/*.md
18+
!home/.claude/settings.json

README.md

Lines changed: 9 additions & 9 deletions
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ mcp_default_scope = ""
1717
dangerous_mode = false
1818
allow_dangerous_mode = false
1919
auto_mode = false
20+
default_model = ""
2021
use_chrome = false
2122
use_teammate_mode = false
2223
env_file = ""
@@ -25,18 +26,35 @@ mcp_default_scope = ""
2526
yolo_mode = false
2627
default_model = ""
2728
env_file = ""
29+
command = ""
2830

2931
[opencode]
3032
default_model = ""
3133
default_agent = ""
3234
env_file = ""
35+
command = ""
3336

3437
[codex]
3538
command = ""
39+
config_dir = ""
3640
yolo_mode = false
41+
env_file = ""
3742

3843
[copilot]
3944
env_file = ""
45+
command = ""
46+
default_model = ""
47+
allow_all = false
48+
49+
[crush]
50+
command = ""
51+
env_file = ""
52+
yolo_mode = false
53+
54+
[hermes]
55+
command = ""
56+
env_file = ""
57+
yolo_mode = false
4058

4159
[worktree]
4260
auto_cleanup = false
@@ -184,3 +202,9 @@ mcp_default_scope = ""
184202
[terminal]
185203

186204
[web]
205+
206+
[ui]
207+
preview_pct = 0
208+
iterm_open_as = ""
209+
remote_latency_refresh_secs = 0
210+
remote_session_refresh_secs = 0
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"allow": [
44
"Bash(git* ls-tree *)",
55
"Bash(git* rebase --continue)",
6+
"Bash(git* remote get-url *)",
67
"Bash(git* reset)",
78
"Bash(git* rev-parse *)",
89
"Bash(gh run list *)",
@@ -17,6 +18,7 @@
1718
"Bash(rtk git* show *)",
1819
"Bash(rtk git* status)",
1920
"Bash(rtk git* status *)",
21+
"Bash(rtk gradlew *)",
2022
"Bash(rtk grep *)",
2123
"Bash(rtk ls *)",
2224
"Bash(rtk ps *)",
@@ -118,8 +120,7 @@
118120
},
119121
{
120122
"type": "command",
121-
"command": "agent-deck hook-handler",
122-
"async": true
123+
"command": "agent-deck hook-handler"
123124
}
124125
]
125126
}

0 commit comments

Comments
 (0)