@quiel/cli 0.4.1 → 0.5.0
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 +8 -5
- package/dist/cli.js +1060 -833
- package/package.json +5 -6
- package/README.ru.md +0 -137
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @quiel/cli
|
|
2
2
|
|
|
3
|
-
**Русская версия — [README.ru.md](https://github.com/Quiel-
|
|
3
|
+
**Русская версия — [README.ru.md](https://github.com/Quiel-App/quiel-cli/blob/main/README.ru.md).**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@quiel/cli)
|
|
6
6
|
|
|
7
|
-
The Quiel client: a CLI **and** an MCP server that connects your coding agent — Claude Code, Codex, Cursor or OpenCode — to a project on a [Quiel](https://quiel.
|
|
7
|
+
The Quiel client: a CLI **and** an MCP server that connects your coding agent — Claude Code, Codex, Cursor or OpenCode — to a project on a [Quiel](https://quiel.app) platform.
|
|
8
8
|
|
|
9
9
|
Quiel is a hosted product that orchestrates a team and the coding agents its members run: tasks live in one graph, each person connects their own agent, and in autonomous mode the agent picks up tasks for its role, does the work, pushes to git and reports back — while people watch it happen and stay in the loop.
|
|
10
10
|
|
|
@@ -12,11 +12,14 @@ This package is the part that runs **on your machine**.
|
|
|
12
12
|
|
|
13
13
|
## What it does
|
|
14
14
|
|
|
15
|
-
- **Gives your agent the platform's tools over MCP** — take the next task, read project context and documents, ask a human, request approval for a dangerous action, submit work.
|
|
15
|
+
- **Gives your agent the platform's tools over MCP** — take the next task, read project context and documents, read the files a human attached to the task, ask a human (and ask them to attach a file), request approval for a dangerous action, submit work.
|
|
16
16
|
- **Installs hooks into your agent** so a shell command is checked against the project's trust profile *before* it runs. A command that matches a stop pattern is refused; a command that needs a human gets one.
|
|
17
17
|
- **Keeps the connection and the task lease alive**, so the platform knows the task is being worked on and not abandoned.
|
|
18
|
+
- **Counts the tokens each task costs** and reports the totals, so a project can be looked at afterwards.
|
|
18
19
|
|
|
19
|
-
It never sends the contents of your files anywhere — only file names, paths and commands.
|
|
20
|
+
It never sends the contents of your files anywhere — only file names, paths and commands. The token counters are numbers only: the client reads them from the agent's own transcript on your machine and sends the totals, never the conversation.
|
|
21
|
+
|
|
22
|
+
Files go the other way only: a human attaches them in the browser, the agent downloads and reads them. The agent never uploads files of its own.
|
|
20
23
|
|
|
21
24
|
## Requirements
|
|
22
25
|
|
|
@@ -117,7 +120,7 @@ Existing configuration is merged, not overwritten: other MCP servers, other hook
|
|
|
117
120
|
|
|
118
121
|
## Reporting a problem
|
|
119
122
|
|
|
120
|
-
Issues are open: **https://github.com/Quiel-
|
|
123
|
+
Issues are open: **https://github.com/Quiel-App/quiel-cli/issues**
|
|
121
124
|
|
|
122
125
|
Please include the output of:
|
|
123
126
|
|