You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(exclusions): cut the copy down to one line each
Retitles the admin card to "Remove Spend Tracking" and replaces the
paragraph under each heading with a single plain sentence. Same rename and
trim in DOCS.md, plus a pointer to where the card lives in the dashboard.
The two behaviours worth knowing are kept as a short note under the
options, because both are things an operator hits in practice: `add model`
matches the spelling trials actually store, and a model nothing has run on
is rejected rather than saved as an entry that matches nothing.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017zmdrcCqnkVM6hWjhPu2T9
Copy file name to clipboardExpand all lines: oddish/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ reference. The main commands are:
65
65
-`oddish ls` / `oddish status` — browse tasks (including model and trajectory-metric filters) and inspect progress. `oddish status <trial_id>` shows single-trial detail; `--detail`/`--versions` show a task's version history and cost rollups; `--queue` shows queue & worker scheduler diagnostics.
66
66
-`oddish logs` — stream a running trial's live transcript and cost estimate (`--follow` to poll until it ends); finished trials are served by `oddish pull` instead.
67
67
-`oddish costs` — billable-spend accounting (org-wide, or per-user with `--user`).
68
-
-`oddish cost-exclusions` — operator list of models and experiments whose spend doesn't count.
68
+
-`oddish cost-exclusions` — hide spend for models and experiments that were never really paid for.
69
69
-`oddish cancel` — cancel active runs or task-level QA.
70
70
-`oddish pull` — download logs, results, trajectories, and artifacts; `--debug-files` lists a trial's raw S3 inventory instead.
71
71
-`oddish combine` — merge finished trials from multiple experiments.
0 commit comments