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
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
"peek-assisted-apply",
"peek-audit-bundle",
"peek-claude-code-plugin",
"peek-cli-connect-add-local",
"peek-cli-connect-daemon",
"peek-cli-readme-connect-search",
"peek-cli-windows-docs",
"peek-connecting-label",
"peek-connector-inslack-consent-text",
"peek-connector-pairing",
"peek-control-shield",
"peek-domhistory-range-loading",
Expand Down
11 changes: 11 additions & 0 deletions packages/peek-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @peekdev/cli

## 0.1.0-alpha.30

### Minor Changes

- 5260d54: Add `peek connect add --local <path>` to register a locally-built connector (sugar for `--command node --args=<abs path>`).

### Patch Changes

- Updated dependencies [8947f44]
- @peekdev/mcp@0.1.0-alpha.24

## 0.1.0-alpha.29

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/peek-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peekdev/cli",
"version": "0.1.0-alpha.29",
"version": "0.1.0-alpha.30",
"description": "peek command-line tool for the local-first browser-session forensics workflow — a thin read-mostly client of ~/.peek/sessions.db: status, sessions list/show/export/delete, the `peek init` MCP-client wizard, `peek audit log`, and `peek audit verify`.",
"keywords": [
"peek",
Expand Down
12 changes: 12 additions & 0 deletions packages/peek-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @peekdev/mcp

## 0.1.0-alpha.24

### Patch Changes

- 8947f44: Make the per-action consent prompt human-readable. `buildElicitMessage` now
produces a masked, verb-specific sentence (e.g. _peek wants to Type "m•••m" into
`#email` on your live browser. Approve?_) instead of a generic
`run "<type>"` string. Literal values (`type` text, `request_user_input` prompt)
are masked to the first and last character so no secret is rendered in the
connecting client's chat history. No MCP-contract change — the tool input schema
is unchanged; only the elicitation message text differs.

## 0.1.0-alpha.23

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/peek-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peekdev/mcp",
"version": "0.1.0-alpha.23",
"version": "0.1.0-alpha.24",
"mcpName": "io.github.Cubenest/peek-mcp",
"description": "local-first browser-session forensics + repro for AI coding agents. peek's native messaging host + stdio MCP server — owns ~/.peek/sessions.db (better-sqlite3) and bridges the browser extension, CLI, and AI tools to one local source of truth.",
"keywords": [
Expand Down