Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yriveiro/opencode-python-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ft-improve-tests
Choose a base ref
...
head repository: yriveiro/opencode-python-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Feb 3, 2026

  1. feat(search): add type inference fallback and cached search index

    Add automatic type inference when a type filter returns no matches and
    
    fallback to inferred types or no-type search to surface relevant results.
    
    Build and cache a derived search index to speed suggestions and improve
    
    search quality. Tighten type matching to require exact type equality.
    
    - Add SearchIndex and cache path to CacheManager
    
    - Implement DocService.getSearchIndex(), searchWithFallback(),
    
      suggestTypes(), getAvailableTypes()
    
    - Update formatSearchResults to display fallback info and suggestions
    
    - Enhance python_docs tool; add suggest_python_doc_types
    
    - Bump package version to 0.2.0
    
    - Update tests and mocks; add tests for search index inference
    yriveiro committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    c1bdbb4 View commit details
    Browse the repository at this point in the history
Loading