Skip to content
View cau1k's full-sized avatar

Organizations

@better-slop

Block or report cau1k

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. better-slop/ocx better-slop/ocx Public

    A collection of tools, plugins, and utilities for OpenCode.

    TypeScript 1

  2. warpgrep tool for opencode warpgrep tool for opencode
    1
    import { WarpGrepClient } from "@morphllm/morphsdk";
    2
    import { tool } from "@opencode-ai/plugin/tool";
    3
    import { promises as fs } from "fs";
    4
    import { resolve } from "path";
    5