@textcortex/zenocode 0.1.4 → 0.1.6
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/README.md +17 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Zenocode
|
|
2
2
|
|
|
3
|
-
Zenocode is
|
|
3
|
+
Zenocode is the secure coding agent for TextCortex customers. It runs in your terminal, edits files, executes scripts, and more.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Built for teams that need speed, control, and trust, Zenocode combines a terminal-native coding workflow with TextCortex authentication, workspace routing, and enterprise security from day one.
|
|
6
6
|
|
|
7
7
|
## What This Package Does
|
|
8
8
|
|
|
@@ -20,12 +20,26 @@ npm install -g @textcortex/zenocode
|
|
|
20
20
|
## Quick Start
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
zenocode login
|
|
23
|
+
zenocode login --email you@company.com
|
|
24
24
|
zenocode
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
+
Use your work email when logging in so Zenocode can route you to the correct onboarding and SSO flow for your workspace domain, for example `companyA.textcortex.com`.
|
|
28
|
+
|
|
29
|
+
If you skip `--email`, Zenocode will ask for it interactively during login.
|
|
30
|
+
|
|
27
31
|
If you already have an API key, you can also start Zenocode by setting `TEXTCORTEX_API_KEY` or `TEXTCORTEX_API_TOKEN`.
|
|
28
32
|
|
|
33
|
+
## Built For Security And Compliance
|
|
34
|
+
|
|
35
|
+
Zenocode is built for organizations that treat security, compliance, and data sovereignty as non-negotiable.
|
|
36
|
+
|
|
37
|
+
- Hosted in the European Union on GDPR-compliant infrastructure
|
|
38
|
+
- SOC 2 and ISO 27001 certified
|
|
39
|
+
- Built for European data sovereignty
|
|
40
|
+
- Zero data training: your data is not used for model training or fine-tuning
|
|
41
|
+
- Optional services or LLMs hosted outside the EU are covered by the EU-US Data Privacy Framework or GDPR Standard Contractual Clauses
|
|
42
|
+
|
|
29
43
|
## Who It Is For
|
|
30
44
|
|
|
31
45
|
Zenocode is for TextCortex customers who want to use a terminal-native AI coding agent with their existing TextCortex account, models, and authentication flow.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@textcortex/zenocode",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Secure, EU-hosted coding agent for TextCortex customers that runs in your terminal, edits files, runs scripts, and more.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|