Commit Graph

55 Commits

Author SHA1 Message Date
junhsss f9c16b8301 feat(computer): drop region from create and list (#105)
* feat(computer): drop region from create and list

* chore: bump version
2026-09-11 03:52:04 +09:00
junhsss 1b2b36f1e7 feat(computer): make templates optional (#104)
* feat(computer): make --template optional and drop --disk

* chore: bump version
2026-09-11 03:02:51 +09:00
junhsss b078905d4e feat: computer checkpoints (#103)
* feat(computer): add checkpoint commands

* feat(computer): add a quota command

* chore: bump version
2026-09-11 00:55:06 +09:00
dependabot[bot] abd1269cd0 chore(deps): bump jiff from 0.2.23 to 0.2.24 (#80)
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.23 to 0.2.24.
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.23...jiff-static-0.2.24)

---
updated-dependencies:
- dependency-name: jiff
  dependency-version: 0.2.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-10 20:34:36 +09:00
junhsss a355a49a9c fix(deps): clear the cargo deny advisories (#99) 2026-09-10 20:19:23 +09:00
dependabot[bot] 43ee8bf9f6 chore(deps): bump clap from 4.6.0 to 4.6.1 (#83)
Bumps [clap](https://github.com/clap-rs/clap) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.0...clap_complete-v4.6.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-10 18:37:13 +09:00
junhsss 97b72ff545 feat: steel computer (#98)
* feat(computer): add computer commands with exec and ssh

* fix(computer): flush bridge writes and read gateway error bodies

* test(computer): drive exec and ssh end to end through fake servers

* chore(api): regenerate bindings from the current spec

* feat(computer): list exec and ssh in describe

* chore: bump version
2026-09-10 18:26:14 +09:00
nas 19ca4b7149 chore: bump package version 2026-06-04 10:18:29 -04:00
nas aebc657b85 feat(cli): add skills and sessions management commands (#88)
* feat(cli): add skills and sessions management commands

* fix(cli): resolve skills lint failures

* docs(readme): add agent-browser migration guide link

* chore: bump steel-cli version to 0.4.3
2026-06-03 16:13:35 -04:00
junhsss d7fa4c4a1e chore: bump version 2026-06-03 02:16:43 +09:00
junhsss 72eeb0aeb1 chore: bump version 2026-05-01 10:49:32 -04:00
junhsss 3c23378fbf chore: bump version 2026-04-29 17:12:45 -04:00
junhsss 0a902e188d feat: rework forge (#85)
* feat: embed templates

* feat: forge list

* feat: safe build

* feat: dynamic fetch

* feat: use zip

* feat: nits

* ci: verify cookbook sha

* feat: bump cookbook version

* chore: bump cookbook
2026-04-29 17:07:39 -04:00
junhsss 3fbe5d82de feat: improve telemetry (#79)
* feat(cli): print first-run telemetry notice

* refactor(cli): switch telemetry mutex to parking_lot

* refactor(cli): batch telemetry events via background flusher
2026-04-27 14:09:27 -04:00
junhsss d1b6b51065 fix: cargo deny 2026-04-24 01:30:22 +09:00
junhsss df925cf13e feat: shell completion 2026-04-23 13:19:02 +09:00
junhsss 8dcfba7b17 fix: upgrade rustls-webpki to resolve RUSTSEC-2026-0098/0099 2026-04-16 21:41:16 +09:00
junhsss 5106df35a1 chore: bump version 2026-04-16 21:36:30 +09:00
junhsss 451d32c54d fix: deps 2026-04-14 15:30:35 +09:00
dependabot[bot] d2f06df01b chore(deps): bump aes from 0.8.4 to 0.9.0 (#71)
Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.4 to 0.9.0.
- [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.8.4...aes-v0.9.0)

---
updated-dependencies:
- dependency-name: aes
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 23:46:21 +09:00
dependabot[bot] 3627bbaab0 chore(deps): bump tokio from 1.51.0 to 1.51.1 (#74)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.0 to 1.51.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.51.0...tokio-1.51.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 23:36:39 +09:00
dependabot[bot] 0f77af0aba chore(deps): bump cbc from 0.1.2 to 0.2.0 (#72)
Bumps [cbc](https://github.com/RustCrypto/block-modes) from 0.1.2 to 0.2.0.
- [Commits](https://github.com/RustCrypto/block-modes/compare/cbc-v0.1.2...cbc-v0.2.0)

---
updated-dependencies:
- dependency-name: cbc
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 23:36:21 +09:00
dependabot[bot] a7aa261c4f chore(deps): bump hmac from 0.12.1 to 0.13.0 (#73)
Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0.
- [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.12.1...hmac-v0.13.0)

---
updated-dependencies:
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 22:51:00 +09:00
dependabot[bot] 73d453b581 chore(deps): bump zip from 8.5.0 to 8.5.1 (#75)
Bumps [zip](https://github.com/zip-rs/zip2) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v8.5.0...v8.5.1)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 8.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 22:48:18 +09:00
junhsss 205c859f48 chore: bump version 2026-04-13 22:38:56 +09:00
junhsss f6637743cb chore: bump agent-browser version 2026-04-07 01:37:00 +09:00
junhsss 45ba4bd608 chore: bump version 2026-04-06 23:33:04 +09:00
junhsss 5a35292a9d chore: fix deps 2026-04-06 23:07:53 +09:00
dependabot[bot] aeedc66205 chore(deps): bump tokio from 1.50.0 to 1.51.0 (#69)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 15:47:02 +09:00
dependabot[bot] fe92ecf63f chore(deps): bump zip from 8.4.0 to 8.5.0 (#68)
Bumps [zip](https://github.com/zip-rs/zip2) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v8.4.0...v8.5.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 15:46:54 +09:00
dependabot[bot] 33bcb9d8fb chore(deps): bump libc from 0.2.183 to 0.2.184 (#67)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.183 to 0.2.184.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.183...0.2.184)

---
updated-dependencies:
- dependency-name: libc
  dependency-version: 0.2.184
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 15:46:45 +09:00
dependabot[bot] a6c1c2c791 chore(deps): bump hmac from 0.12.1 to 0.13.0 (#66)
Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0.
- [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.12.1...hmac-v0.13.0)

---
updated-dependencies:
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-06 15:46:31 +09:00
junhsss 23edc8871e fix: downgrade sha1/sha2 2026-04-03 23:44:42 +09:00
dependabot[bot] 3623fc3ec1 chore(deps): bump zip from 8.3.0 to 8.4.0 (#61)
Bumps [zip](https://github.com/zip-rs/zip2) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-03 23:07:59 +09:00
dependabot[bot] 81b30f8300 chore(deps): bump sha1 from 0.10.6 to 0.11.0 (#62)
Bumps [sha1](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.11.0.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha1-v0.10.6...sha1-v0.11.0)

---
updated-dependencies:
- dependency-name: sha1
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-03 23:07:50 +09:00
dependabot[bot] 73ea1eccbe chore(deps): bump sha2 from 0.10.9 to 0.11.0 (#63)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0)

---
updated-dependencies:
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-03 22:11:02 +09:00
dependabot[bot] b60f705a8f chore(deps): bump proptest from 1.10.0 to 1.11.0 (#64)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: proptest
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-03 22:10:51 +09:00
junhsss 929ef18f14 chore: bump version 2026-03-24 22:24:44 +09:00
junhsss 8baaef4a1c chore: bump agent-browser version 2026-03-24 15:17:13 +09:00
dependabot[bot] 0980eb3146 chore(deps): bump getrandom from 0.3.4 to 0.4.2 (#53)
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.2.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.2)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 20:10:46 +09:00
dependabot[bot] ec91483cae chore(deps): bump zip from 8.2.0 to 8.3.0 (#54)
Bumps [zip](https://github.com/zip-rs/zip2) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 20:10:32 +09:00
junhsss 941a8a5e7b fix: patch rustls-webpki vulnerability 2026-03-23 20:09:57 +09:00
junhsss f0bc1ebc09 chore: bump version 2026-03-21 00:12:30 +09:00
junhsss 9aac3353ba chore: bump version 2026-03-20 19:49:01 +09:00
dependabot[bot] b60426866c chore(deps): bump zip from 2.4.2 to 8.2.0 (#48)
Bumps [zip](https://github.com/zip-rs/zip2) from 2.4.2 to 8.2.0.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v2.4.2...v8.2.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 19:47:12 +09:00
dependabot[bot] 6f7254585d chore(deps): bump rusqlite from 0.33.0 to 0.39.0 (#49)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.33.0 to 0.39.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.33.0...v0.39.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 19:43:41 +09:00
dependabot[bot] 5699c2470d chore(deps): bump proptest-derive from 0.5.1 to 0.8.0 (#50)
Bumps [proptest-derive](https://github.com/proptest-rs/proptest) from 0.5.1 to 0.8.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/compare/0.5.1...proptest-derive-0.8.0)

---
updated-dependencies:
- dependency-name: proptest-derive
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 19:43:33 +09:00
dependabot[bot] 7a33e61e67 chore(deps): bump jiff from 0.1.29 to 0.2.23 (#51)
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.1.29 to 0.2.23.
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/jiff/compare/0.1.29...jiff-static-0.2.23)

---
updated-dependencies:
- dependency-name: jiff
  dependency-version: 0.2.23
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 19:43:21 +09:00
dependabot[bot] 30e6fea478 chore(deps): bump dialoguer from 0.11.0 to 0.12.0 (#52)
Bumps [dialoguer](https://github.com/console-rs/dialoguer) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/console-rs/dialoguer/releases)
- [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG-OLD.md)
- [Commits](https://github.com/console-rs/dialoguer/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: dialoguer
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 19:43:11 +09:00
junhsss 7a1a95bb8b chore: add toolings 2026-03-20 18:25:39 +09:00