opencodecommit 1.4.0 → 1.4.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/README.md CHANGED
@@ -9,11 +9,11 @@ OpenCodeCommit works as:
9
9
 
10
10
  Before any prompt leaves your machine, OpenCodeCommit scans the diff locally for secrets, credential files, source maps, private keys, and other sensitive artifacts.
11
11
 
12
- - <a href="https://open-vsx.org/extension/Nevaberry/opencodecommit"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscodium/vscodium-original.svg" width="14"> Open VSX</a>
13
- - <a href="https://marketplace.visualstudio.com/items?itemName=Nevaberry.opencodecommit"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg" width="14"> VS Code Marketplace</a>
14
- - <a href="https://www.npmjs.com/package/opencodecommit"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/npm/npm-original-wordmark.svg" width="14"> npm</a>
15
- - <a href="https://crates.io/crates/opencodecommit"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/rust/rust-original.svg" width="14"> crates.io</a>
16
- - <a href="https://github.com/Nevaberry/opencodecommit"><img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg" width="14"> GitHub</a>
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>
17
17
 
18
18
  ## Install
19
19
 
@@ -76,19 +76,23 @@ Enforcement modes:
76
76
 
77
77
  Use `occ guard profile human` for warnings-first local use, or `occ guard profile strict-agent` when you want non-bypassable blocking behavior for autonomous tooling.
78
78
 
79
+ See [SENSITIVE.md](SENSITIVE.md) for the full scanning flow and [PROCESS.md](PROCESS.md) for how it fits into the overall commit pipeline.
80
+
79
81
  ## Config
80
82
 
81
- VS Code / VSCodium settings live under `opencodecommit.*`.
83
+ `~/.config/opencodecommit/config.toml` is the single source of truth for both CLI and extension.
84
+ On first use, OpenCodeCommit writes the full default config there so every setting is visible in one file.
85
+ VS Code / VSCodium settings under `opencodecommit.*` are synced bidirectionally with the file.
82
86
 
83
- CLI config lives at `~/.config/opencodecommit/config.toml`.
84
- On first CLI use, OpenCodeCommit writes the full default config there so the available settings are visible in one file.
87
+ Override the path with the `OPENCODECOMMIT_CONFIG` environment variable.
85
88
 
86
89
  Useful settings:
87
- - `backendOrder`
88
- - `commitMode`
89
- - `branchMode`
90
- - `diffSource`
91
- - `activeLanguage`
90
+ - `backend-order`
91
+ - `commit-mode`
92
+ - `branch-mode`
93
+ - `diff-source`
94
+ - `active-language`
95
+ - `commit-template`
92
96
  - `sensitive.enforcement`
93
97
  - `sensitive.allowlist`
94
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencodecommit",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "AI-powered git commit message generator that delegates to terminal AI agents",
5
5
  "license": "MIT",
6
6
  "repository": {
Binary file
Binary file
Binary file
Binary file
Binary file