@lazyingart/agintiflow 0.20.111 → 0.20.112
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/package.json +1 -1
- package/public/app.js +1 -1
- package/public/index.html +1 -1
- package/src/i18n.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lazyingart/agintiflow",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.112",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Project-aware, low-cost Web/CLI/API agents for creative, scientific, software, hardware, and industrial work with SCS, AAPS, guarded tools, and durable sessions.",
|
|
6
6
|
"license": "Apache-2.0",
|
package/public/app.js
CHANGED
|
@@ -18,7 +18,7 @@ const translations = {
|
|
|
18
18
|
brandKicker: "Developed by AgInTi Lab, LazyingArt LLC",
|
|
19
19
|
languageLabel: "Language",
|
|
20
20
|
intro:
|
|
21
|
-
"Project-aware, low-cost agents for
|
|
21
|
+
"Project-aware, low-cost agents for real project work. Web, CLI, and API workspace with guarded tools, durable sessions, SCS supervision, and AAPS workflows.",
|
|
22
22
|
projectStatusTitle: "Project folder",
|
|
23
23
|
setupTitle: "Provider setup",
|
|
24
24
|
setupHelp:
|
package/public/index.html
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</label>
|
|
35
35
|
</div>
|
|
36
36
|
<p class="subtle" data-i18n="intro">
|
|
37
|
-
Project-aware, low-cost agents for
|
|
37
|
+
Project-aware, low-cost agents for real project work. Web, CLI, and API workspace with guarded tools, durable sessions, SCS supervision, and AAPS workflows.
|
|
38
38
|
</p>
|
|
39
39
|
<details class="project-card">
|
|
40
40
|
<summary>
|
package/src/i18n.js
CHANGED
|
@@ -113,9 +113,9 @@ const LANGUAGE_ALIASES = new Map(
|
|
|
113
113
|
|
|
114
114
|
const TRANSLATIONS = {
|
|
115
115
|
en: {
|
|
116
|
-
launchSubtitle: "project-aware, low-cost agents",
|
|
116
|
+
launchSubtitle: "project-aware, low-cost agents for real project work",
|
|
117
117
|
launchCredit: "Developed by AgInTi Lab, LazyingArt LLC",
|
|
118
|
-
launchTagline: "api + web + cli +
|
|
118
|
+
launchTagline: "api + web + cli + guarded tools + durable sessions",
|
|
119
119
|
interactiveIntro: "Interactive agent chat. Type /help for commands, /exit to quit.",
|
|
120
120
|
promptEmpty: "type a request, /help, Enter to send, Ctrl+J for newline",
|
|
121
121
|
helpTitle: "Commands:",
|