@blockrun/runcode 2.2.3 → 2.2.4

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.
@@ -124,7 +124,7 @@ const DIRECT_COMMANDS = {
124
124
  });
125
125
  emitDone(ctx);
126
126
  },
127
- '/doctor': (ctx) => {
127
+ '/doctor': async (ctx) => {
128
128
  const checks = [];
129
129
  try {
130
130
  execSync('git --version', { stdio: 'pipe' });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/runcode",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "RunCode — AI coding agent powered by 41+ models. Pay per use with USDC.",
5
5
  "type": "module",
6
6
  "bin": {