@texra-ai/cli 0.38.5 → 0.38.7

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 CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Open VSX Version](https://img.shields.io/open-vsx/v/texra-ai/texra)](https://open-vsx.org/extension/texra-ai/texra)
8
8
  [![Open VSX Downloads](https://img.shields.io/open-vsx/dt/texra-ai/texra)](https://open-vsx.org/extension/texra-ai/texra)
9
9
  [![npm version](https://img.shields.io/npm/v/@texra-ai/cli?label=%40texra-ai%2Fcli)](https://www.npmjs.com/package/@texra-ai/cli)
10
- [![npm downloads](https://img.shields.io/npm/dm/@texra-ai/cli)](https://www.npmjs.com/package/@texra-ai/cli)
10
+ [![CLI downloads](https://img.shields.io/npm/dm/@texra-ai/cli?label=CLI%20downloads)](https://www.npmjs.com/package/@texra-ai/cli)
11
11
 
12
12
  A LaTeX research assistant for VS Code and the terminal. Multi-agent
13
13
  workflows for writing, reviewing, formalizing, and rendering academic
@@ -59,14 +59,15 @@ Run history and agent settings are shared between both surfaces.
59
59
 
60
60
  ## Teams
61
61
 
62
- Four built-in presets cover the most common research disciplines:
62
+ Five built-in presets cover the most common research disciplines:
63
63
 
64
- | Team | Built for |
65
- | --------------------------- | -------------------------------------------------------------------------------- |
66
- | **Physicist** | Analytical derivations, numerical experiments, literature search, slide drafting |
67
- | **Mathematician** | Proofs, Lean 4 formalization, research, LaTeX correction |
68
- | **Computer Scientist (ML)** | Algorithm design, experiments and ablations, literature, reproducibility |
69
- | **Lean Project** | Mathlib search, tactic simplification, blueprint-driven formalization |
64
+ | Team | Built for |
65
+ | ---------------------- | -------------------------------------------------------------------------------- |
66
+ | **Physicist** | Analytical derivations, numerical experiments, literature search, slide drafting |
67
+ | **Mathematician** | Attacking open problems, proofs, Lean 4 formalization, LaTeX correction |
68
+ | **Computer Scientist** | Algorithm design, code-driven experiments and ablations, tests, literature |
69
+ | **Lean Project** | Mathlib search, tactic simplification, blueprint-driven formalization |
70
+ | **Software Engineer** | An engineer lead delegating implementation, review, debugging, and testing |
70
71
 
71
72
  Pick a team in **Settings → Multi-Agent**, or with `texra multi-agent
72
73
  run <preset>`. Or define your own roster in YAML.
@@ -79,10 +80,13 @@ run <preset>`. Or define your own roster in YAML.
79
80
 
80
81
  **Tool-use agents** work conversationally with file, shell, and search
81
82
  access: `research`, `numerics`, `review`, `presenter`, `latexFixer`,
82
- `latexDiff`, `creator`, `lean`, `chat`, `setup`.
83
+ `latexDiff`, `creator`, `lean`, `assistant`, `setup`, plus a
84
+ software-engineering line — `engineer`, `coder`, `codeReviewer`,
85
+ `testEngineer`, `codeSimplifier`.
83
86
 
84
87
  **Hosted specialists** (signed-in users): `orchestrator`, `search`,
85
- `simplifier`, `criticize`, `devise`, `apply`, `generic`,
88
+ `simplifier`, `criticize`, `firstread`, `logic`, `notation`, `enhance`,
89
+ `elevate`, `humanize`, `devise`, `apply`, `verifyFix`, `generic`,
86
90
  `progressCheck`, and the Lean line — `leanOrchestrator`,
87
91
  `leanBlueprint`, `leanSearch`, `leanSimplifier`.
88
92