Release v0.2.0
Changes in v0.2.0
- chore: bump version to 0.2.0 for release
- fix: clean dist directory before building in release workflow
- chore: bump version to 1.0.0 in pyproject.toml
- docs: streamline README with focused FAQ and generic MCP configuration
- Feat/enhanced workflow (#21)
- feat: Implement hybrid token-based conversation history system (#22)
- feat: remain 2000 session in memory using LRU (to remain old active s… (#20)
- Feat/adding memory layer (#18)
- Fix/update repository rules (#19)
- fix: complete repository migration from hepivax to OtherVibes
- fix: update repository URL from hepivax to OtherVibes
- docs: add comprehensive act instructions and CI guidelines to CONTRIBUTING.md
- fix: resolve GitHub Actions CI formatting issues
- fix: resolve all critical CI issues - complete pipeline success
- fix: resolve all CI test failures - 125/125 tests passing
- Feat/external llm messaging & elicitation support (#14)
- rename reqs file
- remove imports from init
- package structure refactor
- fix for entrypoint
- move worker to root
- cf-worker fix
- worker default class
- fix for cf worker
- cf-fixes
- cf worker location
- cf worker
- files removal
- feat: Implement proper Cloudflare MCP server with Durable Objects
- fix: Simplify worker for Pyodide compatibility
- fix: Move Cloudflare Worker files to root for deployment
- feat: Add Cloudflare Workers deployment and streamable HTTP support
- docs: improve MCP capability descriptions in compatibility table
- docs: update AI assistant compatibility table
- Merge branch 'main' of https://github.com/hepivax/mcp-as-a-judge
- update support table
- Update README.md
- resize logo
- add logo
- update installation section
What's Changed
- Feat/external llm elicitation support by @OtherVibes in #14
- Fix/update repository rules by @OtherVibes in #19
- Feat/adding memory layer by @doriwal in #18
- feat: remain 2000 session in memory using LRU (to remain old active s… by @doriwal in #20
- feat: Implement hybrid token-based conversation history system by @doriwal in #22
- Feat/enhanced workflow by @OtherVibes in #21
New Contributors
Full Changelog: v0.1.9...v0.2.0