Skip to content

Instantly share code, notes, and snippets.

View scottfalconer's full-sized avatar

Scott Falconer scottfalconer

View GitHub Profile
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│( ● ) Thinking... │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
send q or ctrl+c to exit | send "/clear" to reset | send "/help" for commands | press enter to send — 0% context left
Failed to parse toolCall.arguments: {"command": ["bash", "-lc", "apply_patch << 'EOF'\n*** Begin Patch\n*** Add File: src/components/excerpt-section.tsx\n+import Link from 'next/link';\n+import { SectionHeading } from '@/components/section-heading';\n+import { Card, CardContent } from '@/components/ui/card';\n+import { BookCTA } from '@/components/book-cta';\n+import { Button } from '@/components/ui/button';\n+import { Info, BookMarked } from 'lucide-react';\n+\n+
@scottfalconer
scottfalconer / Compose node
Created October 21, 2012 21:46
PNWDS presentation: code samples
// Create a new node object
var node = {
node:{
title: 'hello',
type:'post',
field_post_description: {
und: [{
value: 'This is a custom field value',
format: 'full_html'
}]