タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

SandboxesとdocsとDockerに関するmkusakaのブックマーク (1)

  • Docker Sandboxes

    !m.isStreaming) // Watch for store changes to focus input this.$watch('$store.gordon.isOpen', (isOpen) => { if (isOpen) { this.$nextTick(() => { this.$refs.input?.focus() }) } }) // Watch for query from store and populate input this.$watch('$store.gordon.query', (query) => { if (query) { this.currentQuestion = query const shouldAutoSubmit = this.$store.gordon.autoSubmit this.$nextTick(() => { if (

    Docker Sandboxes
    mkusaka
    mkusaka 2026/01/27
    Docker SandboxesはmicroVMでAIエージェント(例: Claude Code)を隔離実行し、docker sandbox runコマンドでワークスペースを分離できます。
  • 1