This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pygame | |
| import random | |
| import sys | |
| import os | |
| import urllib.request | |
| import math | |
| import numpy as np | |
| # ───────────────────────────────────────────────────────────────────────────── |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Write local | |
| git config --local commit.gpgsign false | |
| # Read local (if never set, can be an empty value) | |
| git config --local commit.gpgsign |
Fixes the "my bot keeps forgetting stuff" problem through active enforcement, not passive suggestions.
AGENTS.mdsays "read your notes" but agents ignore it under attention pressure- Sessions get compacted/reset and context is lost
- Multiple sessions (Telegram topics, Discord channels) don't share state
- Agents forget to checkpoint after doing work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/openclaw/openclaw | |
| https://github.com/openclaw/clawhub | |
| https://github.com/zeroclaw-labs/zeroclaw | |
| https://github.com/jlia0/tinyclaw | |
| https://github.com/sipeed/picoclaw | |
| https://github.com/memovai/mimiclaw |
... via OpenSSL and Traefik
A HTTPS tunnel for SSH (Secure Shell) is a useful tool for accessing a remote server in a secure manner when the connection is limited or restricted by a firewall or network security measures. It provides a secure way to bypass these restrictions and access the remote server securely over the internet. The HTTPS protocol, which is used to secure web traffic, is utilized to create a secure connection to the remote server. The data transmitted over this connection is
A comprehensive guide to writing plugins for OpenCode that extend agent behavior with hooks, custom tools, and event handling.
- Create a TypeScript file in
.opencode/plugin/(project) or~/.config/opencode/plugin/(global) - Export a named plugin function
- Restart OpenCode
NewerOlder

