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: growthagent/basic-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.22.0
Choose a base ref
...
head repository: growthagent/basic-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.23.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Dec 15, 2025

  1. Add Crypto and Cmd functions (see commit message)

    Crypto
    - bcrypt_hash!
    - bcrypt_verify!
    - decrypt_aes256_gcm!
    - encrypt_aes256_gcm!
    - pbkdf2_hmac_sha256!
    - random_bytes!
    
    Cmd functions for spawning processes and reading/writing stdio.
    niclas-ahden committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    6674bf6 View commit details
    Browse the repository at this point in the history
  2. Try to automate bundling releases

    The previous workflow only bundled .roc files without building the
    platform host first. This resulted in bundles missing the required
    linux-x64.rh and metadata_linux-x64.rm files.
    niclas-ahden committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    e77ceb3 View commit details
    Browse the repository at this point in the history
Loading