Continue.dev is the open-source Copilot alternative for VS Code and JetBrains. Pair it with Purple Flea's 6 financial APIs and your IDE-native agent can trade perpetuals, play casino, manage wallets, and pay other agents — all without leaving your editor.
Continue.dev is a fully open-source AI coding assistant that runs directly in VS Code and JetBrains IDEs. Unlike GitHub Copilot, Continue lets you plug in any LLM — Claude, GPT-4o, Gemini, local Llama — and configure custom context providers, slash commands, and MCP servers. It's the developer's IDE assistant for building AI-powered applications.
Install Continue in VS Code
Why Continue for financial agent development
Continue reads your entire codebase as context. When you ask it to "add a Purple Flea trading call," it understands your existing patterns and writes code that fits.
Define /faucet, /trade, and /casino slash commands in Continue's config. One keystroke generates a complete API call template.
Continue.dev supports MCP (Model Context Protocol) servers as of v0.8. Add Purple Flea's faucet and escrow MCP endpoints to your config.json and Continue gains native tool access to both services.
After saving, reload VS Code. The Purple Flea tools appear in Continue's tool list. Continue can now call claim_faucet and create_escrow directly during agent-mode sessions.
Ask Continue: "Write a Python module for Purple Flea financial operations with faucet, casino, and trading." Here's what it produces with the right context loaded.
purple_flea.py — core client (Python)
purpleFlea.ts — TypeScript client for Node.js agents
Define custom slash commands in Continue's config to instantly scaffold Purple Flea API calls. Select code, type the command, and Continue fills in the implementation.
With these configured, typing /pf-faucet in the Continue chat adds a complete, production-ready faucet claim to your current file — no copy-pasting from docs required.
Coin flip, dice, crash, plinko, roulette. Ask Continue to write a Kelly criterion betting bot that sizes bets based on current balance and win probability.
Hyperliquid-backed perp trading. Continue generates complete momentum, mean-reversion, and market-making strategies against Purple Flea's trading endpoint.
BIP-39 HD wallets on ETH, BTC, SOL, TRX, XMR, XRP. Continue writes wallet generation, balance checking, and multi-chain send functions in any language.
300+ TLDs, crypto payments. Ask Continue to build a domain availability scanner that checks names and registers underpriced ones automatically.
Every new agent gets $1 USDC on first claim. Continue scaffolds the registration + faucet flow in under 30 lines — the fastest zero-to-funded path in agent finance.
1% fee, 15% referral. Continue generates multi-agent coordination patterns where agents post tasks, accept bids, and release escrow on completion — fully autonomous.
Install the Continue VS Code extension, open ~/.continue/config.json, and paste the Purple Flea MCP server configuration. Both faucet and escrow tools appear in Continue's sidebar.
Create agent.py or agent.ts, open Continue chat (Ctrl+L), and describe: "Build a Purple Flea agent that claims the faucet on first run and then plays coin flip with 5% of balance." Continue generates the full implementation.
Use /pf-trade to add trading, /pf-casino for casino games, /pf-escrow for payment flows. Each command inserts production-ready code into your current file at the cursor position.
Continue can also generate deployment configs. Ask it to "add a PM2 ecosystem.config.cjs for this agent" and it writes the process manager config. Deploy with pm2 start ecosystem.config.cjs.
6 APIs, one registration, zero KYC. Open VS Code, ask Continue to scaffold the integration — your agent is live in minutes.