@textcortex/zenocode 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +17 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Zenocode
2
2
 
3
- Zenocode is a powerful AI coding agent for TextCortex customers. Built for the terminal.
3
+ Zenocode is a best-in-class coding agent for TextCortex customers. It runs in your terminal, edits files, runs scripts, and more.
4
4
 
5
- It gives you the OpenCode-style terminal experience with TextCortex authentication, TextCortex model access, and a TextCortex-branded runtime already wired in.
5
+ It is built for teams that want a terminal-native coding agent with TextCortex authentication, TextCortex model access, and enterprise-grade security built in.
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 onboarding and SSO to the correct TextCortex 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 backed by TextCortex's enterprise security posture and European data-sovereignty model.
36
+
37
+ - SOC 2 and ISO 27001 certified
38
+ - Built for European data sovereignty
39
+ - TextCortex states that its services are hosted in the European Union on GDPR-compliant servers
40
+ - Zero data training: TextCortex states that customer data is never used for model training or fine-tuning
41
+ - For optional services or LLMs hosted outside the EU, TextCortex states that they 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",
4
- "description": "A powerful AI coding agent for TextCortex customers, with TextCortex auth and models built in.",
3
+ "version": "0.1.5",
4
+ "description": "Best-in-class 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",