opencode-loop
Claude Code style auto-continue for OpenCode.
File Explorer
Download Latest Version (.zip)- bundle-gate.yml
- ci.yml
- goal-coexistence-canary.yml
- goal-coexistence-latest.yml
- opencode2-activation.yml
- opencode2-real-adapter.yml
- prepare-release-metadata.yml
- publish-npm.yml
- release.yml
- v2-event-contract.yml
- v2-host-activation.yml
- v2-lifecycle-contract.yml
- opencode-loop-local.md
- loop-ask.md
- loop-clear.md
- loop-cmd.md
- loop-command.md
- loop-compact.md
- loop-dev.md
- loop-doctor.md
- loop-export.md
- loop-goal-blocked.md
- loop-goal-clear.md
- loop-goal-done.md
- loop-goal-pause.md
- loop-goal-resume.md
- loop-goal-status.md
- loop-goal.md
- loop-help.md
- loop-init.md
- loop-logs.md
- loop-now.md
- loop-pause.md
- loop-progress.md
- loop-prompt.md
- loop-remove.md
- loop-resume.md
- loop-safe-dev.md
- loop-shell.md
- loop-status.md
- loop-stop.md
- loop-testfix.md
- loop.md
- CURRENT-COEXISTENCE-CANARY.md
- SCHEDULING.md
- loop-prompt.md
- opencode.json
- opencode2-real-adapter-probe.js
- action-dispatch-test.mjs
- command-lifecycle-test.mjs
- command-router-test.mjs
- compaction-runtime-test.mjs
- comprehensive-test.mjs
- comprehensive-watchdog.mjs
- executor-runtime-test.mjs
- goal-command-handlers-test.mjs
- goal-companion-test.mjs
- goal-policy-test.mjs
- goal-runtime-test.mjs
- goal-steering-test.mjs
- host-adapter-contract-test.mjs
- host-goal-coexistence-canary.mjs
- host-goal-steering-canary.mjs
- host-loop-canary.mjs
- install-node.mjs
- install-test.mjs
- install-with-goals.mjs
- install.ps1
- install.sh
- job-workspace-test.mjs
- loop-command-handlers-test.mjs
- loop-registration-test.mjs
- loopd-test.mjs
- loopd.mjs
- make-zip.mjs
- network-recovery-test.mjs
- opencode2-host-canary.mjs
- opencode2-loop-canary.mjs
- publish-workflow-test.mjs
- run-admission-test.mjs
- run-finalization-test.mjs
- runtime-contract-test.mjs
- runtime-event-test.mjs
- runtime-scope-test.mjs
- schedule-policy-test.mjs
- schedule-syntax-test.mjs
- scheduler-runtime-test.mjs
- session-activity-test.mjs
- session-manager-test.mjs
- session-status-idle-recovery-test.mjs
- session-status-test.mjs
- smoke-test.mjs
- v2-command-adapter-test.mjs
- v2-command-runtime-test.mjs
- v2-diagnostics-test.mjs
- v2-event-bridge-test.mjs
- v2-event-stream-contract-test.mjs
- v2-host-contract-test.mjs
- v2-logging-test.mjs
- v2-plugin-sentinel-test.mjs
- v2-prompt-interval-test.mjs
- v2-prompt-runtime-test.mjs
- v2-runtime-adapter-test.mjs
- v1.js
- args.js
- continuation.js
- jobs.js
- process.js
- schedule-syntax.js
- state.js
- adapter.js
- command-router.js
- commands.js
- goal-commands.js
- host.js
- loop-commands.js
- loop-registration.js
- messages.js
- sdk.js
- session-context.js
- capabilities.js
- commands.js
- diagnostics.js
- event-bridge.js
- events.js
- experimental.js
- host-contract.js
- logging.js
- prompt-runtime.js
- runtime-adapter.js
- status.js
- action-dispatch.js
- compaction.js
- companion-goal.js
- events.js
- executor.js
- goal-evidence.js
- goal-policy.js
- goal-prompt.js
- goal-report.js
- goal-runtime.js
- goal-steering.js
- job-workspace.js
- loop-diagnostics.js
- network-recovery.js
- observer.js
- run-admission.js
- run-finalization.js
- schedule-policy.js
- scheduler-diagnostics.js
- scheduler.js
- scope.js
- session-activity.js
- session-manager.js
- session-registry.js
- session-status.js
- terminal-guard.js
- timers.js
- legacy-v1.js
- v1.js
- index.js
- .gitignore
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ByBrawe/opencode-loop
Downloads the entire project code from GitHub to your computer.
cd opencode-loop
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g @bybrawe/opencode-loop@latest
Installs the package published on the npm registry globally โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g @bybrawe/opencode-loop@latest
Installs the package published on the npm registry globally โ no need to clone the source.
npm uninstall -g @bybrawe/opencode-loop
Type this command into your terminal and run it.
/loop-shell 10m npm test
Type this command into your terminal and run it.
--verify "npm test"
Type this command into your terminal and run it.
--preflight "npm install"
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
