sheldonhull
sheldonhull
### Before submitting your bug report - [ ] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to...
Add support for OpenAI o1 models by using `max_completion_tokens` instead of `max_tokens`. * **mods.go** - Add a check in the `startCompletionCmd` function to determine if the model is an o1...
**Describe the bug** This is a schema change that causes invoking against o1-preview and o1-mini to fail. This [page](https://community.openai.com/t/why-was-max-tokens-changed-to-max-completion-tokens/938077) describes. It is causing tooling that doesn't handle this mapping to...
Steps to reproduce ------------------ ```PowerShell $FilePath = '' $ScriptDefinition = (Get-Content -Raw -Path $FilePath).Trim() $SettingsFile = "$HOME/.config/powershell/PSScriptAnalyzerSettings.psd1" if ($SettingsFile) { $FormatterSplat = @{ Settings = $SettingsFile ScriptDefinition = $ScriptDefinition }...
#### Background With the introduction of newer reasoning models in v1.7.0, we've seen that while some tweaks have been made, streaming support for models like `o1` was initially unavailable. This...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...
```markdown ??? question "build failure due to using a prerelease version with package" Example content ``` This won't work. It's a collapsed by default version from mkdocs-material. I'd be fine...
### Question I have tried to get it to work but no luck with it showing up as a oauth based mcp server. Tried this: ```json "github": { "type": "remote",...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request -...