Skip to content

Instantly share code, notes, and snippets.

Evidence: issue #15912 aesthetic-audit determinism (plugin-inbox-gui)

Screenshots, reports, and logs for the elizaOS/eliza PR fixing #15912.

@lalalune
lalalune / .evidence-15355.md
Created July 10, 2026 01:34
PR #15861 evidence — #15355 shared→dedicated upgrade

Evidence for elizaOS/eliza PR #15861 (#15355 shared-to-dedicated upgrade)

@lalalune
lalalune / deslop-after-desktop.jpg
Last active July 10, 2026 01:56
elizaOS PR evidence: chat de-slop + onboarding greeting + glass parity
deslop-after-desktop.jpg
@lalalune
lalalune / README.md
Last active July 9, 2026 10:41
remote-capability ui-smoke fix evidence

Evidence for elizaOS/eliza PR: remote-capability ui-smoke fix (run 29007198905)

@lalalune
lalalune / pr14915-evidence.html
Created July 6, 2026 07:16
PR #14915 visual QA evidence - home/chat chrome
This file has been truncated, but you can view the full file.
<!doctype html>
<meta charset="utf-8">
<title>PR #14915 visual evidence</title>
<style>
body { margin: 0; padding: 24px; background: #0b0c10; color: #f5f5f5; font: 14px/1.45 system-ui, -apple-system, Segoe UI, sans-serif; }
h1, h2 { margin: 0 0 12px; }
section { margin: 0 0 28px; }
img { max-width: 100%; height: auto; border: 1px solid #333; background: #111; }
video { display: block; max-width: 100%; width: 760px; border: 1px solid #333; background: #111; }
table { border-collapse: collapse; width: 100%; font-size: 12px; }
@lalalune
lalalune / permission-handoff-before.svg
Last active July 6, 2026 06:13
PR permission handoff visual evidence: Settings payload opens permission priming modal
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lalalune
lalalune / devices-status.json
Created July 6, 2026 05:04
elizaOS PR #14880 devices:status evidence artifact
[
{
"platform": "android",
"id": "adb",
"name": "adb not available",
"kind": "n/a",
"buildId": null,
"commit": null,
"developHead": "c447a203b3364dab92d7f0f919aa3234cc0e932c",
"verdict": "UNKNOWN",
@lalalune
lalalune / 14348-evidence.md
Last active July 6, 2026 05:18
#14348 home resting-state evidence

#14348 Home resting-state evidence

Focused screenshots/video generated after rebasing on origin/develop c447a203b3. Full app audit was refreshed on origin/develop 7cdef14d17 immediately before the latest unrelated base movement; after the c447a203b3 rebase, the focused home e2e and unit slice were rerun and passed.

Screenshots

See 14348-screenshots.svg in this gist. It contains the manually reviewed quiet resting home, attention home, and quiet-after-clear screenshots from packages/ui/src/components/shell/__e2e__/output-home.

Walkthrough video

import {
ActionExample,
IAgentRuntime,
Memory,
type Action,
} from "@ai16z/eliza";
import { Connection, Keypair, PublicKey, Transaction } from "@solana/web3.js";
import { getQuote } from "./swapUtils.ts";
async function invokeSwapDao(
### Installing Python 3.10 on macOS
1. **Install Homebrew** (if not already installed):
- Open a terminal and install Homebrew by running:
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
- Follow the on-screen instructions to complete the installation.
2. **Install pyenv** using Homebrew: