Skip to content

Commit 160e8de

Browse files
committed
fix(icons): update full raw GH links for crates.io
1 parent 5739b04 commit 160e8de

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ OpenCodeCommit works as:
99

1010
Before any prompt leaves your machine, OpenCodeCommit scans the diff locally for secrets, credential files, source maps, private keys, and other sensitive artifacts.
1111

12-
- <a href="https://open-vsx.org/extension/Nevaberry/opencodecommit"><img src=".github/icons/openvsx.png" width="14"> Open VSX</a>
13-
- <a href="https://marketplace.visualstudio.com/items?itemName=Nevaberry.opencodecommit"><img src=".github/icons/vscode.png" width="14"> VS Code Marketplace</a>
14-
- <a href="https://www.npmjs.com/package/opencodecommit"><img src=".github/icons/npm.png" width="14"> npm</a>
15-
- <a href="https://crates.io/crates/opencodecommit"><img src=".github/icons/crates.png" width="14"> crates.io</a>
16-
- <a href="https://github.com/Nevaberry/opencodecommit"><img src=".github/icons/github.png" width="14"> GitHub</a>
12+
- <a href="https://open-vsx.org/extension/Nevaberry/opencodecommit"><img src="https://raw.githubusercontent.com/Nevaberry/opencodecommit/HEAD/.github/icons/openvsx.png" width="14"> Open VSX</a>
13+
- <a href="https://marketplace.visualstudio.com/items?itemName=Nevaberry.opencodecommit"><img src="https://raw.githubusercontent.com/Nevaberry/opencodecommit/HEAD/.github/icons/vscode.png" width="14"> VS Code Marketplace</a>
14+
- <a href="https://www.npmjs.com/package/opencodecommit"><img src="https://raw.githubusercontent.com/Nevaberry/opencodecommit/HEAD/.github/icons/npm.png" width="14"> npm</a>
15+
- <a href="https://crates.io/crates/opencodecommit"><img src="https://raw.githubusercontent.com/Nevaberry/opencodecommit/HEAD/.github/icons/crates.png" width="14"> crates.io</a>
16+
- <a href="https://github.com/Nevaberry/opencodecommit"><img src="https://raw.githubusercontent.com/Nevaberry/opencodecommit/HEAD/.github/icons/github.png" width="14"> GitHub</a>
1717

1818
## Install
1919

crates/opencodecommit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opencodecommit"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
edition = "2024"
55
rust-version = "1.94"
66
description = "AI-powered git commit message generator that delegates to terminal AI agents"

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencodecommit",
33
"displayName": "OpenCodeCommit",
44
"description": "AI commit messages via OpenCode, Claude Code, or Codex CLI — supports every major LLM provider from a single extension",
5-
"version": "1.4.1",
5+
"version": "1.4.2",
66
"publisher": "Nevaberry",
77
"license": "MIT",
88
"repository": {

npm/nb-opencodecommit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nevaberry/opencodecommit",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Scoped alias for opencodecommit — install opencodecommit instead",
55
"license": "MIT",
66
"repository": {
@@ -28,6 +28,6 @@
2828
"node": ">=18"
2929
},
3030
"dependencies": {
31-
"opencodecommit": "1.4.1"
31+
"opencodecommit": "1.4.2"
3232
}
3333
}

npm/opencodecommit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencodecommit",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "AI-powered git commit message generator that delegates to terminal AI agents",
55
"license": "MIT",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencodecommit",
33
"displayName": "OpenCodeCommit",
44
"description": "AI commit messages via OpenCode, Claude Code, or Codex CLI — supports every major LLM provider from a single extension",
5-
"version": "1.4.1",
5+
"version": "1.4.2",
66
"publisher": "Nevaberry",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)