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
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
typecheck:
name: Typecheck (Node ${{ matrix.node }})
name: Typecheck & Test (Node ${{ matrix.node }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -28,3 +28,6 @@ jobs:

- name: Typecheck
run: npm run typecheck

- name: Test
run: npm test
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ git clone https://github.com/yuseferi/opencode-litellm.git
cd opencode-litellm
npm install
npm run typecheck
npm test
```

## Testing locally against your OpenCode
Expand All @@ -32,11 +33,12 @@ npm link opencode-plugin-litellm
opencode
```

Plugin logs are prefixed with `[opencode-litellm]` — `tail -f ~/.opencode/logs/...` to watch them.
Plugin logs are prefixed with `[opencode-litellm]` — find them under `~/.local/share/opencode/log/`.

## Pull request checklist

- [ ] `npm run typecheck` passes locally
- [ ] `npm test` passes locally; behavior changes come with test updates
- [ ] No new runtime dependencies (or strong justification in the PR description)
- [ ] Public API changes are reflected in the README
- [ ] User-visible changes are added to `CHANGELOG.md` under `## [Unreleased]`
Expand Down
173 changes: 68 additions & 105 deletions README.md

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions assets/architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading