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: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 47 files changed
  • 5 contributors

Commits on Aug 15, 2025

  1. chore: add usage tracking package (#19095)

    Not used in coderd yet, see stack.
    
    Adds two new packages:
    - `coderd/usage`: provides an interface for the "Collector" as well as a stub implementation for AGPL
    - `enterprise/coderd/usage`: provides an interface for the "Publisher" as well as a Tallyman implementation
    
    Relates to coder/internal#814
    deansheather authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    a25d856 View commit details
    Browse the repository at this point in the history
  2. fix: don't create autostart workspace builds with no available provis…

    …ioners (#19067)
    
    This should fix #17941 by introducing a check for whether there are any valid (non-stale provisioners for a job in the autobuild executor code path.
    
    ---------
    
    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    6c902a7 View commit details
    Browse the repository at this point in the history
  3. feat(dogfood/coder): integrate tasks support into "Write Coder on Cod…

    …er" template (#19320)
    
    Updates coder/internal#836
    
    - Adds an optional AI prompt parameter
    - Conditionally adds the following resources if "AI Prompt" is provided:
      - `claude-code` module if AI prompt is provided
      - auto-restarting instance of `develop.sh` running in screen
      - a "preview" app that shows the local development server
    johnstcn authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    2ea807f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ca69af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bed4e12 View commit details
    Browse the repository at this point in the history
Loading