'use strict'
const fs = require('fs')
const zlib = require('zlib')
const http = require('http')
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum OtherCardType { bandec, bpa, metropolitan, unknown } | |
// First Group | |
const _cubanStart = r'^92'; | |
const _productName = r'[0-9]{2}'; | |
const _firstGroup = _cubanStart + _productName; | |
// Second Group | |
const _bandecSecondGroup = r'0699'; |
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
- Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
- Select "Create new custom chat mode file"
OlderNewer