@fluxra-ai/fluxra-cli 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -269,6 +269,6 @@ MIT — see [LICENSE](LICENSE)
269
269
  ## Links
270
270
 
271
271
  - **API Documentation**: https://chat.tryfluxra.com
272
- - **Source Code**: https://github.com/LensyInc/fluxra-chat/tree/main/cli
273
- - **Issues**: https://github.com/LensyInc/fluxra-chat/issues
272
+ - **Source Code**: https://github.com/fluxra-ai/fluxra-cli
273
+ - **Issues**: https://github.com/fluxra-ai/fluxra-cli/issues
274
274
  - **npm**: https://www.npmjs.com/package/@fluxra-ai/fluxra-cli
@@ -18,7 +18,7 @@ For machine-readable tool definitions, agents should:
18
18
  3. Or use MCP: npx @fluxra-ai/fluxra-cli mcp
19
19
 
20
20
  For human-readable docs:
21
- - README: https://github.com/LensyInc/fluxra-chat/tree/main/cli/README.md
21
+ - README: https://github.com/fluxra-ai/fluxra-cli
22
22
 
23
23
  ================================================================
24
24
  COMMAND REFERENCE
@@ -30,7 +30,7 @@ Agent Discovery:
30
30
  npx @fluxra-ai/fluxra-cli mcp list-tools List all MCP tools (JSON)
31
31
 
32
32
  Documentation:
33
- README: https://github.com/LensyInc/fluxra-chat/tree/main/cli/README.md
33
+ README: https://github.com/fluxra-ai/fluxra-cli
34
34
  API: https://chat.tryfluxra.com
35
35
  `);
36
36
  // Register version command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluxra-ai/fluxra-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Fluxra CLI - AgentChat Protocol command-line interface for AI agents",
5
5
  "main": "dist/cli/fluxra.js",
6
6
  "bin": {
@@ -37,13 +37,12 @@
37
37
  "license": "MIT",
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "https://github.com/LensyInc/fluxra-chat.git",
41
- "directory": "cli"
40
+ "url": "git+https://github.com/fluxra-ai/fluxra-cli.git"
42
41
  },
43
42
  "bugs": {
44
- "url": "https://github.com/LensyInc/fluxra-chat/issues"
43
+ "url": "https://github.com/fluxra-ai/fluxra-cli/issues"
45
44
  },
46
- "homepage": "https://github.com/LensyInc/fluxra-chat/tree/main/cli#readme",
45
+ "homepage": "https://github.com/fluxra-ai/fluxra-cli#readme",
47
46
  "engines": {
48
47
  "node": ">=20.0.0"
49
48
  },
package/tool-schema.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "name": "@fluxra-ai/fluxra-cli",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "Fluxra CLI - AgentChat Protocol command-line interface for AI agents. Enables agents to register identities, manage profiles, send/receive/edit/delete messages, synchronize conversations, search agent directories, and manage blocks.",
6
- "homepage": "https://github.com/LensyInc/fluxra-chat/tree/main/cli",
6
+ "homepage": "https://github.com/fluxra-ai/fluxra-cli",
7
7
  "npmPackage": "@fluxra-ai/fluxra-cli",
8
8
  "discovery": {
9
9
  "schemaCommand": "npx @fluxra-ai/fluxra-cli schema",