midsomar 0.1.15 → 0.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midsomar",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "AI coding agent — open-source, bring your own API key",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,8 +14,9 @@
14
14
  "start": "node dist/index.js"
15
15
  },
16
16
  "dependencies": {
17
- "opencode-ai": "^1.18.0",
18
- "open": "^10.1.0"
17
+ "midsomar": "^0.1.15",
18
+ "open": "^10.1.0",
19
+ "opencode-ai": "^1.18.0"
19
20
  },
20
21
  "devDependencies": {
21
22
  "@types/node": "^20.14.0",
@@ -1,14 +0,0 @@
1
- const msg = `
2
- ███╗ ███╗██╗██████╗ ███████╗ ██████╗ ███╗ ███╗ █████╗ ██████╗
3
- ████╗ ████║██║██╔══██╗██╔════╝██╔═══██╗████╗ ████║██╔══██╗██╔══██╗
4
- ██╔████╔██║██║██║ ██║███████╗██║ ██║██╔████╔██║███████║██████╔╝
5
- ██║╚██╔╝██║██║██║ ██║╚════██║██║ ██║██║╚██╔╝██║██╔══██║██╔══██╗
6
- ██║ ╚═╝ ██║██║██████╔╝███████║╚██████╔╝██║ ╚═╝ ██║██║ ██║██║ ██║
7
- ╚═╝ ╚═╝╚═╝╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝
8
-
9
- midsomar - AI coding agent
10
-
11
- Next step:
12
- npx midsomar web
13
- `
14
- process.stderr.write(msg)