]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: add gh cli feature to devcontainers
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 29 Nov 2025 22:47:53 +0000 (23:47 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 29 Nov 2025 22:47:53 +0000 (23:47 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ReforceXY/.devcontainer/devcontainer.json
quickadapter/.devcontainer/devcontainer.json

index 44dbaaeb3cfa52de2a08e2f9fcab174b97447261..4279016e8f1c863bbb2166eba12cd0135bf51b6d 100644 (file)
@@ -10,6 +10,7 @@
   "mounts": [
     "source=${localWorkspaceFolder}/..,target=${localWorkspaceFolder}/..,type=bind,consistency=cached",
     "source=${localEnv:HOME}/.config/opencode,target=/home/ftuser/.config/opencode,type=bind,consistency=cached",
+    "source=${localEnv:HOME}/.config/gh,target=/home/ftuser/.config/gh,type=bind,consistency=cached",
     "source=${localEnv:HOME}/.local/share/opencode,target=/home/ftuser/.local/share/opencode,type=bind,consistency=cached",
     "source=${localEnv:HOME}/.local/state/opencode,target=/home/ftuser/.local/state/opencode,type=bind,consistency=cached"
   ],
@@ -19,6 +20,7 @@
       "packages": "ripgrep,delta,btop",
       "useAttributePath": true
     },
+    "ghcr.io/devcontainers/features/github-cli:1": {},
     "ghcr.io/devcontainers/features/common-utils:2": {
       "installZsh": true,
       "configureZshAsDefaultShell": true,
index 9849010a5b65e9ab75cb3b78daf2fed3e5d8a5f2..480f813eebce8ee4242c11985c002f0fd47e1a76 100644 (file)
@@ -10,6 +10,7 @@
   "mounts": [
     "source=${localWorkspaceFolder}/..,target=${localWorkspaceFolder}/..,type=bind,consistency=cached",
     "source=${localEnv:HOME}/.config/opencode,target=/home/ftuser/.config/opencode,type=bind,consistency=cached",
+    "source=${localEnv:HOME}/.config/gh,target=/home/ftuser/.config/gh,type=bind,consistency=cached",
     "source=${localEnv:HOME}/.local/share/opencode,target=/home/ftuser/.local/share/opencode,type=bind,consistency=cached",
     "source=${localEnv:HOME}/.local/state/opencode,target=/home/ftuser/.local/state/opencode,type=bind,consistency=cached"
   ],
@@ -19,6 +20,7 @@
       "packages": "ripgrep,delta,btop",
       "useAttributePath": true
     },
+    "ghcr.io/devcontainers/features/github-cli:1": {},
     "ghcr.io/devcontainers/features/common-utils:2": {
       "installZsh": true,
       "configureZshAsDefaultShell": true,