FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing 4279de5...b5abc6b · SocketDev/socket-cli · GitHub

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: SocketDev/socket-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4279de5
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: SocketDev/socket-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b5abc6b
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 26, 2026

  1. fix(release): stop the coana bump from hand-writing versions (#1515)

    The bump-coana skill bumped package.json's version itself and wrote its own
    `## [<version>]` changelog heading. Both belong to the release workflow, and the
    skill's version of them caused real damage: headings for 1.1.160, a version that
    never existed anywhere, and a v1.1.159 that shipped with no notes at all because
    the hand-written heading had consumed the `[Unreleased]` block the release meant
    to promote.
    
    Point the skill at `[Unreleased]` instead, recreating that heading when the
    previous release consumed it — having nowhere to put notes is what motivated the
    invented headings in the first place.
    
    Also separate the two failures behind writeManifestVersion's guard. A manifest
    already holding the target version rewrites to itself, and `replaced === raw`
    read that no-op as a missing field, so a release whose version the skill had
    already written failed with "no top-level version line" against a manifest whose
    version field was present and well-formed. Test for the field, then replace, and
    let an already-correct manifest pass through.
    jfblaa authored Aug 26, 2026
    Configuration menu
    Copy the full SHA
    30a4197 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2026

  1. upgrading coana to version 15.10.25 (#1516)

    * upgrading coana to version 15.10.25
    
    * Fix
    
    ---------
    
    Co-authored-by: socket-pr-bot[bot] <294242679+socket-pr-bot[bot]@users.noreply.github.com>
    Co-authored-by: Oskar Haarklou Veileborg <ohv1020@hotmail.com>
    socket-pr-bot[bot] and BarrensZeppelin authored Aug 27, 2026
    Configuration menu
    Copy the full SHA
    c4d76ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5abc6b View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL