Skip to content

Instantly share code, notes, and snippets.

View galpt's full-sized avatar
📧
Email: galpt@v.recipes

Galih Tama galpt

📧
Email: galpt@v.recipes
View GitHub Profile
@galpt
galpt / benchmark-commands.md
Created May 31, 2026 06:26
scx_flow v2.3.0 — Mini Benchmark Commands for CachyOS Members
@galpt
galpt / BUG-ANALYSIS-001.md
Created May 30, 2026 05:08
BUG-ANALYSIS-001: scx_flow watchdog stall — root cause determination (scx_flow-2026-05-29.log)

BUG-ANALYSIS-001: scx_flow Watchdog Stall — Root Cause Determination

Report Metadata

Field Value
Bug Report bug-reports/scx_flow-2026-05-29.log
Date 2026-05-30
Analyst CEO Orchestrator (automated)
Upstream Reference sched-ext/scx#1202

Beast Mode

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
# -*- coding: utf-8 -*-
from LineAlpha import LineClient
from LineAlpha.LineApi import LineTracer
from LineAlpha.LineThrift.ttypes import Message
from LineAlpha.LineThrift.TalkService import Client
import time, datetime, random ,sys, re, string, os, json
reload(sys)
sys.setdefaultencoding('utf-8')