@akanjs/cli 3.0.0-alpha.32 → 3.0.0-alpha.33
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/.build-stamp
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
92c020a25f9a2117ffc1aac1e1581b005e93ce7da63656e22aa9756cad18ea57
|
|
@@ -710,7 +710,11 @@ apps and libs never import it directly (`no-import-external-library`) — everyt
|
|
|
710
710
|
globally and a component cannot build one per render: pass the list it has — a slice's sort keys, the options a
|
|
711
711
|
prop carried — and it is published and enforced the same way. Neither reaches a set that fills in *after* the
|
|
712
712
|
first render, since a declaration is mount-static; put that in the tool's `guard`, which is re-read per call and
|
|
713
|
-
can name the current values in its refusal.
|
|
713
|
+
can name the current values in its refusal. **An argument type nothing can describe — a model class, `Any`, a
|
|
714
|
+
`Map` — withdraws the whole tool and says so on the console**, naming the tool, the argument and the type; the
|
|
715
|
+
callable still drives the click a person makes. It does not throw: a tool schema is built during render, and an
|
|
716
|
+
agent-tooling mistake that aborted the render would cost the route its server rendering. `st.useState`'s `set`
|
|
717
|
+
degrades the same way, to read-only.
|
|
714
718
|
- **A component that renders once per row publishes nothing.** A tool registered under one name by fifty rows is
|
|
715
719
|
forty-nine collisions and one survivor. The container publishes one tool taking the id instead —
|
|
716
720
|
`removeTask(taskId)`, never fifty `removeTask` — and the agent reads the ids from the `<slice>.items` resource
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/cli",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.33",
|
|
4
4
|
"sourceType": "module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@langchain/openai": "^1.4.6",
|
|
35
35
|
"@tailwindcss/node": "^4.3.0",
|
|
36
36
|
"@trapezedev/project": "^7.1.4",
|
|
37
|
-
"akanjs": "3.0.0-alpha.
|
|
37
|
+
"akanjs": "3.0.0-alpha.33",
|
|
38
38
|
"chalk": "^5.6.2",
|
|
39
39
|
"commander": "^14.0.3",
|
|
40
40
|
"dayjs": "^1.11.20",
|