sigit-code 1.4.0__tar.gz → 1.4.1__tar.gz
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.
- {sigit_code-1.4.0 → sigit_code-1.4.1}/CHANGELOG.md +13 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/Cargo.lock +1 -1
- {sigit_code-1.4.0 → sigit_code-1.4.1}/Cargo.toml +1 -1
- {sigit_code-1.4.0 → sigit_code-1.4.1}/PKG-INFO +2 -2
- {sigit_code-1.4.0 → sigit_code-1.4.1}/README.md +1 -1
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/README.md.tmpl +1 -1
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/README.md +1 -1
- {sigit_code-1.4.0 → sigit_code-1.4.1}/pypi/README.md +1 -1
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/main.rs +1 -1
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/tools.rs +7 -6
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/AGENTS.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/agent-client-protocol/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/ai-assisted-coding/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/branding/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/run-sigit/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/run-sigit/driver.mjs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/run-sigit/tui-smoke.sh +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/sigit-code-release/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/tool-calling/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/agent-client-protocol/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/ai-assisted-coding/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/branding/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/run-sigit/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/run-sigit/driver.mjs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/run-sigit/tui-smoke.sh +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/sigit-code-release/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/tool-calling/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/ci.yml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-crates.yml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-github.yml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-homebrew.yml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-npm.yml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-pypi.yml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.gitignore +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/.nvmrc +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/AGENTS.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/CLAUDE.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/LICENSE +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/examples/skills/README.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/examples/skills/commit-message/SKILL.md +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/package-main.json.tmpl +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/package.json.tmpl +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/scripts/render-main-package.cjs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/scripts/render-platform-package.cjs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/.gitignore +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/package.json +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/src/index.ts +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/tsconfig.json +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/pypi/pyproject.toml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/pyproject.toml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/rust-toolchain.toml +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/account.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/backend.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/chat.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/credentials.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/headless.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/instructions.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/mcp.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/models.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/permissions.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/provider.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/session_store.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/settings.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/setup.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/src/skills.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/tests/acp_permissions.rs +0 -0
- {sigit_code-1.4.0 → sigit_code-1.4.1}/tests/headless_mode.rs +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.1
|
|
4
|
+
|
|
5
|
+
Two small fixes: correct co-author attribution and a Homebrew tap fix.
|
|
6
|
+
|
|
7
|
+
### What changed
|
|
8
|
+
|
|
9
|
+
- The `Co-Authored-By` trailer siGit Code adds to commits now uses the GitHub
|
|
10
|
+
noreply address for the [sigitc](https://github.com/sigitc) account instead
|
|
11
|
+
of `sigit@sigit.si`, so GitHub reliably attributes co-authored commits to
|
|
12
|
+
the siGit Code profile
|
|
13
|
+
- Fixed the Homebrew tap install docs to trust the tap with `brew trust`
|
|
14
|
+
instead of a `brew tap --force` flag
|
|
15
|
+
|
|
3
16
|
## 1.4.0
|
|
4
17
|
|
|
5
18
|
Adds a headless one-shot mode, fine-grained permission rules, stdio transport
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sigit-code
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -81,7 +81,7 @@ Then pick **siGit Code** in the assistant panel.
|
|
|
81
81
|
| Method | Command |
|
|
82
82
|
|--------|---------|
|
|
83
83
|
| npm | `npm install -g @smbcloud/sigit` |
|
|
84
|
-
| Homebrew | `brew tap getsigit/tap && brew install sigit` |
|
|
84
|
+
| Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
|
|
85
85
|
| Cargo | `cargo install sigit` |
|
|
86
86
|
|
|
87
87
|
### From source
|
|
@@ -33,7 +33,7 @@ cargo install sigit
|
|
|
33
33
|
|
|
34
34
|
| Method | Command |
|
|
35
35
|
|--------|---------|
|
|
36
|
-
| Homebrew | `brew tap getsigit/tap && brew install sigit` |
|
|
36
|
+
| Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
|
|
37
37
|
| pip | `pip install sigit-code` |
|
|
38
38
|
| uv | `uvx --from sigit-code sigit` |
|
|
39
39
|
| npm | `npm install -g @smbcloud/sigit` |
|
|
@@ -28,7 +28,7 @@ npm install -g @smbcloud/sigit
|
|
|
28
28
|
| Channel | Command |
|
|
29
29
|
|---------|---------|
|
|
30
30
|
| npm | `npm install -g @smbcloud/sigit` |
|
|
31
|
-
| Homebrew | `brew tap getsigit/tap && brew install sigit` |
|
|
31
|
+
| Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
|
|
32
32
|
| pip | `pip install sigit-code` |
|
|
33
33
|
| uv | `uvx --from sigit-code sigit` |
|
|
34
34
|
| Cargo | `cargo install sigit` |
|
|
@@ -31,7 +31,7 @@ Supported targets:
|
|
|
31
31
|
|
|
32
32
|
| Method | Command |
|
|
33
33
|
|---|---|
|
|
34
|
-
| Homebrew | `brew tap getsigit/tap && brew install sigit` |
|
|
34
|
+
| Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
|
|
35
35
|
| pip | `pip install sigit-code` |
|
|
36
36
|
| uv | `uvx --from sigit-code sigit` |
|
|
37
37
|
| Cargo | `cargo install sigit` |
|
|
@@ -54,7 +54,7 @@ Then pick **siGit Code** in the assistant panel.
|
|
|
54
54
|
| Method | Command |
|
|
55
55
|
|--------|---------|
|
|
56
56
|
| npm | `npm install -g @smbcloud/sigit` |
|
|
57
|
-
| Homebrew | `brew tap getsigit/tap && brew install sigit` |
|
|
57
|
+
| Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
|
|
58
58
|
| Cargo | `cargo install sigit` |
|
|
59
59
|
|
|
60
60
|
### From source
|
|
@@ -144,7 +144,7 @@ Git operations — always use run_command:
|
|
|
144
144
|
- if a clone or init fails, check the error, fix the cause (wrong path, missing \
|
|
145
145
|
directory, permissions), and retry
|
|
146
146
|
- when you create a commit, always end the commit message with a blank line and \
|
|
147
|
-
then this trailer on its own line: Co-Authored-By: siGit Code <
|
|
147
|
+
then this trailer on its own line: Co-Authored-By: siGit Code <297239231+sigitc@users.noreply.github.com> \
|
|
148
148
|
— GitHub reads that exact format and credits siGit as co-author. If a commit \
|
|
149
149
|
lands without it, siGit Code amends the trailer in automatically and the tool \
|
|
150
150
|
output says so; do not amend again yourself.
|
|
@@ -1671,12 +1671,13 @@ fn spawn_shell(command_str: &str, cwd_path: &Path) -> std::io::Result<std::proce
|
|
|
1671
1671
|
/// Trailer identifying siGit Code as the co-author of commits it creates.
|
|
1672
1672
|
/// GitHub detects `Co-authored-by:` trailers on the last lines of a commit
|
|
1673
1673
|
/// message (separated from the body by a blank line) and lists the agent
|
|
1674
|
-
/// alongside the human author; `
|
|
1675
|
-
/// <https://github.com/sigitc> account
|
|
1676
|
-
/// rendered with that account's avatar
|
|
1677
|
-
/// asks the model to add this itself;
|
|
1678
|
-
/// safety net when it forgets.
|
|
1679
|
-
pub const COMMIT_CO_AUTHOR_TRAILER: &str =
|
|
1674
|
+
/// alongside the human author; `297239231+sigitc@users.noreply.github.com`
|
|
1675
|
+
/// is the noreply address for the <https://github.com/sigitc> account
|
|
1676
|
+
/// ("siGit Code"), so the co-author is rendered with that account's avatar
|
|
1677
|
+
/// and profile link. The system prompt asks the model to add this itself;
|
|
1678
|
+
/// [`ensure_commit_co_author`] is the safety net when it forgets.
|
|
1679
|
+
pub const COMMIT_CO_AUTHOR_TRAILER: &str =
|
|
1680
|
+
"Co-Authored-By: siGit Code <297239231+sigitc@users.noreply.github.com>";
|
|
1680
1681
|
|
|
1681
1682
|
/// Run `git <args>` in `cwd`, returning trimmed stdout on success.
|
|
1682
1683
|
fn git_stdout(cwd: &Path, args: &[&str]) -> Option<String> {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|