From dce5da62c82e36751002891e832cf4c8ecd33e9c Mon Sep 17 00:00:00 2001 From: xggz Date: Fri, 6 Mar 2026 23:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E4=B8=AA=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 94 ------------------------------------- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 4 insertions(+), 98 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 6f1c9d4..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "permissions": { - "allow": [ - "mcp__context7__resolve-library-id", - "mcp__context7__query-docs", - "Bash(pnpm install:*)", - "Bash(pnpm build:*)", - "WebSearch", - "Bash(wc:*)", - "Bash(head:*)", - "Bash(file:*)", - "Bash(python3:*)", - "WebFetch(domain:agentclientprotocol.com)", - "WebFetch(domain:docs.rs)", - "WebFetch(domain:github.com)", - "WebFetch(domain:agentclientprotocol.github.io)", - "Bash(cargo build:*)", - "Bash(pnpm add:*)", - "Bash(cd:*)", - "Bash(ls:*)", - "Bash(pnpm next build:*)", - "Bash(timeout 15 pnpm dev:*)", - "Bash(cat:*)", - "Bash(pnpm tauri build:*)", - "mcp__ide__getDiagnostics", - "Bash(cargo check:*)", - "Bash(cargo clippy:*)", - "Bash(npx tsc:*)", - "Bash(pnpm eslint:*)", - "WebFetch(domain:cdn.agentclientprotocol.com)", - "Bash(cargo doc:*)", - "Bash(grep:*)", - "Bash(\"/Users/xggz/Library/Caches/app.codeg/acp-binaries/codex/v0.9.2/codex-acp\" --help)", - "Bash(\"/Users/xggz/Library/Caches/app.codeg/acp-binaries/codex/v0.9.2/codex-acp\" --version)", - "Bash(gh api:*)", - "Bash(cargo search:*)", - "WebFetch(domain:www.npmjs.com)", - "WebFetch(domain:registry.npmjs.org)", - "Bash(npx @zed-industries/codex-acp:*)", - "Bash(codex:*)", - "Bash(npm view:*)", - "Bash(pnpm exec tsc:*)", - "Bash(pnpm tauri dev:*)", - "WebFetch(domain:elements.ai-sdk.dev)", - "WebFetch(domain:ai-sdk.dev)", - "Bash(npx ai-elements@latest add:*)", - "Bash(pnpm dlx:*)", - "Bash(pnpm ls:*)", - "Bash(npm ls:*)", - "Bash(pnpm info:*)", - "Bash(pnpm prettier:*)", - "Bash(npx prettier:*)", - "Bash(lsof:*)", - "Bash(npx shadcn@latest add dialog:*)", - "Bash(kill:*)", - "Bash(node -e:*)", - "Bash(cargo add:*)", - "WebFetch(domain:crates.io)", - "Bash(cargo info:*)", - "Bash(git mv:*)", - "Bash(npx next build)", - "mcp__plugin_context7_context7__resolve-library-id", - "mcp__plugin_context7_context7__query-docs", - "WebFetch(domain:lobehub.com)", - "WebFetch(domain:raw.githubusercontent.com)", - "WebFetch(domain:icons.lobehub.com)", - "Bash(npm info:*)", - "Bash(git stash:*)", - "Bash(sqlite3:*)", - "Bash(npx:*)", - "Bash(# Check how many of the 179 unmatched have cross-turn matches sqlite3 \"\"/Users/xggz/Library/Application Support/app.codeg/codeg.db\"\" \"\"SELECT m.id, m.conversation_id, m.role_type, m.content FROM message m WHERE m.deleted_at IS NULL\"\")", - "WebFetch(domain:developers.openai.com)", - "WebFetch(domain:jpcaparas.medium.com)", - "Bash(find:*)", - "WebFetch(domain:)", - "Bash(xargs basename:*)", - "WebFetch(domain:opencode.ai)", - "mcp__acp__Edit", - "mcp__acp__Write", - "mcp__acp__Bash", - "Bash(pnpm lint:*)", - "WebFetch(domain:geminicli.com)", - "WebFetch(domain:addyosmani.com)", - "WebFetch(domain:docs.openclaw.ai)", - "WebFetch(domain:openclaw.dog)", - "Bash(curl:*)", - "WebFetch(domain:deepwiki.com)", - "WebFetch(domain:openclaw-ai.com)", - "WebFetch(domain:www.getopenclaw.ai)", - "WebFetch(domain:docs.z.ai)", - "WebFetch(domain:blog.laozhang.ai)" - ] - } -} diff --git a/package.json b/package.json index a884626..cb239e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codeg", "private": true, - "version": "0.0.13", + "version": "0.0.14", "scripts": { "dev": "next dev --turbopack", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bfceda9..e5c57d9 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -749,7 +749,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "codeg" -version = "0.0.13" +version = "0.0.14" dependencies = [ "bzip2", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 72281f0..3f5b418 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeg" -version = "0.0.13" +version = "0.0.14" description = "Agent Code Generation App" authors = ["feitao"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e15af3a..98821f2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "codeg", - "version": "0.0.13", + "version": "0.0.14", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev",