Tom Aylott

Results 38 issues of Tom Aylott

maybe fixes #30706 (probably, I haven't actually tested the fix yet 😅) # Bug Analysis: edit_file Tool Failing to Create New Files ## The Problem The `edit_file` tool is failing...

> [!IMPORTANT] > TL;DR -- the bug is: > 1. checking the operation mode (Create or Overwrite vs Edit) -- GOOD > 2. after this path validation step -- BAD...

ai
agent

utf8+ansi renderer instead of rendering to PNG, it renders to UTF-8 chars + ANSI that doesn't break when someone changes their terminal theme good for converting BBS art into Linux...

This commit adds the AGENTS.md file, which contains guidelines for contributing to the project. This includes information on project structure, build and test commands, coding style, testing guidelines, and commit/pull...

This pull request adds experimental WebAssembly (WASM) support to libansilove, enabling ANSI art rendering in browsers and Node.js. It introduces a WASM build target, scripts for building and testing the...

# Add Nix flake and contributor automation. ## Summary - document the automation guidelines in `AGENTS.md` so future helpers know the repository conventions up front - add `.envrc` to auto-load...

- Add Effect AI example for google/gemini-3-pro-preview reasoning - Follows Effect patterns: Effect.gen, Layer composition, proper types - Uses OpenRouterClient and OpenRouterLanguageModel layers KNOWN ISSUE: Schema validation failure - @effect/ai-openrouter...

- Add fetch example for google/gemini-3-pro-preview reasoning - Add comprehensive documentation at docs/gemini-thinking.md - Update shared types to include reasoning and reasoning_details fields - Example demonstrates: - Basic reasoning/thinking mode...