Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the plugin to your `opencode.json`:
```json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-warp"]
"plugin": ["@warp-dot-dev/opencode-warp"]
}
```

Expand Down Expand Up @@ -80,7 +80,7 @@ bun run build

## Uninstall

Remove `"opencode-warp"` from the `plugin` array in your `opencode.json`.
Remove `"@warp-dot-dev/opencode-warp"` from the `plugin` array in your `opencode.json`.

## Contributing

Expand Down
3 changes: 0 additions & 3 deletions dist/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.d.ts.map

This file was deleted.

150 changes: 0 additions & 150 deletions dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

7 changes: 0 additions & 7 deletions dist/notify.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/notify.d.ts.map

This file was deleted.

19 changes: 0 additions & 19 deletions dist/notify.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/notify.js.map

This file was deleted.

5 changes: 0 additions & 5 deletions dist/payload.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/payload.d.ts.map

This file was deleted.

21 changes: 0 additions & 21 deletions dist/payload.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/payload.js.map

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "bun test",
"dev": "echo 'Add to your opencode.json: \"plugin\": [\"file://'$(pwd)'/src/index.ts\"]' && echo 'Then run: opencode'"
"dev": "echo 'Add to your opencode.json: \"plugin\": [\"file://'$(pwd)'/src/index.ts\"]' && echo 'Then run: opencode'",
"prepublishOnly": "tsc"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that auto-compiles the dist before we publish it so that we don't get stale dists in the future

},
"keywords": [
"opencode",
Expand Down
Loading