Conversation
…elease Fills in the project metadata for a clean PyPI page: author/maintainer, keywords, 15 trove classifiers (license, Python 3.10-3.13, OS, topics), and [project.urls] (Homepage / Repository / Issues / Documentation). No code or dependency changes; build verified (twine check passes, wheel ships all prompts/ + web/ + modular skill data, clean-venv install runs as 3.5.82). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Version 3.05.82 -> 3.5.82 (pyproject + the v3.5.82 News entries) so the package version, the in-app banner, and the PyPI release all read the same (3.05.82 normalized to 3.5.82 under PEP 440 anyway). - README <img> sources and the docs/media link now use absolute raw.githubusercontent.com / github.com URLs so they render on the PyPI project page (relative paths only resolve on GitHub). twine check passes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…131) (1) Install/PATH on macOS: the installer sources the dedicated venv it creates, which made the post-install `command -v cheetahclaws` check succeed inside the script's own shell, so it reported "on PATH" and skipped the entire rc-file step — leaving ~/.zshrc untouched and the binary unreachable in new terminals. Now symlinks only the cheetahclaws entry point into ~/.local/bin (pipx-style, so the venv's python/pip don't shadow the user's), creates ~/.zshrc/.bash_profile if missing, and appends ~/.local/bin to PATH there — without trusting the venv-polluted `command -v`. Also fixes fish PATH syntax and the bash-on-macOS reload hint. (2) Ollama tool calls: stream_ollama only read Ollama's structured message.tool_calls field, while the cloud path also recovers tool calls a model emits as text. Qwen-coder/Gemma/Mistral over Ollama produced "tool-calling-style chat" that streamed as plain text and never ran. stream_ollama now mirrors the cloud path's native-format interceptor: buffers from the first <tool_call>/<|tool_call|>/[TOOL_CALLS] marker and parses it into real tool calls at end-of-stream. Docs updated (README, news, faq, usage). Provider + cache-token suites green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.