codiedev 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/connect.js +1 -1
  2. package/package.json +1 -1
package/dist/connect.js CHANGED
@@ -92,7 +92,7 @@ async function main() {
92
92
  output: process.stdout,
93
93
  });
94
94
  console.log("\nWelcome to CodieDev CLI\n");
95
- console.log("This will connect Claude Code to your CodieDev workspace and install");
95
+ console.log("This will connect your coding agent to your CodieDev workspace and install");
96
96
  console.log("the session capture hook for org-wide session sharing.\n");
97
97
  let token;
98
98
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codiedev",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Connect Claude Code or Codex to CodieDev for org-wide session capture",
5
5
  "bin": {
6
6
  "codiedev": "./dist/connect.js",