Releases: sonesuke/oboyu
Releases · sonesuke/oboyu
🧪 Alpha v0.1.0a4
🔬 Prerelease: Alpha
This is a prerelease version intended for testing and early feedback.
📦 Installation
pip install --pre oboyu==v0.1.0a4🐳 GitHub Packages
This prerelease is also available on GitHub Packages:
pip install --pre oboyu --index-url https://ghcr.io/sonesuke/oboyu⚠️ Important Note
This is a Alpha release and may contain bugs or incomplete features. Use in production at your own risk.
📦 Uncategorized
- feat: add custom slash command for alpha release automation
- PR: #250
- feat: optimize indexing performance with batch operations and parallel processing
- PR: #256
- feat: enhance solve-issue command with early PR creation and progress tracking
- PR: #257
- Fix issue #253: Create fix-bug command with git worktree integration
- PR: #258
- feat: implement automated GitHub releases with changelog generation (#249)
- PR: #259
- Fix #260 - Enhance solve-issue workflow with worktree process and automated CI/CD monitoring
- PR: #262
- Fix #264 - Remove pull_request trigger from test-installation.yml workflow
- PR: #266
- Fix #267 - Optimize slow commit performance
- PR: #268
- Fix #265 - Organize slash commands: Remove obsolete command files and clean up documentation
- PR: #269
- Fix #251 - Restructure documentation hierarchy and remove duplicates
- PR: #270
- Fix #255 - Add GitHub Issues search use case documentation
- PR: #272
- Fix #254 - Add use case documentation for Nikkei 225 securities reports search
- PR: #271
- Fix #273 - Remove unnecessary generated files from repository root
- PR: #274
- Fix #277 - Organize installation test files into dedicated directory structure
- PR: #278
- Fix #275 - Add github-issues-search.md to navigation and remove inappropriate meeting minutes example
- PR: #276
- Fix #277 - Complete cleanup: Remove old installation test files from project root
- PR: #280
- Fix #279 - Replace PyPDF with PyMuPDF4LLM for faster PDF to Markdown conversion
- PR: #281
- Fix #282 - Fix failing test-installation.yml workflow after PyMuPDF4LLM integration
- PR: #284
- Fix #283 - PDF processing progress display inconsistent with hierarchical logger format
- PR: #285
- #286 - Add missing validate_installations.py and update documentation with complete system dependencies
- PR: #288
- Fix #287 - PyMuPDF4LLM installation issues in GitHub Actions workflow
- PR: #289
- Fix #287 - PyMuPDF4LLM installation issues in GitHub Actions workflow
- PR: #290
- Fix #293 - Hierarchical logger display corruption with parallel operations
- PR: #294
- Fix #291 - Enhanced E2E tests with reliable completion detection
- PR: #292
- Fix #295 - Implement Property Graph Index with Triplet Extraction
- PR: #296
- Fix #297 - Support additional Japanese LLM models and remove ELYZA-specific naming
- PR: #298
- Fix #299 - Remove interactive mode from CLI
- PR: #302
- Fix #300 - Remove health-check functionality
- PR: #301
- Fix #303 - Refactor manage commands to top level
- PR: #304
- Fix #305 - Consolidate knowledge graph commands: merge kg and graphrag, remove graph commands
- PR: #306
- Fix #307 - Remove unnecessary oboyu kg validate command
- PR: #308
- Fix #309 - Update CLI documentation to match current implementation
- PR: #310
- Fix #311 - Remove the oboyu health command and related functionality
- PR: #312
- Fix #314 - Update Documentation to Match Current Implementation
- PR: #315
- Fix #317 - Remove deprecated commands: manage and clear-db
- PR: #318
- Fix #319 - Simplify command structure by integrating GraphRAG functionality into main search command
- PR: #320
- Fix #321 - Update oboyu CLI documentation to match current implementation
- PR: #324
- Fix #322 - Resolve dynamic versioning conflicts and missing py.typed
- PR: #323
- Fix #325 - Align documentation with current CLI implementation
- PR: #326
- Fix #330 - Replace non-existent 'health check' command with 'version' command
- PR: #331
- Fix #327 - Validate py.typed file is properly included
- PR: #332
- Fix #328 - Fix test-pypi.yml workflow failure - Contract test failures resolved
- PR: #329
- Add CSV enrichment command using semantic search and GraphRAG
- PR: #334