dsh-tacit 0.2.2 → 0.3.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 CHANGED
@@ -52,12 +52,12 @@ already configured in the harness (Tacit never reads it).
52
52
  | **Zero-click learning** | messy turns and your own corrections are analyzed in the background, with the previous turn as context; automatic analyses are capped per day (30 by default) | $0.001–0.003 each |
53
53
  | **Directives that earn their place** | learned directives are injected as a short system-prompt section you can read, edit, toggle or delete; a new one starts as a *candidate* and is retired if your messy-turn rate gets worse | free |
54
54
  | **✨ Improve** | a composer button that rewrites your current draft using what Tacit has learned, with a before/after preview and 👍/👎 | $0.001–0.002 per click |
55
- | **Measured, not guessed** | Settings shows your real trend — messy-turn rate and tokens per turn, first 20 turns vs. latest 20 | free |
55
+ | **Measured, not guessed** | Settings shows your real trend — messy-turn rate and tokens per turn, first 20 turns vs. latest 20 — and Tacit's own spend: every call metered and priced at list price, shown in Settings | free |
56
56
 
57
57
  <p align="center">
58
58
  <img alt="Tacit settings with automatic learning controls and an editable active directive" src="https://raw.githubusercontent.com/hackernotfound/dsh-tacit/main/docs/assets/tacit-settings.png" width="960">
59
59
  </p>
60
- <p align="center"><sub>Settings → Tacit, captured from a clean local profile with a synthetic example directive.</sub></p>
60
+ <p align="center"><sub>Settings → Tacit, captured from a clean local profile with a synthetic example directive. (Predates the eight-card layout and the usage/cost dashboard — pending a recapture.)</sub></p>
61
61
 
62
62
  ## How it works
63
63
 
@@ -80,11 +80,32 @@ Tacit never sees your API key (every call goes through the harness's own model
80
80
  service), only calls the allowlisted official models over your session's own
81
81
  provider route, keeps reports and directives in `~/.dsh/storages/tacit/`, refuses
82
82
  cross-site requests to its own routes, and never deletes anything but its own
83
- reports. Dollar figures are estimates at list price; a cost plugin such as
83
+ reports and expired usage files. Dollar figures are estimates at list price; a cost plugin such as
84
84
  `dsh-cost-meter` shows the real number. The full data-flow and cost tables, and
85
85
  the honest list of limitations:
86
86
  [Privacy, cost & limitations](https://github.com/hackernotfound/dsh-tacit/blob/main/docs/privacy-and-cost.md).
87
87
 
88
+ ## Help shape Tacit
89
+
90
+ Tacit works and I use it every day — but so far it has learned from one
91
+ person's prompts. It gets better with more of them.
92
+
93
+ - **Try it and say what feels wrong.** A directive that misfires, a cost that
94
+ surprised you, a label that reads oddly:
95
+ [open an issue](https://github.com/hackernotfound/dsh-tacit/issues/new/choose).
96
+ Two minutes of your time beats a week of my guessing.
97
+ - **Pick up a task.** Issues tagged
98
+ [`good first issue`](https://github.com/hackernotfound/dsh-tacit/labels/good%20first%20issue)
99
+ are small and come with acceptance criteria;
100
+ [`help wanted`](https://github.com/hackernotfound/dsh-tacit/labels/help%20wanted)
101
+ ones are bigger and I will pair on the design.
102
+ - **Ask anything** in
103
+ [Discussions](https://github.com/hackernotfound/dsh-tacit/discussions).
104
+
105
+ PRs are welcome — the fork → branch → PR walkthrough is in
106
+ [CONTRIBUTING.md](https://github.com/hackernotfound/dsh-tacit/blob/main/CONTRIBUTING.md).
107
+ No API key is needed to run the tests.
108
+
88
109
  ## Documentation
89
110
 
90
111
  | | |