feat: System Access & Auto-Versioning (v1.2.0)

This commit is contained in:
Gemini AI
2025-12-14 01:30:06 +04:00
Unverified
parent f3ea21966c
commit 4481895678
8 changed files with 360 additions and 86 deletions

View File

@@ -1,65 +1,19 @@
{
"name": "openqode-web",
"version": "1.01.0",
"description": "OpenQode Web Interface - AI Coding Assistant in Browser",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"build": "echo 'No build step required for static files'",
"test": "echo 'No tests specified yet'"
},
"keywords": [
"ai",
"coding",
"assistant",
"qwen",
"opencode",
"web-interface",
"terminal",
"tui"
],
"author": "OpenQode Team",
"license": "MIT",
"name": "openqode-tui",
"version": "1.2.0",
"author": "Trae & Gemini",
"private": true,
"dependencies": {
"blessed": "^0.1.81",
"cli-truncate": "^5.1.1",
"clipboardy": "^5.0.2",
"cors": "^2.8.5",
"diff": "^8.0.2",
"express": "^4.18.2",
"he": "^1.2.0",
"ink": "^6.5.1",
"ink-box": "^1.0.0",
"ink-markdown": "^1.0.4",
"ink-select-input": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ink": "^4.0.0",
"ink-text-input": "^5.0.0",
"ink-spinner": "^5.0.0",
"ink-syntax-highlight": "^2.0.2",
"ink-text-input": "^6.0.0",
"ink-use-stdout-dimensions": "^1.0.5",
"marked": "^9.1.6",
"react": "^19.2.3",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"string-width": "^8.1.0",
"strip-ansi": "^7.1.2",
"wrap-ansi": "^9.0.2",
"@qwen-code/qwen-code": "latest"
"ink-select-input": "^5.0.0",
"clipboardy": "^4.0.0",
"he": "^1.2.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/roman-ryzenadvanced/openqode.git"
},
"bugs": {
"url": "https://github.com/roman-ryzenadvanced/openqode/issues"
},
"homepage": "https://github.com/roman-ryzenadvanced/openqode#readme"
"scripts": {
"start": "node bin/opencode-ink.mjs"
}
}