Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@
- Match standalone `HOSTNAME` to the preview URL hostname. For `http://localhost:<port>`, use `HOSTNAME=localhost`, never `127.0.0.1`.
- After each standalone start or restart, verify a default-locale URL, a locale-prefixed URL, and a referenced stylesheet all return `200`, with the stylesheet served as CSS. A tmux start command must include asset sync and the matching `HOSTNAME`.
- Never create a commit without asking the user first.

<!-- BEGIN:nextjs-agent-rules -->

# This is NOT the Next.js you know

This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` (resolved from this file's directory; in monorepos the `next` package may not be visible from the repo root) before writing any code. Heed deprecation notices.

This block is written and re-added by `next dev` — verify at `node_modules/next/dist/server/lib/generate-agent-files.js`. Removing it from a diff only re-creates the uncommitted change; committing it with your work keeps the tree clean.

<!-- END:nextjs-agent-rules -->
71 changes: 71 additions & 0 deletions content/clis/de/deepseek-harness.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
## answer

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.

## introduction

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.

## capabilities.items.0.title

Alles ist ein Plugin

## capabilities.items.0.description

Modelle, Werkzeuge, Kontextanbieter, Berechtigungsrichtlinien, Benutzeroberflächen und Workflows lassen sich über dasselbe Plugin-System ersetzen oder erweitern.

## capabilities.items.1.title

Nachvollziehbare Coding-Sitzungen

## capabilities.items.1.description

Agentenaktionen, Werkzeugaufrufe, Kontext und Sitzungsverlauf bleiben einsehbar, damit Coding-Arbeit beobachtbar und leichter zu debuggen ist.

## capabilities.items.2.title

Mehrere Laufzeitmodi

## capabilities.items.2.description

Das Harness kann mit seiner lokalen Weboberfläche ausgeführt oder um andere Oberflächen und Workflows auf derselben Laufzeit ergänzt werden.

## faq.items.0.question

Was ist DeepSeek Harness?

## faq.items.0.answer

DeepSeek Harness ist DeepSeeks quelloffene Laufzeit zum Zusammenstellen und Ausführen von Coding-Agenten aus austauschbaren Plugins.

## faq.items.1.question

Ist DeepSeek Harness produktionsreif?

## faq.items.1.answer

Nein. DeepSeek kennzeichnet es als Entwicklervorschau und weist darauf hin, dass sich Schnittstellen und Verhalten zwischen Versionen ändern können.

## faq.items.2.question

Wie starte ich DeepSeek Harness?

## faq.items.2.answer

Wenn Node.js und npm verfügbar sind, startet npx @deepseek-ai/dsh web die lokale Weboberfläche.

## faq.items.3.question

Kann ich Modelle und Werkzeuge anpassen?

## faq.items.3.answer

Ja. Die Plugin-Architektur macht Modelle, Werkzeuge, Kontext, Berechtigungen, Oberflächen und Workflows austauschbar.

## faq.items.4.question

Welche Lizenz verwendet DeepSeek Harness?

## faq.items.4.answer

DeepSeek Harness ist quelloffene Software unter der MIT-Lizenz.
71 changes: 71 additions & 0 deletions content/clis/de/reasonix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
## answer

Reasonix ist ein quelloffener, DeepSeek-nativer Coding-Agent für das Terminal, der auf stabile Präfix-Caches und langlebige lokale Sitzungen ausgelegt ist.

## introduction

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.

## capabilities.items.0.title

Cache-stabile Agentensitzungen

## capabilities.items.0.description

Stabile Systemanweisungen und Werkzeugdefinitionen ermöglichen kompatiblen Modelldiensten, Präfix-Caches über lange Sitzungen hinweg wiederzuverwenden.

## capabilities.items.1.title

Werkzeuge und konfigurierbare Plugins

## capabilities.items.1.description

Integrierte Werkzeuge bearbeiten Repositories, während Konfigurationen und Plugins den Ablauf flexibel an unterschiedliche Aufgaben anpassen.

## capabilities.items.2.title

Eine lokale Engine für mehrere Oberflächen

## capabilities.items.2.description

Dieselbe Reasonix-Engine steht im Terminal, in der Desktop-Anwendung und über eine per ACP verbundene Editor-Erweiterung bereit.

## faq.items.0.question

Was ist Reasonix?

## faq.items.0.answer

Reasonix ist ein MIT-lizenzierter Coding-Agent, dessen Terminaloberfläche für DeepSeek-Modelle, lokale Werkzeuge und cachebewusste Dialoge entwickelt wurde.

## faq.items.1.question

Welche Modelldienste kann Reasonix verwenden?

## faq.items.1.answer

Reasonix bietet eine DeepSeek-orientierte Voreinstellung und verbindet sich mit lokal hinterlegten Zugangsdaten auch zu OpenAI-kompatiblen Endpunkten.

## faq.items.2.question

Wie starte ich Reasonix?

## faq.items.2.answer

Installieren Sie die CLI über einen offiziellen Paketkanal, richten Sie die Zugangsdaten des Modelldienstes ein und starten Sie Reasonix im gewünschten Repository.

## faq.items.3.question

Welche Betriebssysteme unterstützt Reasonix?

## faq.items.3.answer

Die Reasonix-CLI unterstützt macOS, Windows und Linux; offizielle Pakete und Binärdateien sind für diese Plattformen dokumentiert.

## faq.items.4.question

Welche Lizenz und welches Preismodell hat Reasonix?

## faq.items.4.answer

Reasonix ist unter der MIT-Lizenz quelloffen und kostenlos. Nutzungskosten richten sich nach dem verbundenen Modelldienst und dessen Konto.
71 changes: 71 additions & 0 deletions content/clis/en/deepseek-harness.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
## answer

DeepSeek Harness is an open-source, plugin-based agent harness in developer preview for building and running coding agents with a local Web UI.

## introduction

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.

## capabilities.items.0.title

Everything is a plugin

## capabilities.items.0.description

Replace or extend models, tools, context providers, permission policies, user interfaces, and workflows through the same plugin system.

## capabilities.items.1.title

Traceable coding sessions

## capabilities.items.1.description

Inspect agent actions, tool calls, context, and session history so coding work remains observable and easier to debug.

## capabilities.items.2.title

Multiple runtime modes

## capabilities.items.2.description

Run the harness with its local Web UI or compose other interfaces and workflows on top of the same runtime.

## faq.items.0.question

What is DeepSeek Harness?

## faq.items.0.answer

DeepSeek Harness is DeepSeek's open-source runtime for assembling and running coding agents from interchangeable plugins.

## faq.items.1.question

Is DeepSeek Harness production-ready?

## faq.items.1.answer

No. DeepSeek labels it as a developer preview and warns that interfaces and behavior may change between releases.

## faq.items.2.question

How do I launch DeepSeek Harness?

## faq.items.2.answer

With Node.js and npm available, run npx @deepseek-ai/dsh web to start the local Web interface.

## faq.items.3.question

Can I customize its models and tools?

## faq.items.3.answer

Yes. Its plugin architecture is designed to make models, tools, context, permissions, interfaces, and workflows replaceable.

## faq.items.4.question

What license does DeepSeek Harness use?

## faq.items.4.answer

DeepSeek Harness is open-source software released under the MIT license.
71 changes: 71 additions & 0 deletions content/clis/en/reasonix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
## answer

Reasonix is an open-source, DeepSeek-native coding agent for terminal work, designed around prefix-cache stability and a long-running local session.

## introduction

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.

## capabilities.items.0.title

Cache-stable agent sessions

## capabilities.items.0.description

Keep the system prompt and tool definitions stable so compatible model providers can reuse prefix caches across an extended coding session.

## capabilities.items.1.title

Tools and configurable plugins

## capabilities.items.1.description

Inspect and change a repository through built-in tools, then adapt the workflow with configuration and plugins instead of a fixed interaction model.

## capabilities.items.2.title

One local engine across interfaces

## capabilities.items.2.description

Use the same Reasonix engine from its terminal interface, desktop application, or an ACP-connected editor extension.

## faq.items.0.question

What is Reasonix?

## faq.items.0.answer

Reasonix is an MIT-licensed coding agent whose terminal interface is built around DeepSeek models, local tools, and cache-conscious multi-turn sessions.

## faq.items.1.question

Which model providers can Reasonix use?

## faq.items.1.answer

Reasonix includes a DeepSeek-oriented preset and can connect to compatible OpenAI-style endpoints using credentials that you configure locally.

## faq.items.2.question

How do I start Reasonix?

## faq.items.2.answer

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.

## faq.items.3.question

Which operating systems support Reasonix?

## faq.items.3.answer

The Reasonix CLI supports macOS, Windows, and Linux, with official packages and binaries documented for each platform.

## faq.items.4.question

What are Reasonix's license and pricing model?

## faq.items.4.answer

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.
71 changes: 71 additions & 0 deletions content/clis/es/deepseek-harness.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
## answer

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.

## introduction

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.

## capabilities.items.0.title

Todo es un plugin

## capabilities.items.0.description

Sustituye o amplía modelos, herramientas, proveedores de contexto, políticas de permisos, interfaces y flujos de trabajo mediante el mismo sistema de plugins.

## capabilities.items.1.title

Sesiones de programación trazables

## capabilities.items.1.description

Examina las acciones del agente, las llamadas a herramientas, el contexto y el historial para mantener el trabajo observable y facilitar la depuración.

## capabilities.items.2.title

Varios modos de ejecución

## capabilities.items.2.description

Ejecuta el entorno con su interfaz web local o compón otras interfaces y flujos sobre el mismo runtime.

## faq.items.0.question

¿Qué es DeepSeek Harness?

## faq.items.0.answer

DeepSeek Harness es el runtime de código abierto de DeepSeek para componer y ejecutar agentes de programación con plugins intercambiables.

## faq.items.1.question

¿DeepSeek Harness está listo para producción?

## faq.items.1.answer

No. DeepSeek lo identifica como vista previa para desarrolladores y advierte que las interfaces y el comportamiento pueden cambiar entre versiones.

## faq.items.2.question

¿Cómo inicio DeepSeek Harness?

## faq.items.2.answer

Con Node.js y npm disponibles, ejecuta npx @deepseek-ai/dsh web para iniciar la interfaz web local.

## faq.items.3.question

¿Puedo personalizar sus modelos y herramientas?

## faq.items.3.answer

Sí. Su arquitectura permite sustituir o ampliar modelos, herramientas, contexto, permisos, interfaces y flujos de trabajo.

## faq.items.4.question

¿Qué licencia usa DeepSeek Harness?

## faq.items.4.answer

DeepSeek Harness es software de código abierto publicado bajo la licencia MIT.
Loading
Loading