설치
npm install dsh-plugin-coaligne이 명령은 GitHub 저장소 주소에서 생성됩니다. 실행 전에 업스트림 README와 소스를 검토하고 재현성이 필요하면 release 또는 commit을 고정하세요.
README
유지 관리자가 작성한 문서 스냅샷입니다.
최근 디렉터리 동기화에서 이 README 스냅샷을 새로 고치지 못했습니다.
dsh-plugin-coaligne
Bring your team's shared https://www.coaligne.com project context into DeepSeek Harness.
CoAligne is a collaboration platform where teammates and their Agents share project context. CoAligne Desktop syncs local project files and Agent conversations into a cloud project; this plugin connects a DSH agent to that cloud context.
What you get
- CoAligne MCP tools (via the official
@deepseek-ai/dsh-mcp-client, streamable-http):list_projects,me,get_project_activity— project discovery and recent activitysearch— sandboxed read-only shell (grep,cat,find, …) over synced files and Agent session logsdownload_file,list_file_comments,reply_file_comment— file downloads and comment threadscreate_file_link,resolve_file_link,resolve_session_link— privateapp.coaligne.com/f/{code}andapp.coaligne.com/s/{code}locator linkslist_project_reviewers,create_review_request— send a file or Agent session to a teammate
coaligne-workflowskill, installed into your agents home (skills/under$DSH_AGENTS_HOME, default.agentsin your home directory): teaches the agent when and how to use those tools — collaboration queries, long-content search strategy, comment replies, sharing flows, and a single-project AI usage report.
Prerequisites
- A CoAligne account — sign up at https://www.coaligne.com.
- A CoAligne access token (
ca_...) from your account settings at https://app.coaligne.com. - To sync your own projects into the cloud: CoAligne Desktop, signed in, with your project imported.
Install
Install the package and list it in your DSH profile bundles (or use dsh-market):
npm install dsh-plugin-coaligne
The bundle patch (cordis.patch.yml) composes three rows into your profile:
| Row | Package | Purpose |
|---|---|---|
coaligne | dsh-plugin-coaligne | Installs the bundled coaligne-workflow skill into $DSH_AGENTS_HOME (default: .agents in your home directory) |
coaligne-invariant | dsh-plugin-coaligne/invariant | Package-owned invariant companion |
coaligne-mcp | @deepseek-ai/dsh-mcp-client | Streamable-HTTP MCP connection to https://app.coaligne.com/mcp |
Then set your token in the coaligne-mcp row:
headers:
Authorization: 'Bearer ca_your_token_here'
Configuration
The coaligne row accepts:
| Option | Default | Description |
|---|---|---|
installSkill | true | Install/refresh the bundled skill at activation |
agentsHome | '' | Override the agents home; empty resolves $DSH_AGENTS_HOME, then .agents in the home directory |
How it works
- The MCP connection is declarative: a config row for the host's own MCP client, no extra runtime code, tools appear as
mcp__coAligne__<tool>. - The skill install is an idempotent copy at plugin activation; disable it with
installSkill: falseif you manage skills yourself. - Your token only ever goes to
app.coaligne.comas a Bearer header on MCP requests.
Development
pnpm install
pnpm typecheck
pnpm test
pnpm build
License
BSD-3-Clause. Scaffolded from https://github.com/omdsh-dev/plugin-template.
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- JavaScript
- 라이선스
- NOASSERTION
- 최신 릴리스
- v0.1.0
- 마지막 업데이트
- 2026. 8. 18. AM 7:53
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.