@sapiom/harness 0.9.0 → 0.10.0
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
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @sapiom/harness
|
|
2
2
|
|
|
3
|
+
## 0.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f26d2cd: Studio rail: an agent is never a project, and a row that is both opens the agent.
|
|
8
|
+
|
|
9
|
+
**Rows you had may disappear on upgrade, and no files are touched.** The rail now
|
|
10
|
+
derives its project list from one rule: a project is a directory you chose that
|
|
11
|
+
holds agents. Two kinds of row stop being drawn:
|
|
12
|
+
|
|
13
|
+
- A remembered folder that is an agent's **own** directory. It is dropped when
|
|
14
|
+
another project already shows that agent, and otherwise replaced by the folder
|
|
15
|
+
that holds it. These were residue of a fixed bug (a session used to root at the
|
|
16
|
+
agent's folder, and that folder got remembered), and they rendered the same
|
|
17
|
+
agent twice: once nested under its project and once again at top level. On one
|
|
18
|
+
real install this cut 42 project rows to 3 with all 89 agents still visible.
|
|
19
|
+
- A folder known only because a session ran there and holding no agent, unless a
|
|
20
|
+
session is live in it.
|
|
21
|
+
|
|
22
|
+
Nothing is deleted: `recentDirs` is untouched and any folder is one **Add a
|
|
23
|
+
project** away from coming back. Opening an agent's own folder now opens the
|
|
24
|
+
folder that holds it, rather than doing nothing.
|
|
25
|
+
|
|
26
|
+
Also: a project row whose root is an agent now opens that **agent** on click
|
|
27
|
+
instead of a dependency graph with one node in it; the graph moves to its own
|
|
28
|
+
control on the row. Every project row gains a hover **+** that creates an agent in
|
|
29
|
+
that folder. The rail header reads "Projects" on both axes, the primary call to
|
|
30
|
+
action reads "Create new agent", and two rail rows that painted a solid brand
|
|
31
|
+
green (the "New group" row on hover, and the armed "Reset to detected groups"
|
|
32
|
+
row) are a neutral hover and a red wash.
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [03da8e2]
|
|
37
|
+
- @sapiom/mcp@0.13.1
|
|
38
|
+
|
|
3
39
|
## 0.9.0
|
|
4
40
|
|
|
5
41
|
### Minor Changes
|