opencodecommit 1.3.2 → 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
@@ -4,18 +4,21 @@ AI commit, branch, PR, and changelog generation through terminal AI CLIs.
4
4
 
5
5
  OpenCodeCommit works as:
6
6
  - a Rust / npm CLI (`occ`)
7
- - a terminal TUI
7
+ - a terminal TUI (`occ tui`)
8
8
  - a VS Code / VSCodium extension
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
- [Open VSX](https://open-vsx.org/extension/Nevaberry/opencodecommit) · [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Nevaberry.opencodecommit) · [npm](https://www.npmjs.com/package/opencodecommit) · [scoped npm alias](https://www.npmjs.com/package/@nevaberry/opencodecommit) · [crates.io](https://crates.io/crates/opencodecommit) · [GitHub](https://github.com/Nevaberry/opencodecommit)
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>
13
17
 
14
18
  ## Install
15
19
 
16
20
  Extension:
17
- - Search for `OpenCodeCommit` in VS Code or VSCodium
18
- - Or run `ext install Nevaberry.opencodecommit`
21
+ - Search for `OpenCodeCommit` in VS Code or VSCodium marketplace
19
22
 
20
23
  CLI:
21
24
  - `cargo install opencodecommit`
@@ -73,19 +76,23 @@ Enforcement modes:
73
76
 
74
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.
75
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
+
76
81
  ## Config
77
82
 
78
- 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.
79
86
 
80
- CLI config lives at `~/.config/opencodecommit/config.toml`.
81
- 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.
82
88
 
83
89
  Useful settings:
84
- - `backendOrder`
85
- - `commitMode`
86
- - `branchMode`
87
- - `diffSource`
88
- - `activeLanguage`
90
+ - `backend-order`
91
+ - `commit-mode`
92
+ - `branch-mode`
93
+ - `diff-source`
94
+ - `active-language`
95
+ - `commit-template`
89
96
  - `sensitive.enforcement`
90
97
  - `sensitive.allowlist`
91
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencodecommit",
3
- "version": "1.3.2",
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