@sema-agent/cli 1.0.62 → 1.0.63

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.
Files changed (3) hide show
  1. package/npm-shrinkwrap.json +8 -8
  2. package/package.json +1 -1
  3. package/sema.js +1823 -1210
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sema-agent/cli",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sema-agent/cli",
9
- "version": "1.0.62",
9
+ "version": "1.0.63",
10
10
  "license": "BUSL-1.1",
11
11
  "dependencies": {
12
12
  "@sema-agent/sdk": "2.2.0",
@@ -1245,9 +1245,9 @@
1245
1245
  "license": "MIT"
1246
1246
  },
1247
1247
  "node_modules/fast-uri": {
1248
- "version": "3.1.4",
1249
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
1250
- "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
1248
+ "version": "3.1.5",
1249
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
1250
+ "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
1251
1251
  "funding": [
1252
1252
  {
1253
1253
  "type": "github",
@@ -1408,9 +1408,9 @@
1408
1408
  }
1409
1409
  },
1410
1410
  "node_modules/hono": {
1411
- "version": "4.12.32",
1412
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.32.tgz",
1413
- "integrity": "sha512-XcuyW9qE2kJn07PkecMOBd5Vq/hMy7mmGw+idz1yblbg9N17ijJODrvPkn7/dwL3Kulj8LcRJ69DLOWf91dRUg==",
1411
+ "version": "4.12.33",
1412
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.33.tgz",
1413
+ "integrity": "sha512-+SwvkaiJtxsiPjhy9LivY/1m7UsNqCJetM1BrZl9A5DkQhlbHQDU730mMiDPWjnoCYOM8Chf3WrCJw27kNTPFQ==",
1414
1414
  "license": "MIT",
1415
1415
  "engines": {
1416
1416
  "node": ">=16.9.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sema-agent/cli",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Sema — your own Claude Code-grade coding agent, in the terminal.",
5
5
  "license": "BUSL-1.1",
6
6
  "bin": {