🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

dimagent

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dimagent - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+2
-2
bin/dim.mjs

@@ -27,4 +27,4 @@ #!/usr/bin/env node

// Only needed when the binary basename differs from the wrapper package name
// (goatchain-cli → bin/goatchain). dimcode, dimcli and dimagent ship a binary
// named after the package, so they fall through to `wrapperName`.
// (goatchain-cli → bin/goatchain). dimcode and dimagent ship a binary named
// after the package, so they fall through to `wrapperName`.
const BINARY_BASENAMES = {

@@ -31,0 +31,0 @@ 'goatchain-cli': 'goatchain',

{
"name": "dimagent",
"version": "0.3.1",
"version": "0.3.2",
"description": "AI coding agent CLI and terminal coding assistant with an interactive TUI (beta channel)",

@@ -13,8 +13,8 @@ "type": "module",

"optionalDependencies": {
"dimagent-darwin-arm64": "0.3.1",
"dimagent-darwin-x64": "0.3.1",
"dimagent-linux-arm64": "0.3.1",
"dimagent-linux-x64": "0.3.1",
"dimagent-windows-x64": "0.3.1"
"dimagent-darwin-arm64": "0.3.2",
"dimagent-darwin-x64": "0.3.2",
"dimagent-linux-arm64": "0.3.2",
"dimagent-linux-x64": "0.3.2",
"dimagent-windows-x64": "0.3.2"
}
}