惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
I
InfoQ
B
Blog
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
量子位
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
美团技术团队
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
博客园 - 聂微东
IT之家
IT之家

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Releases · ue-patcher/Code_Stitcher
aihatterer · 2026-06-23 · via Hacker News: Show HN

AI Code Stitcher v2.30

Paste AI-generated code. It just works.

Copy output from Claude, Cursor, ChatGPT, Aider or any other LLM and AI Code Stitcher intelligently applies it to the correct locations in your existing codebase.

stitcher.example.done_2.mp4

What's new in v2.30?

  • Better AIDER / Unified Diff feedback and processing for any hunks already applied,
  • Hint handling feedback and mechanism now more streamlined
  • AST processing on all patches not just full source replacement
  • "Global" and "Module level" now serve as hints for top level CONF
  • Too many things to mention

STITCH VIEWER VERSION 2.00 - File editing suite / Micro IDE

  • The Stitch Viewer operates as an event-driven comparative file/diff viewer that parses directory structures to rebuild and analyze revision histories.
  • The application initializes a low-latency rendering pipeline with hardware-batching to ensure responsive draw calls on modern displays.
  • It retrieves historical backup files alongside live project code and feeds them into an index-matching comparative engine. This comparative engine processes the files line-by-line, translating differences into logical blocks (equal, delete, insert, or replace) and aligning them side-by-side onto a unified virtual line index.
  • This alignment allows developers to inspect alterations across different historical runs and selectively merge or discard localized code segments through dynamic gutter controls.

example_stitch_viewer

The Anti-Agentic Approach

While the industry chases increasingly autonomous AI agents...
Code Stitcher is built on a simpler, more reliable philosophy:

You remain in control.

AI Code Stitcher excels at precisely integrating AI code output into real projects — with smart elastic matching, preview, and undo capabilities.

No mysterious black-box changes. No waiting hours to see what an agent did. Just fast, surgical updates under your direct supervision.

Key Features

  • Intelligent context matching (even when AI uses wrong filenames or incomplete context)
  • Safe preview before applying changes
  • Support for partial updates, function replacements, and larger refactors
  • Works with any editor (VS Code, Neovim, JetBrains, etc.)
  • Runs locally and privately

STITCH VIEWER TECHNICAL SPECIFICATION & USER MANUAL

Classification: Technical Documentation / System Integration & Operations Manual

SECTION 1: Architectural Philosophy & Core Processing Pipelines

The Stitch Viewer is a low-latency, highly specialized graphical comparative
utility designed to reconstruct, analyze, and modify file revision histories in
a non-destructive manner. Engineered as a lightweight comparative environment,
it operates independently of bloated IDE frameworks, providing instantaneous
load times and zero-allocation execution paths.

1.1 Rendering Pipeline Architecture

The application runs on a customized Pygame rendering pipeline optimized for
modern high-DPI displays. By setting the environment variable
SDL_HINT_RENDER_BATCHING to 1 and forcing DPI awareness through permonitorv2,
the rendering engine bypasses typical software-blitting bottlenecks.

+---------------------------------------------------------------------------------+
| Pygame Canvas |
+---------------------------------------------------------------------------------+
| |
| +--------------------+ +---------------------------------------------------+ |
| | Left Tree | | Comparative Panes | |
| | Explorer | | | |
| | | | +-------------------+ +-------------------+ | |
| | [File Header] | | | Historical Pane | | Current Pane | | |
| | └─ Run ID | | | (Read-only, dark) | | (Active/Edit) | | |
| | └─ Revision | | +-------------------+ +-------------------+ | |
| +--------------------+ +---------------------------------------------------+ |
| |
+---------------------------------------------------------------------------------+

Graphics rendering is strictly event-driven. A state-dirtying flag prevents
redundant recalculations, ensuring redrawing only occurs during:

  1. Active user mouse actions or dragging.
  2. Viewport and scroll-offset adjustments.
  3. Active real-time text input.
  4. Active transition animations (sliding layouts).
  5. Polled filesystem change detections.

1.2 The Opcode comparative Engine

The comparative algorithm relies on the sequence matching of lines. By executing
standard sequence matching, the system translates comparative differences into
distinct action blocks:

  • equal: Interleaved lines matching exactly, rendered with syntax-specific
    colors.
  • delete: Line ranges existing inside historical revisions but absent in
    current versions.
  • insert: Line ranges added to the current file but missing from the history.
  • replace: Multi-line blocks transformed or updated between versions.

These blocks map directly onto unified virtual line indices. This ensures that
comparative sections align side-by-side, regardless of offset variations or line
insertions.

SECTION 2: Environment Configuration & Host Integration

The Stitch Viewer integrates natively with host applications (such as the main
CodeStitcher parent program) using low-level operating system APIs,
single-instance mutex locks, and standard input/output structures.

2.1 Command-Line Interface (CLI) Specification

The execution binary accepts several parameters to initialize window positions,
load appropriate monitored directories, and establish secure process-to-process
communication links:

stitch_viewer.exe --from-stitcher --parent-pid 10424 --monitor "C:\Project" --pos "150,150" --height 800 --font "consolas" --font-size 13 --pro

CLI Argument Reference:

  • --from-stitcher: Mandatory. Failsafe validation flag. If absent, the viewer
    instantly terminates execution to prevent orphaned loop execution.
  • --parent-pid : Specifies the Process ID of the calling application.
  • --monitor : Specifies directories to scan for backups and unversioned
    assets. Multiple directories are scanned sequentially.
  • --pos <x,y>: Assigns the default spawning coordinates on the desktop
    workspace.
  • --height : Sets the physical pixel height of the program frame.
  • --font : Overrides the default system typeface for code rendering.
  • --font-size : Configures baseline font sizes.
  • --pro: Unlocks directory tree traversal paths.

2.2 Process Heartbeat & Failsafe Shutdown

To prevent orphaned processes in the memory space, the viewer maintains a
non-blocking parent-process heartbeat monitored on a 120-tick interval (~2
seconds). The background loop uses the Win32 API to check process states:

process = ctypes.windll.kernel32.OpenProcess(0x1000, False, parent_pid)

If the Win32 query return value flags that the parent process has terminated,
the comparative window closes immediately to free hardware assets.

2.3 Single-Instance Mutex Locking

To enforce single-instance comparative execution, the application attempts to
acquire an OS-level Mutex lock:

self.mutex = ctypes.windll.kernel32.CreateMutexW(None, False, "Global\CodeStitcherCodeStitcher_MUTEX")

If the system returns error code 183 (ERROR_ALREADY_EXISTS), a pre-existing
instance of the comparative environment is already running. The new instance
terminates immediately, preventing memory collisions.

SECTION 3: Comparative View Interface & Gutter Mechanics

The layout divides the screen into four functional zones: the directory explorer
tree, the historical revision pane, the interactive current version pane, and
the minimap navigation gutter.

+-----------------------------------------------------------------------------------------+
| Title Bar _ X |
+-----------------------------------------------------------------------------------------+
| Tree Explorer | Comparative View Header: Old File vs New File |
+---------------+-------------------------------------+-----------------------------------+
| | [Line numbers on right] | [Bookmarks] [Line numbers] |
| | | |
| File.py | (Def / Code Text) | (Def / Code Text) |
| └─ Run 01 | | |
| └─ 12:00 | | |
| | | |
| | | |
+---------------+-------------------------------------+-----------------------------------+
| | (Dynamic Status Bar / Linter Warnings) |
+-----------------------------------------------------------------------------------------+

3.1 Compact Directory Explorer Tree

Rendered on the far left, the file explorer uses a compact structure to display
version control nodes:

  1. File Nodes: Base targets sorted chronologically by their last modification
    timestamp.
  2. ...

Read more

AI Code Stitcher v2.20

Paste AI-generated code. It just works.

Copy output from Claude, Cursor, ChatGPT, Aider or any other LLM and AI Code Stitcher intelligently applies it to the correct locations in your existing codebase.

ai_code_stitcher_in_action.mp4

STITCH VIEWER VERSION 2.00 --- --- --- MICRO-IDE. --- --- --- TOTAL FILE EDITING CONVENIENCE

Just press [F11] to run!

  • The Stitch Viewer operates as an event-driven comparative file/diff viewer that parses directory structures to rebuild and analyze revision histories.

  • The application initializes a low-latency rendering pipeline with hardware-batching to ensure responsive draw calls on modern displays.

  • It retrieves historical backup files alongside live project code and feeds them into an index-matching comparative engine. This comparative engine processes the files line-by-line, translating differences into logical blocks (equal, delete, insert, or replace) and aligning them side-by-side onto a unified virtual line index.

  • This alignment allows developers to inspect alterations across different historical runs and selectively merge or discard localized code segments through dynamic gutter controls.

example_stitch_viewer


AI Code Stitcher + Diff Viewer/File Editor

What's new in v2.12?

  • AIDER patch manual rescue interface over-haul. Interactive match for the AIDER search block with intuitive overlay

  • Decorators in Python (@) now handled intelligently.

  • Fuzzy Match Engine Early-Exits: Optimized best match by index searching by introducing an early-exit math heuristic. If the remaining possible lines cannot mathematically achieve the confidence threshold, the search loop aborts immediately. Also added a boundary breakout if the first 15 lines of a search block fail to find any anchor.

  • Heuristic String Pre-Filtering: Integrated fast length-ratio checks along with quick ratio filters to skip expensive SequenceMatcher evaluations on dissimilar lines.

  • Match Window Short-Circuiting: Added an early breakout for unique candidate windows. Once a high-confidence match (≥0.98) is resolved in the highest-density window, evaluations on remaining lower-scoring windows are skipped.

  • Step-Size Fallback Tuning: Adjusted the fallback exact sequence matcher to step through search windows at a wider interval, dropping overall execution times on large files.

  • Indentation & Alignment Safety

  • Copy-Paste Indentation Repairer: Refactored dedenting mechanism to automatically detect when a block header (ending in :) has nested body statements indented disproportionately deeper (>8 spaces). The engine now automatically dedents the body block to a standard 4-space alignment relative to the header.

  • Visual Preview Synchronization: Integrated the indentation repair algorithm directly into headless snippet alignment so that terminal previews match the final on-disk output.

  • Structural Gap/Span Penalty: Introduced a file-span density penalty to filter out false-positives that span across huge sections of unrelated code. The penalty is automatically bypassed if explicit lazy comments (...) are present in the patch.

The Anti-Agentic Approach

While the industry chases increasingly autonomous AI agents...
Code Stitcher is built on a simpler, more reliable philosophy:

You remain in control.

AI Code Stitcher excels at precisely integrating AI code output into real projects — with smart elastic matching, preview, and undo capabilities.

No mysterious black-box changes. No waiting hours to see what an agent did. Just fast, surgical updates under your direct supervision.

Key Features

  • Intelligent context matching (even when AI uses wrong filenames or incomplete context)
  • Safe preview before applying changes
  • Support for partial updates, function replacements, and larger refactors
  • Works with any editor (VS Code, Neovim, JetBrains, etc.)
  • Runs locally and privately

+---------------------------------------------------------------------------------------------------------------------------------------------------+

STITCH VIEWER TECHNICAL SPECIFICATION & USER MANUAL

Classification: Technical Documentation / System Integration & Operations Manual

SECTION 1: Architectural Philosophy & Core Processing Pipelines

The Stitch Viewer is a low-latency, highly specialized graphical comparative
utility designed to reconstruct, analyze, and modify file revision histories in
a non-destructive manner. Engineered as a lightweight comparative environment,
it operates independently of bloated IDE frameworks, providing instantaneous
load times and zero-allocation execution paths.

1.1 Rendering Pipeline Architecture

The application runs on a customized Pygame rendering pipeline optimized for
modern high-DPI displays. By setting the environment variable
SDL_HINT_RENDER_BATCHING to 1 and forcing DPI awareness through permonitorv2,
the rendering engine bypasses typical software-blitting bottlenecks.

+---------------------------------------------------------------------------------+
| Pygame Canvas |
+---------------------------------------------------------------------------------+
| |
| +--------------------+ +---------------------------------------------------+ |
| | Left Tree | | Comparative Panes | |
| | Explorer | | | |
| | | | +-------------------+ +-------------------+ | |
| | [File Header] | | | Historical Pane | | Current Pane | | |
| | └─ Run ID | | | (Read-only, dark) | | (Active/Edit) | | |
| | └─ Revision | | +-------------------+ +-------------------+ | |
| +--------------------+ +---------------------------------------------------+ |
| |
+---------------------------------------------------------------------------------+

Graphics rendering is strictly event-driven. A state-dirtying flag prevents
redundant recalculations, ensuring redrawing only occurs during:

  1. Active user mouse actions or dragging.
  2. Viewport and scroll-offset adjustments.
  3. Active real-time text input.
  4. Active transition animations (sliding layouts).
  5. Polled filesystem change detections.

1.2 The Opcode comparative Engine

The comparative algorithm relies on the sequence matching of lines. By executing
standard sequence matching, the system translates comparative differences into
distinct action blocks:

  • equal: Interleaved lines matching exactly, rendered with syntax-specific
    colors.
  • delete: Line ranges existing inside historical revisions but absent in
    current versions.
  • insert: Line ranges added to the current file but missing from the history.
  • replace: Multi-line blocks transformed or updated between versions.

These blocks map directly onto unified virtual line indices. This ensures that
comparative sections align side-by-side, regardless of offset variations or line
insertions.

SECTION 2: Environment Configuration & Host Integration

The Stitch Viewer integrates natively with host applications (such as the main
CodeStitcher parent program) using low-level operating system APIs,
single-instance mutex locks, and standard input/output structures.

2.1 Command-Line Interface (CLI) Specification

The execution binary accepts several parameters to initialize window positions,
load appropriate monitored directories, and establish secure process-to-process
communication links:

stitch_viewer.exe --from-stitcher --parent-pid 10424 --monitor "C:\Project" --pos "150,150" --height 800 --font "consolas" --font-size 13 --pro

CLI Argument Reference:

  • --from-stitcher: Mandatory. Failsafe validation flag. If absent, the viewer
    instantly terminates execution to prevent orphaned loop execution.
  • --parent-pid : Specifies the Process ID of the calling application.
  • --monitor : Specifies directories to scan for backups and unversioned
    assets. Multiple directories are scanned sequentially.
  • --pos <x,y>: Assigns the default spawning coordinates on the desktop
    workspace.
  • --height : Sets the physical pixel height of the program frame.
  • --font : Overrides the default system typeface for code rendering.
  • --font-size : Configures baseline font sizes.
  • --pro: Unlocks directory tree traversal paths.

2.2 Process Heartbeat & Failsafe Shutdown

To prevent orphaned processes in the memory space, the viewer maintains a
non-blocking parent-process heartbeat monitored on a 120-tick interval (~2
seconds). The background loop uses the Win32 API to check process states:

process = ctypes.windll.kernel32.OpenProcess(0x1000, False, parent_pid)

If the Win32 query return value flags that the parent process has terminated,
the comparative window closes immediately to free hardware assets.

2.3 Single-Instance Mutex Locking

To enforce single-instance comparative execution, the application attempts to
acquire an OS-level Mutex lock:

self.mutex = ctypes.windll.kernel32.CreateMutexW(None, False, "Global\CodeStitcherCodeStitcher_MUTEX")

If the system returns error code 183 (ERROR_ALREADY_EXISTS), a pre-existing
instance of the comparat...

Read more

AI Code Stitcher v2.02

VERSION 2.0 NOW AVAILABLE!!

Paste AI-generated code. It just works.

Copy output from Claude, Cursor, ChatGPT, Aider or any other LLM and AI Code Stitcher intelligently applies it to the correct locations in your existing codebase.

ai_code_stitcher_in_action.mp4

What's new in v2.0?

  • Fuzzy Match Engine Early-Exits: Optimized best match by index searching by introducing an early-exit math heuristic. If the remaining possible lines cannot mathematically achieve the confidence threshold, the search loop aborts immediately. Also added a boundary breakout if the first 15 lines of a search block fail to find any anchor.

  • Heuristic String Pre-Filtering: Integrated fast length-ratio checks along with quick ratio filters to skip expensive SequenceMatcher evaluations on dissimilar lines.

  • Match Window Short-Circuiting: Added an early breakout for unique candidate windows. Once a high-confidence match (≥0.98) is resolved in the highest-density window, evaluations on remaining lower-scoring windows are skipped.

  • Step-Size Fallback Tuning: Adjusted the fallback exact sequence matcher to step through search windows at a wider interval, dropping overall execution times on large files.

  • Indentation & Alignment Safety

  • Copy-Paste Indentation Repairer: Refactored dedenting mechanism to automatically detect when a block header (ending in :) has nested body statements indented disproportionately deeper (>8 spaces). The engine now automatically dedents the body block to a standard 4-space alignment relative to the header.

  • Visual Preview Synchronization: Integrated the indentation repair algorithm directly into headless snippet alignment so that terminal previews match the final on-disk output.

  • Structural Gap/Span Penalty: Introduced a file-span density penalty to filter out false-positives that span across huge sections of unrelated code. The penalty is automatically bypassed if explicit lazy comments (...) are present in the patch.

v2.02 Notes:

-Fixed file hint extraction from overly verbose LLM comments. Now will bypass file prompt automating all patch types.
-Cancel now reliably cancels out of entire patch application process.

The Anti-Agentic Approach

While the industry chases increasingly autonomous AI agents...
Code Stitcher is built on a simpler, more reliable philosophy:

You remain in control.

AI Code Stitcher excels at precisely integrating AI code output into real projects — with smart elastic matching, preview, and undo capabilities.

No mysterious black-box changes. No waiting hours to see what an agent did. Just fast, surgical updates under your direct supervision.

Key Features

  • Intelligent context matching (even when AI uses wrong filenames or incomplete context)
  • Safe preview before applying changes
  • Support for partial updates, function replacements, and larger refactors
  • Works with any editor (VS Code, Neovim, JetBrains, etc.)
  • Runs locally and privately

Head to https://sharples3.gumroad.com/l/codestitcher for Pro Edition enquires.

Please note that Windows Defender SmartScreen may flag this program/install as 'potentially dangerous'. This is due to the tool being new and limited install base. We promise there is no spy/malware in this program.

AI Code Stitcher v2.01

VERSION 2.0 NOW AVAILABLE!!

Paste AI-generated code. It just works.

Copy output from Claude, Cursor, ChatGPT, Aider or any other LLM and AI Code Stitcher intelligently applies it to the correct locations in your existing codebase.

ai_code_stitcher_in_action.mp4

What's new in v2.0?

  • Fuzzy Match Engine Early-Exits: Optimized best match by index searching by introducing an early-exit math heuristic. If the remaining possible lines cannot mathematically achieve the confidence threshold, the search loop aborts immediately. Also added a boundary breakout if the first 15 lines of a search block fail to find any anchor.

  • Heuristic String Pre-Filtering: Integrated fast length-ratio checks along with quick ratio filters to skip expensive SequenceMatcher evaluations on dissimilar lines.

  • Match Window Short-Circuiting: Added an early breakout for unique candidate windows. Once a high-confidence match (≥0.98) is resolved in the highest-density window, evaluations on remaining lower-scoring windows are skipped.

  • Step-Size Fallback Tuning: Adjusted the fallback exact sequence matcher to step through search windows at a wider interval, dropping overall execution times on large files.

  • Indentation & Alignment Safety

  • Copy-Paste Indentation Repairer: Refactored dedenting mechanism to automatically detect when a block header (ending in :) has nested body statements indented disproportionately deeper (>8 spaces). The engine now automatically dedents the body block to a standard 4-space alignment relative to the header.

  • Visual Preview Synchronization: Integrated the indentation repair algorithm directly into headless snippet alignment so that terminal previews match the final on-disk output.

  • Structural Gap/Span Penalty: Introduced a file-span density penalty to filter out false-positives that span across huge sections of unrelated code. The penalty is automatically bypassed if explicit lazy comments (...) are present in the patch.

The Anti-Agentic Approach

While the industry chases increasingly autonomous AI agents...
Code Stitcher is built on a simpler, more reliable philosophy:

You remain in control.

AI Code Stitcher excels at precisely integrating AI code output into real projects — with smart elastic matching, preview, and undo capabilities.

No mysterious black-box changes. No waiting hours to see what an agent did. Just fast, surgical updates under your direct supervision.

Key Features

  • Intelligent context matching (even when AI uses wrong filenames or incomplete context)
  • Safe preview before applying changes
  • Support for partial updates, function replacements, and larger refactors
  • Works with any editor (VS Code, Neovim, JetBrains, etc.)
  • Runs locally and privately

Head to https://sharples3.gumroad.com/l/codestitcher for Pro Edition enquires.