Skip to content

Releases: NexusAgentX/dsh-lens

v0.2.5

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 08:34

Forward session cwd and abort signal into pi-lens tools so diagnostics no longer crash and symbol_search uses the workspace.

v0.2.4

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 08:21

Client plugin injects locale before registering dictionaries.

v0.2.3

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 08:10

Register tools with a real JSON Schema output and normalize pi-lens parameter schemas onto the dsh subset.

v0.2.2

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 07:06

Re-export inject from the package entry so Cordis can see ctx.tools when the plugin loads.

Register /lens-* commands, the system-prompt section, and bundled skills with ctx.inject instead of ctx.get without inject.

v0.2.1

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 04:16

Docs release: README now documents WebUI primitives, the full flag table, skills, and host limits.

npm: https://www.npmjs.com/package/dsh-lens/v/0.2.1

v0.2.0

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 03:55

Host-native DeepSeek Harness adapter around the pi-lens engine, now with a WebUI chip.

  • On-write pipeline, full agent tools, /lens-* commands, skills
  • lens session projection for the WebUI header chip and composer dock
  • Official Menu / Tooltip / StateDot skin, zh/en locale
  • /lens-health, /lens-perf (p50/p99), /lens-tools match pi-lens reports
  • Plugin config exposes the full flag set
  • dsh-lens build-graph delegates to upstream

Install:

dsh plugin --profile web add dsh-lens

npm: https://www.npmjs.com/package/dsh-lens/v/0.2.0

v0.1.0

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 03:14

Host-native DeepSeek Harness adapter around the pi-lens engine.

  • On-write pipeline via tools/pre-execute and tools/post-execute
  • Turn-end / session-start / agent-idle lifecycle hooks
  • Full agent tool surface and /lens-* commands
  • Bundled pi-lens skills and a system-prompt section

Install:

dsh plugin --profile web add dsh-lens

npm: https://www.npmjs.com/package/dsh-lens/v/0.1.0

v0.0.1

Choose a tag to compare

@faithleysath faithleysath released this 14 Aug 02:22

Reserved the unscoped npm name dsh-lens.

This release is an installable DeepSeek Harness bundle stub. The host-native write/edit feedback pipeline lands later.