Skip to content

Releases: sonesuke/oboyu

🧪 Alpha v0.1.0a4

15 Jun 12:11

Choose a tag to compare

🧪 Alpha v0.1.0a4 Pre-release
Pre-release

🔬 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
  • feat: optimize indexing performance with batch operations and parallel processing
  • feat: enhance solve-issue command with early PR creation and progress tracking
  • Fix issue #253: Create fix-bug command with git worktree integration
  • feat: implement automated GitHub releases with changelog generation (#249)
  • Fix #260 - Enhance solve-issue workflow with worktree process and automated CI/CD monitoring
  • Fix #264 - Remove pull_request trigger from test-installation.yml workflow
  • Fix #267 - Optimize slow commit performance
  • Fix #265 - Organize slash commands: Remove obsolete command files and clean up documentation
  • Fix #251 - Restructure documentation hierarchy and remove duplicates
  • Fix #255 - Add GitHub Issues search use case documentation
  • Fix #254 - Add use case documentation for Nikkei 225 securities reports search
  • Fix #273 - Remove unnecessary generated files from repository root
  • Fix #277 - Organize installation test files into dedicated directory structure
  • Fix #275 - Add github-issues-search.md to navigation and remove inappropriate meeting minutes example
  • Fix #277 - Complete cleanup: Remove old installation test files from project root
  • Fix #279 - Replace PyPDF with PyMuPDF4LLM for faster PDF to Markdown conversion
  • Fix #282 - Fix failing test-installation.yml workflow after PyMuPDF4LLM integration
  • Fix #283 - PDF processing progress display inconsistent with hierarchical logger format
  • #286 - Add missing validate_installations.py and update documentation with complete system dependencies
  • Fix #287 - PyMuPDF4LLM installation issues in GitHub Actions workflow
  • Fix #287 - PyMuPDF4LLM installation issues in GitHub Actions workflow
  • Fix #293 - Hierarchical logger display corruption with parallel operations
  • Fix #291 - Enhanced E2E tests with reliable completion detection
  • Fix #295 - Implement Property Graph Index with Triplet Extraction
  • Fix #297 - Support additional Japanese LLM models and remove ELYZA-specific naming
  • Fix #299 - Remove interactive mode from CLI
  • Fix #300 - Remove health-check functionality
  • Fix #303 - Refactor manage commands to top level
  • Fix #305 - Consolidate knowledge graph commands: merge kg and graphrag, remove graph commands
  • Fix #307 - Remove unnecessary oboyu kg validate command
  • Fix #309 - Update CLI documentation to match current implementation
  • Fix #311 - Remove the oboyu health command and related functionality
  • Fix #314 - Update Documentation to Match Current Implementation
  • Fix #317 - Remove deprecated commands: manage and clear-db
  • Fix #319 - Simplify command structure by integrating GraphRAG functionality into main search command
  • Fix #321 - Update oboyu CLI documentation to match current implementation
  • Fix #322 - Resolve dynamic versioning conflicts and missing py.typed
  • Fix #325 - Align documentation with current CLI implementation
  • Fix #330 - Replace non-existent 'health check' command with 'version' command
  • Fix #327 - Validate py.typed file is properly included
  • Fix #328 - Fix test-pypi.yml workflow failure - Contract test failures resolved
  • Add CSV enrichment command using semantic search and GraphRAG