Commit Graph

38 Commits

Author SHA1 Message Date
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 df925cf13e feat: shell completion 2026-04-23 13:19:02 +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] 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
junhsss 205c859f48 chore: bump version 2026-04-13 22:38:56 +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] 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] 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
junhsss 929ef18f14 chore: bump version 2026-03-24 22:24:44 +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
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
junhsss 6a22b25a24 chore: bump version 2026-03-19 22:34:29 +09:00
junhsss 8c156fcd0f feat: use libc kill for process checks 2026-03-19 22:24:47 +09:00
junhsss 13ce27bb05 chore: bump version 2026-03-18 17:34:18 +09:00
junhsss af30b07b11 feat: replace hand-rolled date/time math 2026-03-18 16:32:32 +09:00
junhsss 1ed4ee2bbb feat: profiles cleanup 2026-03-18 16:02:10 +09:00
junhsss b4d4c0910e feat: rust migration (#41)
* feat: initial

* test: dynamic command retrieval

* feat: profiles

* feat: agent-browser integration

* feat: flag parity

* ci: distribution

* fix: profile parameters

* feat: cleanup

* feat: forge

* feat: profiles again

* feat: more cleanup

* chore: more cleanup

* fix: short flag conflict

* test: more tests

* test: more compat test

* test: even more tests
2026-03-17 22:10:27 +09:00