From: Jérôme Benoit Date: Sun, 8 Feb 2026 18:08:27 +0000 (+0100) Subject: refactor: add opencode cache mounts to devcontainer.json X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a0bc2653e86c54a7367e8ae557db286dd4e16bf0;p=freqai-strategies.git refactor: add opencode cache mounts to devcontainer.json Signed-off-by: Jérôme Benoit --- diff --git a/ReforceXY/.devcontainer/devcontainer.json b/ReforceXY/.devcontainer/devcontainer.json index a7b0afb..01992e5 100644 --- a/ReforceXY/.devcontainer/devcontainer.json +++ b/ReforceXY/.devcontainer/devcontainer.json @@ -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": { diff --git a/quickadapter/.devcontainer/devcontainer.json b/quickadapter/.devcontainer/devcontainer.json index cf234f8..1a41daa 100644 --- a/quickadapter/.devcontainer/devcontainer.json +++ b/quickadapter/.devcontainer/devcontainer.json @@ -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": {