opencara 0.17.0 → 0.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1320 -114
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -84,7 +84,7 @@ Review prompts are delivered via **stdin** to your command. The command reads st
84
84
 
85
85
  | Field | Default | Description |
86
86
  | ------------------------ | -------------------------- | ------------------------------------- |
87
- | `platform_url` | `https://api.opencara.dev` | OpenCara server URL |
87
+ | `platform_url` | `https://api.opencara.com` | OpenCara server URL |
88
88
  | `github_token` | -- | GitHub token for private repo diffs |
89
89
  | `codebase_dir` | -- | Default clone directory for repos |
90
90
  | `max_diff_size_kb` | `100` | Skip PRs with diffs larger than this |