@takimcizgisi/ajan 0.3.0 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takimcizgisi/ajan",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "AJAN AI - Otonom yerel AI kodlama ajanı (Gemma 4 E2B + node-llama-cpp, VSCode uzantısı)",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0",
@@ -2,7 +2,7 @@
2
2
  "name": "ajan-ai",
3
3
  "displayName": "AJAN AI",
4
4
  "description": "Otonom yerel AI kodlama asistanı (AJAN AI). Yerel LLM tabanlı sohbet ve kodlama ajanı.",
5
- "version": "0.3.0",
5
+ "version": "0.3.1",
6
6
  "publisher": "takimcizgisi",
7
7
  "license": "GPL-3.0",
8
8
  "type": "module",
@@ -23,15 +23,6 @@
23
23
  "url": "https://github.com/takimcizgisi/ajan.git"
24
24
  },
25
25
  "main": "./out/extension.js",
26
- "activationEvents": [
27
- "onCommand:ajan.chat",
28
- "onCommand:ajan.newChat",
29
- "onCommand:ajan.stop",
30
- "onCommand:ajan.refreshModels",
31
- "onCommand:ajan.openSettings",
32
- "onCommand:ajan.openPlayground",
33
- "onView:ajanView"
34
- ],
35
26
  "contributes": {
36
27
  "commands": [
37
28
  {
@@ -134,7 +125,8 @@
134
125
  {
135
126
  "type": "webview",
136
127
  "id": "ajanView",
137
- "name": "AJAN AI"
128
+ "name": "AJAN AI",
129
+ "icon": "media/assets/ajan.png"
138
130
  }
139
131
  ]
140
132
  },
@@ -225,7 +217,7 @@
225
217
  "package": "vsce package --allow-missing-repository"
226
218
  },
227
219
  "dependencies": {
228
- "@takimcizgisi/ajan": "file:../../takimcizgisi-ajan-0.3.0.tgz"
220
+ "@takimcizgisi/ajan": "file:../../takimcizgisi-ajan-0.3.1.tgz"
229
221
  },
230
222
  "devDependencies": {
231
223
  "@types/node": "^24.13.3",