Thanks to visit codestin.com
Credit goes to github.com

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: think-root/content-alchemist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: think-root/content-alchemist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 25, 2026

  1. Configuration menu
    Copy the full SHA
    84ab8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    440a112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f043c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f3d437 View commit details
    Browse the repository at this point in the history
  5. feat(router): limit auto-generation to maxRepos parameter

    Add success counter to stop processing repositories once the maximum
    requested count is reached. Remove conditional HTTP status code logic
    since successful processing now always returns OK status.
    sigmanor committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    5bc0e39 View commit details
    Browse the repository at this point in the history
  6. fix(router): improve error handling for manual generation endpoint

    Remove redundant error message population in manual generation handler and enhance response status determination. The handler now sets appropriate status and error messages based on the count of successfully processed and failed repositories, reducing verbosity and improving clarity of the API response.
    sigmanor committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    1addf3c View commit details
    Browse the repository at this point in the history
  7. chore(release): 3.4.0 [skip ci]

    # [3.4.0](v3.3.0...v3.4.0) (2026-01-25)
    
    ### Bug Fixes
    
    * **parser:** hardcode API limit to 100 regardless of maxRepos param ([1f043c1](1f043c1))
    * **router:** improve error handling for manual generation endpoint ([1addf3c](1addf3c))
    
    ### Features
    
    * **config:** add GitHub token environment variable ([440a112](440a112))
    * **parser:** support GitHub token authentication for API requests ([2f3d437](2f3d437))
    * **router:** limit auto-generation to maxRepos parameter ([5bc0e39](5bc0e39))
    semantic-release-bot committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    7f9d87d View commit details
    Browse the repository at this point in the history
Loading