@bloxystudios/bloxycode 1.0.0 → 1.0.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
@@ -1,6 +1,7 @@
1
1
  # BloxyCode
2
2
 
3
- [![Vibeathon 2026](https://img.shields.io/badge/Vibeathon-Feb%202026-blue?style=for-the-badge)](https://www.bridgemind.ai/vibeathon)
3
+ [![Version](https://img.shields.io/badge/Version-1.0.1-blue?style=for-the-badge)](https://www.npmjs.com/package/@bloxystudios/bloxycode)
4
+ [![Vibeathon 2026](https://img.shields.io/badge/Vibeathon-Feb%202026-purple?style=for-the-badge)](https://www.bridgemind.ai/vibeathon)
4
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](LICENSE)
5
6
  [![Bun](https://img.shields.io/badge/Bun-1.3+-black?style=for-the-badge)](https://bun.sh/)
6
7
 
@@ -61,12 +62,27 @@ Access Claude and Gemini models through your Google account — no API keys requ
61
62
 
62
63
  ## Installation
63
64
 
65
+ ### Global Installation (Recommended)
66
+
64
67
  ```bash
65
- # Install via npm (coming soon)
68
+ # Install via npm
66
69
  npm install -g @bloxystudios/bloxycode
67
70
 
68
- # Or run directly with bun
71
+ # Or install via bun
72
+ bun install -g @bloxystudios/bloxycode
73
+ ```
74
+
75
+ ### Development Setup
76
+
77
+ ```bash
78
+ # Clone the repository
79
+ git clone https://github.com/bloxystudios/bloxycode.git
80
+ cd bloxycode
81
+
82
+ # Install dependencies
69
83
  bun install
84
+
85
+ # Run in development mode
70
86
  bun run dev
71
87
  ```
72
88
 
package/bin/bloxycode CHANGED
@@ -1,9 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const childProcess = require("child_process")
4
- const fs = require("fs")
5
- const path = require("path")
6
- const os = require("os")
3
+ import childProcess from "child_process"
4
+ import fs from "fs"
5
+ import path from "path"
6
+ import os from "os"
7
+ import { fileURLToPath } from "url"
8
+
9
+ const __filename = fileURLToPath(import.meta.url)
7
10
 
8
11
  function run(target) {
9
12
  const result = childProcess.spawnSync(target, process.argv.slice(2), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "name": "@bloxystudios/bloxycode",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -13,6 +13,10 @@
13
13
  "bugs": {
14
14
  "url": "https://github.com/bloxystudios/bloxycode/issues"
15
15
  },
16
+ "resolutions": {
17
+ "zod": "4.1.8",
18
+ "quansync": "^1.0.0"
19
+ },
16
20
  "scripts": {
17
21
  "typecheck": "tsgo --noEmit",
18
22
  "test": "bun test",
@@ -82,7 +86,7 @@
82
86
  "@ai-sdk/xai": "2.0.51",
83
87
  "@clack/prompts": "1.0.0-alpha.1",
84
88
  "@gitlab/gitlab-ai-provider": "3.3.1",
85
- "@hono/standard-validator": "0.1.5",
89
+ "@hono/standard-validator": "^0.2.0",
86
90
  "@hono/zod-validator": "^0.7.6",
87
91
  "@modelcontextprotocol/sdk": "1.25.2",
88
92
  "@octokit/graphql": "9.0.2",
@@ -116,7 +120,7 @@
116
120
  "open": "10.1.2",
117
121
  "opentui-spinner": "0.0.6",
118
122
  "partial-json": "0.1.7",
119
- "quansync": "^1.0.0",
123
+ "quansync": "^0.2.11",
120
124
  "remeda": "2.26.0",
121
125
  "solid-js": "1.9.10",
122
126
  "strip-ansi": "7.1.2",