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
5 changes: 0 additions & 5 deletions .changeset/dsh-source-support.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.0

### Minor Changes

- f7e868a: Add dsh (DeepSeek harness) as a built-in source. `agent-presence setup` prompts to install a managed Cordis plugin into `~/.dsh/plugins/` (registered in the home-level `~/.dsh/cordis.patch.yml`, which applies to every profile). The plugin bridges dsh lifecycle events to presence (`agent/session-start` → running, `agent/pre-step` / `tools/*` → heartbeat, `agent/turn-stopping` → finished) and reports each model call's token usage in real time via the hook payload, which `agent-presence` appends to a local usage log. The `usage` command and signature badge read that log back, so dsh contributes to the same calendar-day windows and totals as the transcript-scraping sources — without scraping dsh's zstd transcripts. Install or remove any time with `pnpm run install:dsh-plugin` / `pnpm run uninstall:dsh-plugin`.

## 0.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rivus/agent-presence",
"version": "0.8.8",
"version": "0.9.0",
"description": "Sync local coding-agent presence to Feishu signature link previews.",
"type": "module",
"author": "PerfectPan <perfectpan325@gmail.com>",
Expand Down