Skip to content

Instantly share code, notes, and snippets.

View stdrc's full-sized avatar
🌘

stdrc stdrc

🌘
View GitHub Profile
#!/bin/bash
# Use ss-redir to proxy all tcp connections.
RED='\033[0;31m'
NC='\033[0m'
# Options for ss-redir.
SERVER="233.com.cn"
PORT=""
METHOD="chacha20"
@jakobii
jakobii / HTTPServer.ps1
Last active May 4, 2024 14:02
A Basic Powershell Webserver
# You Should be able to Copy and Paste this into a powershell terminal and it should just work.
# To end the loop you have to kill the powershell terminal. ctrl-c wont work :/
# Http Server
$http = [System.Net.HttpListener]::new()
# Hostname and port to listen on
$http.Prefixes.Add("http://localhost:8080/")
@satouriko
satouriko / main.py
Created October 19, 2018 19:40
CQHTTP 版本发布桥接 Bot
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from ldbg_jsonrpc import client
import sys
import uuid
if __name__ == "__main__":
c = client.Client("localhost", 4700)
c.connect()
c.init_channel({

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"