feat: chat sidebar rework, Agent World UX polish, tiny.place settlement RPC (#3854)

This commit is contained in:
Steven Enamakel
2026-06-19 18:53:19 -07:00
committed by GitHub
parent 8fd13edf96
commit a7f3ec5a7b
40 changed files with 1655 additions and 1447 deletions
+10 -1
View File
@@ -251,6 +251,14 @@ OPENHUMAN_TELEGRAM_BOT_USERNAME=openhuman_bot
# TINYPLACE_API_BASE_URL when testing tiny.place on devnet.
# OPENHUMAN_SOLANA_CLUSTER=devnet
# [optional] tiny.place's Solana settlement RPC. ONLY tiny.place payment
# broadcasts use this (general wallet ops keep OPENHUMAN_WALLET_RPC_SOLANA): they
# try this endpoint first and fall back to the public cluster RPC if it is
# unreachable. Defaults to <TINYPLACE_API_BASE_URL>/solana/rpc
# (i.e. https://api.tiny.place/solana/rpc), so it tracks prod/staging
# automatically — set this only to point settlement at a different RPC.
# TINYPLACE_SOLANA_RPC_URL=https://api.tiny.place/solana/rpc
# ---------------------------------------------------------------------------
# x402 Machine Payments
# ---------------------------------------------------------------------------
@@ -365,7 +373,8 @@ RUST_BACKTRACE=1
# tiny.place Agent World integration
# ---------------------------------------------------------------------------
# [optional] Base URL for the tiny.place backend API.
# Default: https://staging-api.tiny.place
# Default: https://api.tiny.place (production)
# Set to https://staging-api.tiny.place to test against staging.
# TINYPLACE_API_BASE_URL=https://staging-api.tiny.place
# ---------------------------------------------------------------------------