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: agentinit/agentinit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: agentinit/agentinit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 24, 2025

  1. feat: centralize constants and add timeout support to apply command

    - Create centralized constants structure in src/constants/
      - MCP-related constants (DEFAULT_CONNECTION_TIMEOUT_MS=30000, TimeoutError)
      - Token threshold constants (LOW=5000, MEDIUM=15000)
    - Add --timeout flag support to apply command's --verify-mcp feature
    - Update all hardcoded timeouts to use centralized constants
    - Add timeout documentation to README with examples
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    gulivan and claude committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    d35a6fc View commit details
    Browse the repository at this point in the history
  2. fix: address review comments

    gulivan committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    6be5b93 View commit details
    Browse the repository at this point in the history
  3. fix: address review comments

    gulivan committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    e337f07 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from agentinit/feat/add_timeout_for_mcp_verify

    feat: centralize constants and add timeout support to apply command
    gulivan authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    fafabfb View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.3.0 [skip ci]

    # [1.3.0](v1.2.1...v1.3.0) (2025-09-24)
    
    ### Bug Fixes
    
    * address review comments ([e337f07](e337f07))
    * address review comments ([6be5b93](6be5b93))
    
    ### Features
    
    * centralize constants and add timeout support to apply command ([d35a6fc](d35a6fc))
    semantic-release-bot committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    9b39277 View commit details
    Browse the repository at this point in the history
Loading