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: TangleML/tangle-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TangleML/tangle-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master_old
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 107 files changed
  • 2 contributors

Commits on Jun 26, 2026

  1. chore: replace tangle-cli with lab contents

    Assisted-By: devx/f5505a8e-b863-4860-8951-135c4c748c11
    Volv-G committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    90283a9 View commit details
    Browse the repository at this point in the history
  2. fix: address OSS packaging review findings

    Assisted-By: devx/f5505a8e-b863-4860-8951-135c4c748c11
    Volv-G committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    a862721 View commit details
    Browse the repository at this point in the history
  3. chore: bump tangle-cli version to 0.1.0

    Assisted-By: devx/f5505a8e-b863-4860-8951-135c4c748c11
    Volv-G committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    828e6da View commit details
    Browse the repository at this point in the history
  4. chore: bump tangle-api version to 0.1.0

    Assisted-By: devx/f5505a8e-b863-4860-8951-135c4c748c11
    Volv-G committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    70fef85 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2026

  1. fix(tangle-cli): recover submitted runs after timeout

    Assisted-By: devx/0c001c3a-79d6-4fd4-9ba8-4012e253d1e2
    Volv-G committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    6307c62 View commit details
    Browse the repository at this point in the history
  2. fix(tangle-cli): defer submit failure hooks during recovery

    Assisted-By: devx/0c001c3a-79d6-4fd4-9ba8-4012e253d1e2
    Volv-G committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    8c8ff7c View commit details
    Browse the repository at this point in the history
  3. fix(tangle-cli): run retry handoff after recovered submit

    Assisted-By: devx/0c001c3a-79d6-4fd4-9ba8-4012e253d1e2
    Volv-G committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    5be24a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. Replace tangle-cli with tangle-cli-lab contents (#2)

    ## Summary
    - Replace the `TangleML/tangle-cli` tracked tree with the current `TangleML/tangle-cli-lab` `main` tree.
    - Bring over the lab workspace/package layout, generated `tangle-api` package, expanded test suite, and `.gitmodules` metadata.
    - Preserve the `third_party/tangle` submodule as the lab gitlink rather than vendoring its contents.
    
    ## Source tree
    - `TangleML/tangle-cli-lab` remote: `lab/main` at `a9c721d`
    - `third_party/tangle` gitlink: `479f3e92d26fc1a5ad4be9f879a5179f2c090f32`
    
    ## Validation
    - `git diff --check`
    - `uv run pytest` — 618 passed
    Volv-G authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    859bace View commit details
    Browse the repository at this point in the history
Loading