@spencer-kit/coder-studio 0.4.9 → 0.5.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.
- package/CHANGELOG.md +12 -0
- package/dist/esm/bin.mjs +29621 -16015
- package/dist/esm/bin.mjs.map +4 -4
- package/dist/esm/server-runner.mjs +27706 -14489
- package/dist/esm/server-runner.mjs.map +4 -4
- package/dist/web/assets/components-CBwEj8F3.css +1 -0
- package/dist/web/assets/components-CGHXUDfF.js +158 -0
- package/dist/web/assets/components-CGHXUDfF.js.map +1 -0
- package/dist/web/assets/main-Na2CPXZJ.js +2 -0
- package/dist/web/assets/main-Na2CPXZJ.js.map +1 -0
- package/dist/web/assets/ui-preview-DHlB71h3.js +23 -0
- package/dist/web/assets/ui-preview-DHlB71h3.js.map +1 -0
- package/dist/web/index.html +3 -3
- package/dist/web/ui-preview.html +3 -3
- package/package.json +1 -1
- package/src/automation-client.ts +36 -0
- package/src/automation-command-client.ts +142 -0
- package/src/bin.test.ts +194 -0
- package/src/cli.ts +121 -0
- package/src/parse-args.ts +221 -2
- package/dist/web/assets/components-6O5yG1fL.css +0 -1
- package/dist/web/assets/components-SjBXPKn9.js +0 -108
- package/dist/web/assets/components-SjBXPKn9.js.map +0 -1
- package/dist/web/assets/main-BjHz157g.js +0 -2
- package/dist/web/assets/main-BjHz157g.js.map +0 -1
- package/dist/web/assets/ui-preview-tdq8QPlu.js +0 -22
- package/dist/web/assets/ui-preview-tdq8QPlu.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#75](https://github.com/spencerkit/coder-studio/pull/75) [`a5e71c7`](https://github.com/spencerkit/coder-studio/commit/a5e71c71ce072cd61dfde534ecbeb6ef5c3d631d) Thanks [@pallyoung](https://github.com/pallyoung)! - Hide the unfinished extension status entry from the workspace activity bar.
|
|
8
|
+
|
|
9
|
+
## 0.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#72](https://github.com/spencerkit/coder-studio/pull/72) [`93e05d6`](https://github.com/spencerkit/coder-studio/commit/93e05d690135f6ef939fa33a465380b00fd99de9) Thanks [@pallyoung](https://github.com/pallyoung)! - Add expanded provider runtime support, agent instruction generation, skills management, and work analysis dashboard updates.
|
|
14
|
+
|
|
3
15
|
## 0.4.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|