Skip to content

aliou/pi-harness

Repository files navigation

pi-harness

My personal harness around Pi for coding-agent work.

Warning

Feel free to use these, but they're mainly for my personal use and I might not read/merge your pr. Also, I haven't read a single line of code so I can't be held responsible if something bad happens. Godspeed ✌️

Install

Install the repository as a Pi package:

pi install git:github.com/aliou/pi-harness

To install selectively, or disable specific extensions, edit your settings.json:

{
  "packages": [
    {
      "source": "git:github.com/aliou/pi-harness",
      "extensions": [
        "extensions/defaults/index.ts",
        "extensions/providers/index.ts",
        "!extensions/the-dumb-zone/index.ts"
      ]
    }
  ]
}

Integrations

This repo also includes two integrations:

  • Neovim - Neovim integration for Pi.
  • Chrome - Chrome extension and native host bridge for browser automation and sidepanel chat.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors