@getmonoceros/workbench 1.26.0 → 1.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,10 @@ service:
11
11
  interval: 10s
12
12
  timeout: 5s
13
13
  retries: 5
14
+ client:
15
+ # `aws s3 --endpoint-url "$RUSTFS_URL" …` with AWS_* from RUSTFS_ACCESS_KEY /
16
+ # RUSTFS_SECRET_KEY (the briefing tells the agent the vars).
17
+ apt: [awscli]
14
18
  connectionEnv:
15
19
  URL: http://${host}:${port}
16
20
  HOST: ${host}
package/dist/bin.js CHANGED
@@ -7310,7 +7310,7 @@ var CLI_VERSION;
7310
7310
  var init_version = __esm({
7311
7311
  "src/version.ts"() {
7312
7312
  "use strict";
7313
- CLI_VERSION = true ? "1.26.0" : "dev";
7313
+ CLI_VERSION = true ? "1.26.1" : "dev";
7314
7314
  }
7315
7315
  });
7316
7316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmonoceros/workbench",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Monoceros workbench CLI — local, reproducible dev containers with first-class AI coding tooling.",
5
5
  "keywords": [
6
6
  "devcontainer",