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: technicalpickles/envsense
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: technicalpickles/envsense
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 3 contributors

Commits on Sep 5, 2025

  1. Add --version option to CLI

    - Added version field to clap command configuration using env!('CARGO_PKG_VERSION')
    - Added comprehensive tests for both --version and -V flags
    - Version option displays 'envsense X.Y.Z' format
    - Maintains compatibility with existing CLI functionality
    technicalpickles committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    cbadde9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059d440 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    3ab60f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from technicalpickles/add-version-option

    Add --version option to CLI
    technicalpickles authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    1e230fa View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Add Amp agent detection

    Detect Amp agent via AGENT=amp environment variable.
    
    - Add agent mapping in env_mapping.rs with HIGH confidence
    - Add display name 'Amp' in agent.rs descriptor
    - Add unit test in agent_declarative.rs
    - Add CLI integration test in cli_declarative.rs
    - Add mapping unit test in env_mapping.rs
    - Add snapshot test in info_snapshots.rs
    
    All 329 tests passing.
    
    Amp-Thread-ID: https://ampcode.com/threads/T-498346d9-f5bd-4c4d-a1a3-90ea721ff4c8
    Co-authored-by: Amp <amp@ampcode.com>
    technicalpickles and ampcode-com committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    838a416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d214212 View commit details
    Browse the repository at this point in the history
  3. Release v0.5.0

    technicalpickles committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    baee57b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c086a0 View commit details
    Browse the repository at this point in the history
Loading