Skip to content

Instantly share code, notes, and snippets.

@fleetimee
Forked from burkeholland/install.md
Created August 4, 2025 03:24
Show Gist options
  • Save fleetimee/c705ab579300a13171058e02c4ae8d3c to your computer and use it in GitHub Desktop.
Save fleetimee/c705ab579300a13171058e02c4ae8d3c to your computer and use it in GitHub Desktop.
Beast Mode Ultra Lite for Horizon Beta

Beast Mode Ultra Lite for Horizon Beta

Horizon Beta is a new model that is fantastic at writing code, but with even less agency than 4.1 (if that's even possible). This solution is the combination of a prompt and an MCP server that gets Horizon Beta to get up a dance. It's a bit hacky, but promising. I need your help getting it to a final state. Please leave your comments, thoughts, experiments below.

Install

  1. Get an OpenRouter API key. Add it to VS Code under the model drop down in "Configure Models". Select "Horizon Beta".

  2. First, add the Confirm MCP server to VS Code...

Install in VS Code Install in VS Code Insiders

 "confirm": {
  "type": "stdio",
  "command": "npx",
  "args": ["mcp-confirm"]
}
  1. Add a new chat mode (agent drop down, configure chat modes) and add the following prompt...
---
description: 'Horizon'
---

- Create a plan
- Call the `proceed` tool to execute the plan
- Recursively call the `proceed` tool for each step in the plan.
- Call the proceed tool as the final step in your plan.
- Tell the user what you are doing each time you call a tool with a brief message.

Quick video of Horizon Alpha / Beta in action. Alpha doesn't work at all. Beta, as you can see, is no slouch.

https://youtu.be/OVmPPxuolOY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment