🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sapiom/harness

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sapiom/harness - npm Package Compare versions

Comparing version
0.2.6
to
0.2.7
dist/web/assets/index-DXRbHg-Q.js

Sorry, the diff of this file is too big to display

+13
-0
# @sapiom/harness
## 0.2.7
### Patch Changes
- 267598a: Publish `@sapiom/agent-studio` as the branded Agent Studio launcher while
keeping `@sapiom/harness` as the supported implementation and compatibility
command.
- 87636c1: Make bundled starters work from a fresh Agent Studio session by preserving Studio-owned state, writing the project discovery marker, and handing Claude the local scaffold MCP tool directly.
- Updated dependencies [87636c1]
- @sapiom/agent-core@0.10.2
- @sapiom/mcp@0.12.1
- @sapiom/agent@0.9.3
## 0.2.6

@@ -4,0 +17,0 @@

+1
-1

@@ -16,3 +16,3 @@ <!doctype html>

</script>
<script type="module" crossorigin src="/assets/index-B-3_hl8M.js"></script>
<script type="module" crossorigin src="/assets/index-DXRbHg-Q.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-AAGKe1y6.css">

@@ -19,0 +19,0 @@ </head>

{
"name": "@sapiom/harness",
"version": "0.2.6",
"version": "0.2.7",
"description": "Agent Studio — a CLI-launched local web app that runs your coding agent (Claude Code or Codex) in a Sapiom-configured environment: MCP pre-wired, agents tracked, one-click deploy/run, and a live canvas for previews.",

@@ -50,6 +50,6 @@ "keywords": [

"zod": "^3.25.0",
"@sapiom/agent": "^0.9.1",
"@sapiom/agent-core": "^0.10.0",
"@sapiom/analytics-core": "^0.2.1",
"@sapiom/mcp": "^0.12.0"
"@sapiom/agent": "^0.9.3",
"@sapiom/agent-core": "^0.10.2",
"@sapiom/mcp": "^0.12.1",
"@sapiom/analytics-core": "^0.2.1"
},

@@ -56,0 +56,0 @@ "devDependencies": {

@@ -6,3 +6,5 @@ # Agent Studio

```bash
npx @sapiom/harness [dir]
npx @sapiom/agent-studio@latest [dir]
# supported direct implementation command:
npx @sapiom/harness@latest [dir]
# also available via the Sapiom CLI (npm i -g @sapiom/cli @sapiom/harness):

@@ -9,0 +11,0 @@ sapiom dev [dir]

Sorry, the diff of this file is too big to display