Skip to content

Commit de2452c

Browse files
committed
feat(catalog): add Reasonix and DeepSeek Harness
1 parent fa76234 commit de2452c

42 files changed

Lines changed: 4236 additions & 94 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
## answer
2+
3+
DeepSeek Harness ist ein quelloffenes, pluginbasiertes Agenten-Harness in der Entwicklervorschau, mit dem Coding-Agenten über eine lokale Weboberfläche erstellt und ausgeführt werden können.
4+
5+
## introduction
6+
7+
DeepSeek Harness bietet Coding-Werkzeuge, nachvollziehbare Sitzungen, konfigurierbare Workflows und mehrere Laufzeitmodi in einer Plugin-First-Architektur. Es läuft lokal über das npm-Paket @deepseek-ai/dsh und befindet sich in einer frühen Entwicklervorschau, in der inkompatible Änderungen möglich sind.
8+
9+
## capabilities.items.0.title
10+
11+
Alles ist ein Plugin
12+
13+
## capabilities.items.0.description
14+
15+
Modelle, Werkzeuge, Kontextanbieter, Berechtigungsrichtlinien, Benutzeroberflächen und Workflows lassen sich über dasselbe Plugin-System ersetzen oder erweitern.
16+
17+
## capabilities.items.1.title
18+
19+
Nachvollziehbare Coding-Sitzungen
20+
21+
## capabilities.items.1.description
22+
23+
Agentenaktionen, Werkzeugaufrufe, Kontext und Sitzungsverlauf bleiben einsehbar, damit Coding-Arbeit beobachtbar und leichter zu debuggen ist.
24+
25+
## capabilities.items.2.title
26+
27+
Mehrere Laufzeitmodi
28+
29+
## capabilities.items.2.description
30+
31+
Das Harness kann mit seiner lokalen Weboberfläche ausgeführt oder um andere Oberflächen und Workflows auf derselben Laufzeit ergänzt werden.
32+
33+
## faq.items.0.question
34+
35+
Was ist DeepSeek Harness?
36+
37+
## faq.items.0.answer
38+
39+
DeepSeek Harness ist DeepSeeks quelloffene Laufzeit zum Zusammenstellen und Ausführen von Coding-Agenten aus austauschbaren Plugins.
40+
41+
## faq.items.1.question
42+
43+
Ist DeepSeek Harness produktionsreif?
44+
45+
## faq.items.1.answer
46+
47+
Nein. DeepSeek kennzeichnet es als Entwicklervorschau und weist darauf hin, dass sich Schnittstellen und Verhalten zwischen Versionen ändern können.
48+
49+
## faq.items.2.question
50+
51+
Wie starte ich DeepSeek Harness?
52+
53+
## faq.items.2.answer
54+
55+
Wenn Node.js und npm verfügbar sind, startet npx @deepseek-ai/dsh web die lokale Weboberfläche.
56+
57+
## faq.items.3.question
58+
59+
Kann ich Modelle und Werkzeuge anpassen?
60+
61+
## faq.items.3.answer
62+
63+
Ja. Die Plugin-Architektur macht Modelle, Werkzeuge, Kontext, Berechtigungen, Oberflächen und Workflows austauschbar.
64+
65+
## faq.items.4.question
66+
67+
Welche Lizenz verwendet DeepSeek Harness?
68+
69+
## faq.items.4.answer
70+
71+
DeepSeek Harness ist quelloffene Software unter der MIT-Lizenz.

content/clis/de/reasonix.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
## answer
2+
3+
Reasonix ist ein quelloffener, DeepSeek-nativer Coding-Agent für das Terminal, der auf stabile Präfix-Caches und langlebige lokale Sitzungen ausgelegt ist.
4+
5+
## introduction
6+
7+
Reasonix verbindet eine in Go entwickelte CLI/TUI mit Coding-Werkzeugen, Plugins und Projektkontext. Es kann DeepSeek oder OpenAI-kompatible Endpunkte nutzen, läuft unter macOS, Windows und Linux und teilt seine lokale Engine mit der Desktop-App und der Editor-Erweiterung.
8+
9+
## capabilities.items.0.title
10+
11+
Cache-stabile Agentensitzungen
12+
13+
## capabilities.items.0.description
14+
15+
Stabile Systemanweisungen und Werkzeugdefinitionen ermöglichen kompatiblen Modelldiensten, Präfix-Caches über lange Sitzungen hinweg wiederzuverwenden.
16+
17+
## capabilities.items.1.title
18+
19+
Werkzeuge und konfigurierbare Plugins
20+
21+
## capabilities.items.1.description
22+
23+
Integrierte Werkzeuge bearbeiten Repositories, während Konfigurationen und Plugins den Ablauf flexibel an unterschiedliche Aufgaben anpassen.
24+
25+
## capabilities.items.2.title
26+
27+
Eine lokale Engine für mehrere Oberflächen
28+
29+
## capabilities.items.2.description
30+
31+
Dieselbe Reasonix-Engine steht im Terminal, in der Desktop-Anwendung und über eine per ACP verbundene Editor-Erweiterung bereit.
32+
33+
## faq.items.0.question
34+
35+
Was ist Reasonix?
36+
37+
## faq.items.0.answer
38+
39+
Reasonix ist ein MIT-lizenzierter Coding-Agent, dessen Terminaloberfläche für DeepSeek-Modelle, lokale Werkzeuge und cachebewusste Dialoge entwickelt wurde.
40+
41+
## faq.items.1.question
42+
43+
Welche Modelldienste kann Reasonix verwenden?
44+
45+
## faq.items.1.answer
46+
47+
Reasonix bietet eine DeepSeek-orientierte Voreinstellung und verbindet sich mit lokal hinterlegten Zugangsdaten auch zu OpenAI-kompatiblen Endpunkten.
48+
49+
## faq.items.2.question
50+
51+
Wie starte ich Reasonix?
52+
53+
## faq.items.2.answer
54+
55+
Installieren Sie die CLI über einen offiziellen Paketkanal, richten Sie die Zugangsdaten des Modelldienstes ein und starten Sie Reasonix im gewünschten Repository.
56+
57+
## faq.items.3.question
58+
59+
Welche Betriebssysteme unterstützt Reasonix?
60+
61+
## faq.items.3.answer
62+
63+
Die Reasonix-CLI unterstützt macOS, Windows und Linux; offizielle Pakete und Binärdateien sind für diese Plattformen dokumentiert.
64+
65+
## faq.items.4.question
66+
67+
Welche Lizenz und welches Preismodell hat Reasonix?
68+
69+
## faq.items.4.answer
70+
71+
Reasonix ist unter der MIT-Lizenz quelloffen und kostenlos. Nutzungskosten richten sich nach dem verbundenen Modelldienst und dessen Konto.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
## answer
2+
3+
DeepSeek Harness is an open-source, plugin-based agent harness in developer preview for building and running coding agents with a local Web UI.
4+
5+
## introduction
6+
7+
DeepSeek Harness provides coding tools, traceable sessions, configurable workflows, and multiple runtime modes through a plugin-first architecture. It runs locally from the @deepseek-ai/dsh npm package and is currently an early developer preview that may introduce breaking changes.
8+
9+
## capabilities.items.0.title
10+
11+
Everything is a plugin
12+
13+
## capabilities.items.0.description
14+
15+
Replace or extend models, tools, context providers, permission policies, user interfaces, and workflows through the same plugin system.
16+
17+
## capabilities.items.1.title
18+
19+
Traceable coding sessions
20+
21+
## capabilities.items.1.description
22+
23+
Inspect agent actions, tool calls, context, and session history so coding work remains observable and easier to debug.
24+
25+
## capabilities.items.2.title
26+
27+
Multiple runtime modes
28+
29+
## capabilities.items.2.description
30+
31+
Run the harness with its local Web UI or compose other interfaces and workflows on top of the same runtime.
32+
33+
## faq.items.0.question
34+
35+
What is DeepSeek Harness?
36+
37+
## faq.items.0.answer
38+
39+
DeepSeek Harness is DeepSeek's open-source runtime for assembling and running coding agents from interchangeable plugins.
40+
41+
## faq.items.1.question
42+
43+
Is DeepSeek Harness production-ready?
44+
45+
## faq.items.1.answer
46+
47+
No. DeepSeek labels it as a developer preview and warns that interfaces and behavior may change between releases.
48+
49+
## faq.items.2.question
50+
51+
How do I launch DeepSeek Harness?
52+
53+
## faq.items.2.answer
54+
55+
With Node.js and npm available, run npx @deepseek-ai/dsh web to start the local Web interface.
56+
57+
## faq.items.3.question
58+
59+
Can I customize its models and tools?
60+
61+
## faq.items.3.answer
62+
63+
Yes. Its plugin architecture is designed to make models, tools, context, permissions, interfaces, and workflows replaceable.
64+
65+
## faq.items.4.question
66+
67+
What license does DeepSeek Harness use?
68+
69+
## faq.items.4.answer
70+
71+
DeepSeek Harness is open-source software released under the MIT license.

content/clis/en/reasonix.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
## answer
2+
3+
Reasonix is an open-source, DeepSeek-native coding agent for terminal work, designed around prefix-cache stability and a long-running local session.
4+
5+
## introduction
6+
7+
Reasonix combines a Go-based CLI/TUI with coding tools, plugins, project context, and support for DeepSeek or OpenAI-compatible endpoints. It runs on macOS, Windows, and Linux, uses your own model credentials, and shares its local engine with the Reasonix desktop app and editor extension.
8+
9+
## capabilities.items.0.title
10+
11+
Cache-stable agent sessions
12+
13+
## capabilities.items.0.description
14+
15+
Keep the system prompt and tool definitions stable so compatible model providers can reuse prefix caches across an extended coding session.
16+
17+
## capabilities.items.1.title
18+
19+
Tools and configurable plugins
20+
21+
## capabilities.items.1.description
22+
23+
Inspect and change a repository through built-in tools, then adapt the workflow with configuration and plugins instead of a fixed interaction model.
24+
25+
## capabilities.items.2.title
26+
27+
One local engine across interfaces
28+
29+
## capabilities.items.2.description
30+
31+
Use the same Reasonix engine from its terminal interface, desktop application, or an ACP-connected editor extension.
32+
33+
## faq.items.0.question
34+
35+
What is Reasonix?
36+
37+
## faq.items.0.answer
38+
39+
Reasonix is an MIT-licensed coding agent whose terminal interface is built around DeepSeek models, local tools, and cache-conscious multi-turn sessions.
40+
41+
## faq.items.1.question
42+
43+
Which model providers can Reasonix use?
44+
45+
## faq.items.1.answer
46+
47+
Reasonix includes a DeepSeek-oriented preset and can connect to compatible OpenAI-style endpoints using credentials that you configure locally.
48+
49+
## faq.items.2.question
50+
51+
How do I start Reasonix?
52+
53+
## faq.items.2.answer
54+
55+
Install the CLI using an official package channel, add the required provider credentials, and launch Reasonix from the repository you want it to work with.
56+
57+
## faq.items.3.question
58+
59+
Which operating systems support Reasonix?
60+
61+
## faq.items.3.answer
62+
63+
The Reasonix CLI supports macOS, Windows, and Linux, with official packages and binaries documented for each platform.
64+
65+
## faq.items.4.question
66+
67+
What are Reasonix's license and pricing model?
68+
69+
## faq.items.4.answer
70+
71+
Reasonix is open-source software under the MIT license. The software is free, while usage charges depend on the model provider and account you connect.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
## answer
2+
3+
DeepSeek Harness es un entorno de agentes de código abierto basado en plugins y en vista previa para desarrolladores, pensado para crear y ejecutar agentes de programación con una interfaz web local.
4+
5+
## introduction
6+
7+
DeepSeek Harness ofrece herramientas de programación, sesiones trazables, flujos configurables y varios modos de ejecución mediante una arquitectura centrada en plugins. Se ejecuta localmente desde el paquete npm @deepseek-ai/dsh y sigue siendo una vista previa temprana que puede introducir cambios incompatibles.
8+
9+
## capabilities.items.0.title
10+
11+
Todo es un plugin
12+
13+
## capabilities.items.0.description
14+
15+
Sustituye o amplía modelos, herramientas, proveedores de contexto, políticas de permisos, interfaces y flujos de trabajo mediante el mismo sistema de plugins.
16+
17+
## capabilities.items.1.title
18+
19+
Sesiones de programación trazables
20+
21+
## capabilities.items.1.description
22+
23+
Examina las acciones del agente, las llamadas a herramientas, el contexto y el historial para mantener el trabajo observable y facilitar la depuración.
24+
25+
## capabilities.items.2.title
26+
27+
Varios modos de ejecución
28+
29+
## capabilities.items.2.description
30+
31+
Ejecuta el entorno con su interfaz web local o compón otras interfaces y flujos sobre el mismo runtime.
32+
33+
## faq.items.0.question
34+
35+
¿Qué es DeepSeek Harness?
36+
37+
## faq.items.0.answer
38+
39+
DeepSeek Harness es el runtime de código abierto de DeepSeek para componer y ejecutar agentes de programación con plugins intercambiables.
40+
41+
## faq.items.1.question
42+
43+
¿DeepSeek Harness está listo para producción?
44+
45+
## faq.items.1.answer
46+
47+
No. DeepSeek lo identifica como vista previa para desarrolladores y advierte que las interfaces y el comportamiento pueden cambiar entre versiones.
48+
49+
## faq.items.2.question
50+
51+
¿Cómo inicio DeepSeek Harness?
52+
53+
## faq.items.2.answer
54+
55+
Con Node.js y npm disponibles, ejecuta npx @deepseek-ai/dsh web para iniciar la interfaz web local.
56+
57+
## faq.items.3.question
58+
59+
¿Puedo personalizar sus modelos y herramientas?
60+
61+
## faq.items.3.answer
62+
63+
Sí. Su arquitectura permite sustituir o ampliar modelos, herramientas, contexto, permisos, interfaces y flujos de trabajo.
64+
65+
## faq.items.4.question
66+
67+
¿Qué licencia usa DeepSeek Harness?
68+
69+
## faq.items.4.answer
70+
71+
DeepSeek Harness es software de código abierto publicado bajo la licencia MIT.

0 commit comments

Comments
 (0)