@sapiom/harness 0.8.7 → 0.8.9
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 +20 -0
- package/dist/profiles/default.d.ts.map +1 -1
- package/dist/profiles/default.js +4 -2
- package/dist/profiles/default.js.map +1 -1
- package/dist/web/assets/index-B18B2y5o.js +494 -0
- package/dist/web/assets/index-jGBbXx9R.css +32 -0
- package/dist/web/index.html +2 -2
- package/package.json +4 -4
- package/dist/web/assets/index-BuY7sGHa.css +0 -32
- package/dist/web/assets/index-CDiqjxvC.js +0 -494
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @sapiom/harness
|
|
2
2
|
|
|
3
|
+
## 0.8.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9165f18: Studio's coding-agent system prompt now says to omit `model`, states that `smart` is a no-op, and keeps size labels as the deliberate choice — matching the authoring skill, the MCP instructions, and the call-surface guide.
|
|
8
|
+
- Updated dependencies [054f749]
|
|
9
|
+
- Updated dependencies [db81e32]
|
|
10
|
+
- Updated dependencies [054f749]
|
|
11
|
+
- @sapiom/mcp@0.13.0
|
|
12
|
+
- @sapiom/agent@0.12.2
|
|
13
|
+
- @sapiom/agent-core@0.13.2
|
|
14
|
+
|
|
15
|
+
## 0.8.8
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 672550f: Start fresh same-folder Claude Code or Codex conversations from browser-style session tabs in Agent Studio.
|
|
20
|
+
- @sapiom/agent@0.12.1
|
|
21
|
+
- @sapiom/agent-core@0.13.1
|
|
22
|
+
|
|
3
23
|
## 0.8.7
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/profiles/default.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/profiles/default.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,QA+E1B,CAAC"}
|
package/dist/profiles/default.js
CHANGED
|
@@ -27,8 +27,10 @@ platform-driven multi-turn loop → \`ctx.sapiom.models.run\` (never for a
|
|
|
27
27
|
one-shot — it overthinks); dispatching a deployed agent by slug →
|
|
28
28
|
\`ctx.sapiom.agents.run\`. Structured output = tool-use/schema output — read
|
|
29
29
|
the \`tool_use\` block's input, never string-parse; a plain-text reply reads
|
|
30
|
-
only \`type === 'text'\` blocks. Omit \`model\`
|
|
31
|
-
|
|
30
|
+
only \`type === 'text'\` blocks. **Omit \`model\` entirely** — the platform
|
|
31
|
+
routes it, and \`smart\` is already the default, so naming it changes
|
|
32
|
+
nothing. Reach for \`small\`/\`medium\`/\`large\` only to choose a class
|
|
33
|
+
deliberately. Raw provider ids are never
|
|
32
34
|
honored. Results disclose the served class + lane. Debugging a run: the
|
|
33
35
|
Run Inspector, or the per-step I/O endpoint documented in the guide.
|
|
34
36
|
Guide: https://docs.sapiom.ai/guides/choose-a-call-surface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.js","sourceRoot":"","sources":["../../src/profiles/default.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG
|
|
1
|
+
{"version":3,"file":"default.js","sourceRoot":"","sources":["../../src/profiles/default.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+EpC,CAAC,IAAI,EAAE,CAAC"}
|