Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 718 Bytes

File metadata and controls

35 lines (21 loc) · 718 Bytes

opencode-tools

Utility tools that extend the opencode AI coding assistant.

Tools

remote-control-tg

Telegram bot that lets you send prompts to opencode run from your phone.

TELEGRAM_BOT_TOKEN=xxx node remote-control-tg/telegram-bot.mjs --owner=<ID> --dir=<path>

More

update-local-model

Discovers local Ollama models and generates an opencode.json config.

bash update-local-model/gen-local-model-conf.sh [output-file]

More

Requirements

  • opencode CLI
  • Node.js 18+ (for Telegram bot)
  • bash + jq + ollama or curl (for local model config)

License

MIT