@statistica/code 0.1.3 → 0.1.4
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/overlay/config.toml +9 -0
- package/package.json +2 -2
package/overlay/config.toml
CHANGED
|
@@ -39,6 +39,15 @@ model_auto_compact_token_limit = 850000
|
|
|
39
39
|
# The launcher injects the absolute path to overlay/prompt/statistica_base_instructions.md.
|
|
40
40
|
model_instructions_file = "__BASE_INSTRUCTIONS__"
|
|
41
41
|
|
|
42
|
+
# --- Updates ---------------------------------------------------------------
|
|
43
|
+
# Disable codex's built-in TUI update prompt. It polls openai/codex's GitHub
|
|
44
|
+
# releases and compares against the codex workspace version (0.0.0), so for this
|
|
45
|
+
# fork it shows nonsense ("0.0.0 -> 0.139.0", openai/codex release notes). Our
|
|
46
|
+
# real update channel is the npm wrapper (codex-cli/bin/lib/version_check.js +
|
|
47
|
+
# the statistica_ui /api/cli/version-check route), which checks @statistica/code
|
|
48
|
+
# and enforces CLI_MIN_VERSION at launch.
|
|
49
|
+
check_for_update_on_startup = false
|
|
50
|
+
|
|
42
51
|
# --- Telemetry -------------------------------------------------------------
|
|
43
52
|
# OpenAI analytics OFF (our own analytics later via a hook; no core patch).
|
|
44
53
|
# --- Branding ---------------------------------------------------------------
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statistica/code",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Statistica Code
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Statistica Code — a terminal agent for quantitative finance, economics, data science, and software engineering. Native finance & data tools, skills, and plugins for industry-grade research.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"statistica-code": "bin/codex.js"
|