@dianshuv/copilot-api 0.6.2 → 0.7.0

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 +2 -1
  2. package/dist/main.mjs +800 -688
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -66,7 +66,8 @@ copilot-api start
66
66
  | `--no-auto-truncate` | Disable auto-truncate when exceeding token limits | false |
67
67
  | `--compress-tool-results` | Compress old tool results before truncating | false |
68
68
  | `--redirect-anthropic` | Force Anthropic through OpenAI translation | false |
69
- | `--no-rewrite-anthropic-tools` | Don't rewrite server-side tools | false |
69
+ | `--strip-server-tools` | Strip server-side tools from Anthropic requests | false |
70
+ | `--context-editing` | Context editing mode: off, clear-thinking, clear-tooluse, clear-both | off |
70
71
  | `--timezone-offset` | Timezone offset in hours from UTC for log timestamps (e.g., +8, -5, 0) | +8 |
71
72
  | `--posthog-key` | PostHog API key for token usage analytics (opt-in) | none |
72
73