Skip to content

Instantly share code, notes, and snippets.

View AmethystLiang's full-sized avatar

Jinjing AmethystLiang

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AmethystLiang
AmethystLiang / README.md
Created July 29, 2026 07:39
Evidence for stablyai/orca#10196 — agent home dirs recreated

Evidence for stablyai/orca#10196

Screenshot of auto-created agent home directories under the user profile.

Open the HTML file below (or use the raw base64) to view the image.

embedded via html

@AmethystLiang
AmethystLiang / gist-readme.md
Created July 21, 2026 01:31
Orca #9599 — live Terminal settings previews (light vs dark contrast gate)

Orca PR #9599 — validation screenshots

Live Terminal settings previews demonstrating the background-luminance contrast gate.

@AmethystLiang
AmethystLiang / report-self-contained.html
Created July 15, 2026 03:57
Mobile emulator QA report for PR #8294 — feat(mobile): edit saved host endpoints (self-contained HTML with screenshots)
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Mobile Emulator QA Report — Edit Saved Host Endpoints</title>
<style>
:root {
--bg: #0f1115;
@AmethystLiang
AmethystLiang / gist:3ca0217d7c9ce9bde9be620dbbcbecd1
Last active June 10, 2026 21:12
Claude Fable Prompt to fix Orca Windows bootup speed & OpenCode freezing issue
/goal Orca is an agent IDE. On Windows, the startup time is very long. If i close the app then reopen it, it takes around 1 minute for it to launch, despite prior optimization attempts. I want you to create a benchmark harness to measure the startup time, then investigate how we can improve our start up significantly, using the benchmark as proof. As you work, provide updates in a md file so you dont repeat or forget anything. Note: Startup time on MacOS seems fine for the most part, so this is largely a windows exclusive issue it seems. Additionally windows just seems to have worse performance overall, with users are even complaining of it freezing when using opencode. A user report is:
`
I open Orca, select the project, and open OpenCode.
I type the prompt and send it to the agent; a few seconds later—about five—everything freezes.
The OpenCode loader freezes; I can't close Orca normally—I have to use the task manager. I literally can't move anything in Orca; the only thing moving in the left panel is the
/goal Orca is an agent IDE. On Windows, for some reason the startup time is very long. If i close the app then reopen it, it takes around 1 minute for it to launch. Many people are complaining about the same thing. We have already done some optimizations to improve the startup time, but it still takes quite a while. I want you to create a benchmark harness to measure the startup time, then investigate how we can improve our start up significantly, using the benchmark as proof. As you work, provide updates in a md file so you dont repeat or forget anything. Note: Startup time on MacOS seems fine for the most part, so this is largely a windows exclusive issue it seems. Additionally windows just seems to have worse performance overall, even though my current windows machine is relatively powerful. Users are even complaining of it freezing when using opencode (another issue we have worked on, but apparently it may still exist?) The user report is this: I open Orca, select the project, and open OpenCode.
I type th