Skip to content

Release v0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 May 11:14
· 1 commit to main since this release

Commits\n\n- chore: prepare for open-source release under newmancai/oc-go-cc-optim

  • fix(transformer): subtract cache tokens from input_tokens to match Anthropic spec (#33)
  • fix(scoop): update post_install command to use Get-ChildItem for renaming (#35)
  • feat(config): add enable_streaming_scenario_routing option and update routing logic (#29)
  • add software to scoop (#28)
  • Update GitHub Sponsors username in FUNDING.yml
  • feat(autostart): implement platform-specific autostart functionality for macOS, Linux, and Windows (#27)
  • fix: update license information to AGPL-3.0 in README.md
  • feat(docs): add detailed installation, configuration, and troubleshooting guides
  • feat(config): add hot reload support to configuration and update plist template for autostart
  • fix: duplicate content_block_start events for streaming tool calls (fixes #17) (#18)
  • feat(config): add hot reload support for configuration file (#22)
  • fix formatting (#25)
  • fix: skip reasoning_effort when DeepSeek thinking mode is disabled (#26)
  • fix: remove obsolete "budget" scenario and correct routing documentation (#8)
  • [Codex] Fix Anthropic stream payloads and token usage (#9)
  • feat(tests): add unit tests for PID handling and process status checks
  • feat(daemon): add Windows support for background mode
  • feat: add GNU Affero General Public License version 3 to the repository
  • refactor: remove unnecessary logging and reasoning content counting from streaming handler