]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
refactor: add opencode cache mounts to devcontainer.json
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 8 Feb 2026 18:08:27 +0000 (19:08 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 8 Feb 2026 18:08:27 +0000 (19:08 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ReforceXY/.devcontainer/devcontainer.json
quickadapter/.devcontainer/devcontainer.json

index a7b0afb7255435082c81308fc414a65131696949..01992e527f0305eb3f9e5e3795176bd820d14071 100644 (file)
@@ -13,7 +13,9 @@
     "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"
+    "source=${localEnv:HOME}/.local/state/opencode,target=/home/ftuser/.local/state/opencode,type=bind,consistency=cached",
+    "source=${localEnv:HOME}/.cache/opencode,target=/home/ftuser/.cache/opencode,type=bind,consistency=cached",
+    "source=${localEnv:HOME}/.cache/oh-my-opencode,target=/home/ftuser/.cache/oh-my-opencode,type=bind,consistency=cached"
   ],
   "features": {
     "ghcr.io/devcontainers/features/nix:1": {
index cf234f808307bcfcb40fa3ec2a02b4ac2abeca49..1a41daa27aadb49ae6fd78605b514db10c58a015 100644 (file)
@@ -13,7 +13,9 @@
     "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"
+    "source=${localEnv:HOME}/.local/state/opencode,target=/home/ftuser/.local/state/opencode,type=bind,consistency=cached",
+    "source=${localEnv:HOME}/.cache/opencode,target=/home/ftuser/.cache/opencode,type=bind,consistency=cached",
+    "source=${localEnv:HOME}/.cache/oh-my-opencode,target=/home/ftuser/.cache/oh-my-opencode,type=bind,consistency=cached"
   ],
   "features": {
     "ghcr.io/devcontainers/features/nix:1": {