ggcode 1.1.91__tar.gz → 1.1.93__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.
- {ggcode-1.1.91 → ggcode-1.1.93}/PKG-INFO +31 -4
- ggcode-1.1.93/README.md +100 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/ggcode.egg-info/PKG-INFO +31 -4
- {ggcode-1.1.91 → ggcode-1.1.93}/pyproject.toml +1 -1
- ggcode-1.1.91/README.md +0 -73
- {ggcode-1.1.91 → ggcode-1.1.93}/ggcode.egg-info/SOURCES.txt +0 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/ggcode.egg-info/dependency_links.txt +0 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/ggcode.egg-info/entry_points.txt +0 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/ggcode.egg-info/top_level.txt +0 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/ggcode_release_installer/__init__.py +0 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/ggcode_release_installer/cli.py +0 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/setup.cfg +0 -0
- {ggcode-1.1.91 → ggcode-1.1.93}/tests/test_cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ggcode
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.93
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -23,9 +23,6 @@ it in a wrapper-managed cache:
|
|
|
23
23
|
If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
|
|
24
24
|
you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
|
|
25
25
|
|
|
26
|
-
This package is only the release-backed installer wrapper. For product features, harness workflow
|
|
27
|
-
details, and the main CLI experience, use the repository README.
|
|
28
|
-
|
|
29
26
|
## Install
|
|
30
27
|
|
|
31
28
|
```bash
|
|
@@ -68,6 +65,35 @@ or:
|
|
|
68
65
|
GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
69
66
|
```
|
|
70
67
|
|
|
68
|
+
## Native installers
|
|
69
|
+
|
|
70
|
+
Prefer a native package? Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
|
|
71
|
+
|
|
72
|
+
| Platform | Format | Install command |
|
|
73
|
+
| --- | --- | --- |
|
|
74
|
+
| macOS | `.pkg` | `sudo installer -pkg ./ggcode_*_darwin_universal.pkg -target /` |
|
|
75
|
+
| Windows | `.msi` | `msiexec /i .\ggcode_*_windows_x64.msi` |
|
|
76
|
+
| Debian / Ubuntu | `.deb` | `sudo dpkg -i ./ggcode_*_linux_*.deb` |
|
|
77
|
+
| Fedora / RHEL | `.rpm` | `sudo rpm -i ./ggcode-*-1.*.rpm` |
|
|
78
|
+
| Alpine | `.apk` | `sudo apk add --allow-untrusted ./ggcode-*-r1.*.apk` |
|
|
79
|
+
| Arch Linux | `.pkg.tar.zst` | `sudo pacman -U ./ggcode-*-1-*.pkg.tar.zst` |
|
|
80
|
+
|
|
81
|
+
## What is ggcode?
|
|
82
|
+
|
|
83
|
+
**ggcode** is a terminal-native AI coding agent — not a browser wrapper, not a VS Code extension.
|
|
84
|
+
It runs entirely in your terminal with a polished TUI:
|
|
85
|
+
|
|
86
|
+
- **Multi-provider LLM support** — OpenAI, Anthropic, Google Gemini, GitHub Copilot, DeepSeek, and more
|
|
87
|
+
- **Five permission modes** — supervised, plan, auto, bypass, autopilot — you decide how much autonomy the agent gets
|
|
88
|
+
- **LSP integration** — go-to-definition, references, rename, diagnostics, code actions via your language server
|
|
89
|
+
- **MCP tools** — connect external tool servers (browser, databases, APIs) seamlessly
|
|
90
|
+
- **Sub-agents** — spawn parallel workers for research, coding, and testing tasks
|
|
91
|
+
- **Harness workflows** — structured engineering pipelines with git worktrees, review, and promotion
|
|
92
|
+
- **IM gateway** — connect QQ, Telegram, Discord, Slack, DingTalk, or Feishu for remote coding
|
|
93
|
+
- **Bilingual UI** — full English and Chinese support
|
|
94
|
+
- **Session persistence** — resume past sessions with `ggcode --resume`
|
|
95
|
+
- **File checkpoints** — undo bad edits instantly without git
|
|
96
|
+
|
|
71
97
|
## Supported platforms
|
|
72
98
|
|
|
73
99
|
- macOS
|
|
@@ -81,5 +107,6 @@ Supported architectures:
|
|
|
81
107
|
|
|
82
108
|
## Project links
|
|
83
109
|
|
|
110
|
+
- GitHub Releases: https://github.com/topcheer/ggcode/releases
|
|
84
111
|
- Repository: https://github.com/topcheer/ggcode
|
|
85
112
|
- Issues: https://github.com/topcheer/ggcode/issues
|
ggcode-1.1.93/README.md
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# ggcode Python wrapper
|
|
2
|
+
|
|
3
|
+
`ggcode` on PyPI bootstraps the native `ggcode` terminal agent from GitHub Releases.
|
|
4
|
+
|
|
5
|
+
When the bootstrap runs, it installs the real binary into a stable CLI location instead of keeping
|
|
6
|
+
it in a wrapper-managed cache:
|
|
7
|
+
|
|
8
|
+
- macOS / Linux: prefers `/usr/local/bin`, falls back to `~/.local/bin`
|
|
9
|
+
- Windows: prefers `%USERPROFILE%\\AppData\\Local\\Programs\\ggcode\\bin`, falls back to `%USERPROFILE%\\.local\\bin`
|
|
10
|
+
|
|
11
|
+
If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
|
|
12
|
+
you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
|
|
13
|
+
|
|
14
|
+
## Install
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
pip install ggcode
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Then run:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
ggcode
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
If you ever need to rerun the bootstrap flow explicitly, you can also use:
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
ggcode-bootstrap
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## What it does
|
|
33
|
+
|
|
34
|
+
- Detects your operating system and CPU architecture
|
|
35
|
+
- Downloads the latest matching `ggcode` archive from GitHub Releases
|
|
36
|
+
- Verifies the archive against `checksums.txt`
|
|
37
|
+
- Installs the real binary into a stable PATH location
|
|
38
|
+
- Updates PATH so future `ggcode` launches bypass the Python wrapper
|
|
39
|
+
|
|
40
|
+
## Pin a specific ggcode release
|
|
41
|
+
|
|
42
|
+
By default, the wrapper always resolves the latest `ggcode` release.
|
|
43
|
+
|
|
44
|
+
To force a specific release, set `GGCODE_INSTALL_VERSION`:
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
GGCODE_INSTALL_VERSION=vX.Y.Z ggcode
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
or:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Native installers
|
|
57
|
+
|
|
58
|
+
Prefer a native package? Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
|
|
59
|
+
|
|
60
|
+
| Platform | Format | Install command |
|
|
61
|
+
| --- | --- | --- |
|
|
62
|
+
| macOS | `.pkg` | `sudo installer -pkg ./ggcode_*_darwin_universal.pkg -target /` |
|
|
63
|
+
| Windows | `.msi` | `msiexec /i .\ggcode_*_windows_x64.msi` |
|
|
64
|
+
| Debian / Ubuntu | `.deb` | `sudo dpkg -i ./ggcode_*_linux_*.deb` |
|
|
65
|
+
| Fedora / RHEL | `.rpm` | `sudo rpm -i ./ggcode-*-1.*.rpm` |
|
|
66
|
+
| Alpine | `.apk` | `sudo apk add --allow-untrusted ./ggcode-*-r1.*.apk` |
|
|
67
|
+
| Arch Linux | `.pkg.tar.zst` | `sudo pacman -U ./ggcode-*-1-*.pkg.tar.zst` |
|
|
68
|
+
|
|
69
|
+
## What is ggcode?
|
|
70
|
+
|
|
71
|
+
**ggcode** is a terminal-native AI coding agent — not a browser wrapper, not a VS Code extension.
|
|
72
|
+
It runs entirely in your terminal with a polished TUI:
|
|
73
|
+
|
|
74
|
+
- **Multi-provider LLM support** — OpenAI, Anthropic, Google Gemini, GitHub Copilot, DeepSeek, and more
|
|
75
|
+
- **Five permission modes** — supervised, plan, auto, bypass, autopilot — you decide how much autonomy the agent gets
|
|
76
|
+
- **LSP integration** — go-to-definition, references, rename, diagnostics, code actions via your language server
|
|
77
|
+
- **MCP tools** — connect external tool servers (browser, databases, APIs) seamlessly
|
|
78
|
+
- **Sub-agents** — spawn parallel workers for research, coding, and testing tasks
|
|
79
|
+
- **Harness workflows** — structured engineering pipelines with git worktrees, review, and promotion
|
|
80
|
+
- **IM gateway** — connect QQ, Telegram, Discord, Slack, DingTalk, or Feishu for remote coding
|
|
81
|
+
- **Bilingual UI** — full English and Chinese support
|
|
82
|
+
- **Session persistence** — resume past sessions with `ggcode --resume`
|
|
83
|
+
- **File checkpoints** — undo bad edits instantly without git
|
|
84
|
+
|
|
85
|
+
## Supported platforms
|
|
86
|
+
|
|
87
|
+
- macOS
|
|
88
|
+
- Linux
|
|
89
|
+
- Windows
|
|
90
|
+
|
|
91
|
+
Supported architectures:
|
|
92
|
+
|
|
93
|
+
- x86_64 / amd64
|
|
94
|
+
- arm64
|
|
95
|
+
|
|
96
|
+
## Project links
|
|
97
|
+
|
|
98
|
+
- GitHub Releases: https://github.com/topcheer/ggcode/releases
|
|
99
|
+
- Repository: https://github.com/topcheer/ggcode
|
|
100
|
+
- Issues: https://github.com/topcheer/ggcode/issues
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ggcode
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.93
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -23,9 +23,6 @@ it in a wrapper-managed cache:
|
|
|
23
23
|
If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
|
|
24
24
|
you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
|
|
25
25
|
|
|
26
|
-
This package is only the release-backed installer wrapper. For product features, harness workflow
|
|
27
|
-
details, and the main CLI experience, use the repository README.
|
|
28
|
-
|
|
29
26
|
## Install
|
|
30
27
|
|
|
31
28
|
```bash
|
|
@@ -68,6 +65,35 @@ or:
|
|
|
68
65
|
GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
69
66
|
```
|
|
70
67
|
|
|
68
|
+
## Native installers
|
|
69
|
+
|
|
70
|
+
Prefer a native package? Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
|
|
71
|
+
|
|
72
|
+
| Platform | Format | Install command |
|
|
73
|
+
| --- | --- | --- |
|
|
74
|
+
| macOS | `.pkg` | `sudo installer -pkg ./ggcode_*_darwin_universal.pkg -target /` |
|
|
75
|
+
| Windows | `.msi` | `msiexec /i .\ggcode_*_windows_x64.msi` |
|
|
76
|
+
| Debian / Ubuntu | `.deb` | `sudo dpkg -i ./ggcode_*_linux_*.deb` |
|
|
77
|
+
| Fedora / RHEL | `.rpm` | `sudo rpm -i ./ggcode-*-1.*.rpm` |
|
|
78
|
+
| Alpine | `.apk` | `sudo apk add --allow-untrusted ./ggcode-*-r1.*.apk` |
|
|
79
|
+
| Arch Linux | `.pkg.tar.zst` | `sudo pacman -U ./ggcode-*-1-*.pkg.tar.zst` |
|
|
80
|
+
|
|
81
|
+
## What is ggcode?
|
|
82
|
+
|
|
83
|
+
**ggcode** is a terminal-native AI coding agent — not a browser wrapper, not a VS Code extension.
|
|
84
|
+
It runs entirely in your terminal with a polished TUI:
|
|
85
|
+
|
|
86
|
+
- **Multi-provider LLM support** — OpenAI, Anthropic, Google Gemini, GitHub Copilot, DeepSeek, and more
|
|
87
|
+
- **Five permission modes** — supervised, plan, auto, bypass, autopilot — you decide how much autonomy the agent gets
|
|
88
|
+
- **LSP integration** — go-to-definition, references, rename, diagnostics, code actions via your language server
|
|
89
|
+
- **MCP tools** — connect external tool servers (browser, databases, APIs) seamlessly
|
|
90
|
+
- **Sub-agents** — spawn parallel workers for research, coding, and testing tasks
|
|
91
|
+
- **Harness workflows** — structured engineering pipelines with git worktrees, review, and promotion
|
|
92
|
+
- **IM gateway** — connect QQ, Telegram, Discord, Slack, DingTalk, or Feishu for remote coding
|
|
93
|
+
- **Bilingual UI** — full English and Chinese support
|
|
94
|
+
- **Session persistence** — resume past sessions with `ggcode --resume`
|
|
95
|
+
- **File checkpoints** — undo bad edits instantly without git
|
|
96
|
+
|
|
71
97
|
## Supported platforms
|
|
72
98
|
|
|
73
99
|
- macOS
|
|
@@ -81,5 +107,6 @@ Supported architectures:
|
|
|
81
107
|
|
|
82
108
|
## Project links
|
|
83
109
|
|
|
110
|
+
- GitHub Releases: https://github.com/topcheer/ggcode/releases
|
|
84
111
|
- Repository: https://github.com/topcheer/ggcode
|
|
85
112
|
- Issues: https://github.com/topcheer/ggcode/issues
|
ggcode-1.1.91/README.md
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# ggcode Python wrapper
|
|
2
|
-
|
|
3
|
-
`ggcode` on PyPI bootstraps the native `ggcode` terminal agent from GitHub Releases.
|
|
4
|
-
|
|
5
|
-
When the bootstrap runs, it installs the real binary into a stable CLI location instead of keeping
|
|
6
|
-
it in a wrapper-managed cache:
|
|
7
|
-
|
|
8
|
-
- macOS / Linux: prefers `/usr/local/bin`, falls back to `~/.local/bin`
|
|
9
|
-
- Windows: prefers `%USERPROFILE%\\AppData\\Local\\Programs\\ggcode\\bin`, falls back to `%USERPROFILE%\\.local\\bin`
|
|
10
|
-
|
|
11
|
-
If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
|
|
12
|
-
you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
|
|
13
|
-
|
|
14
|
-
This package is only the release-backed installer wrapper. For product features, harness workflow
|
|
15
|
-
details, and the main CLI experience, use the repository README.
|
|
16
|
-
|
|
17
|
-
## Install
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
pip install ggcode
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
Then run:
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
ggcode
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
If you ever need to rerun the bootstrap flow explicitly, you can also use:
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
ggcode-bootstrap
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
## What it does
|
|
36
|
-
|
|
37
|
-
- Detects your operating system and CPU architecture
|
|
38
|
-
- Downloads the latest matching `ggcode` archive from GitHub Releases
|
|
39
|
-
- Verifies the archive against `checksums.txt`
|
|
40
|
-
- Installs the real binary into a stable PATH location
|
|
41
|
-
- Updates PATH so future `ggcode` launches bypass the Python wrapper
|
|
42
|
-
|
|
43
|
-
## Pin a specific ggcode release
|
|
44
|
-
|
|
45
|
-
By default, the wrapper always resolves the latest `ggcode` release.
|
|
46
|
-
|
|
47
|
-
To force a specific release, set `GGCODE_INSTALL_VERSION`:
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
GGCODE_INSTALL_VERSION=vX.Y.Z ggcode
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
or:
|
|
54
|
-
|
|
55
|
-
```bash
|
|
56
|
-
GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
## Supported platforms
|
|
60
|
-
|
|
61
|
-
- macOS
|
|
62
|
-
- Linux
|
|
63
|
-
- Windows
|
|
64
|
-
|
|
65
|
-
Supported architectures:
|
|
66
|
-
|
|
67
|
-
- x86_64 / amd64
|
|
68
|
-
- arm64
|
|
69
|
-
|
|
70
|
-
## Project links
|
|
71
|
-
|
|
72
|
-
- Repository: https://github.com/topcheer/ggcode
|
|
73
|
-
- Issues: https://github.com/topcheer/ggcode/issues
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|