See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
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.
<artifacts_info> | |
The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity. | |
# Good artifacts are... | |
- Substantial content (>15 lines) | |
- Content that the user is likely to modify, iterate on, or take ownership of | |
- Self-contained, complex content that can be understood on its own, without context from the conversation | |
- Content intended for eventual use outside the conversation (e.g., reports, emails, presentations) | |
- Content likely to be referenced or reused multiple times |
description | tools | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4.1 Beast Mode |
|
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
Some notes, tools, and techniques for reverse engineering macOS binaries.
[ | |
{ | |
"code": "us-east-1", | |
"region": "US East", | |
"city": "Virginia", | |
"lat": 38.9940541, | |
"long": -77.4524237, | |
"country": "US" | |
}, | |
{ |
Get-AzLocation -ExtendedLocation $true | ConvertTo-Json -Depth 100 > microsoft-azure-datacenters.json |
export interface VoipToken { | |
voipToken: string; | |
} | |
export type ExpoVoipPushTokenModuleEvents = { | |
onRegistration: (params: VoipToken) => void; | |
notification: (params: { payload: Record<string, any> }) => void; | |
}; |