ggcode 1.2.14__tar.gz → 1.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ggcode
3
- Version: 1.2.14
3
+ Version: 1.3.1
4
4
  Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
5
5
  Author: topcheer
6
6
  License: MIT
@@ -105,8 +105,20 @@ Supported architectures:
105
105
  - x86_64 / amd64
106
106
  - arm64
107
107
 
108
+ ## Desktop Application
109
+
110
+ ggcode also ships as a native desktop GUI application with visual chat, IM integration, and tool approval dialogs.
111
+
112
+ Download from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
113
+
114
+ | Platform | Asset |
115
+ | --- | --- |
116
+ | macOS (Universal) | `ggcode-desktop_*_darwin_universal.dmg` |
117
+ | Windows | `ggcode-desktop_*_windows_amd64.exe` |
118
+
108
119
  ## Project links
109
120
 
110
121
  - GitHub Releases: https://github.com/topcheer/ggcode/releases
122
+ - Desktop app downloads: available on the same releases page
111
123
  - Repository: https://github.com/topcheer/ggcode
112
124
  - Issues: https://github.com/topcheer/ggcode/issues
@@ -93,8 +93,20 @@ Supported architectures:
93
93
  - x86_64 / amd64
94
94
  - arm64
95
95
 
96
+ ## Desktop Application
97
+
98
+ ggcode also ships as a native desktop GUI application with visual chat, IM integration, and tool approval dialogs.
99
+
100
+ Download from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
101
+
102
+ | Platform | Asset |
103
+ | --- | --- |
104
+ | macOS (Universal) | `ggcode-desktop_*_darwin_universal.dmg` |
105
+ | Windows | `ggcode-desktop_*_windows_amd64.exe` |
106
+
96
107
  ## Project links
97
108
 
98
109
  - GitHub Releases: https://github.com/topcheer/ggcode/releases
110
+ - Desktop app downloads: available on the same releases page
99
111
  - Repository: https://github.com/topcheer/ggcode
100
112
  - Issues: https://github.com/topcheer/ggcode/issues
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ggcode
3
- Version: 1.2.14
3
+ Version: 1.3.1
4
4
  Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
5
5
  Author: topcheer
6
6
  License: MIT
@@ -105,8 +105,20 @@ Supported architectures:
105
105
  - x86_64 / amd64
106
106
  - arm64
107
107
 
108
+ ## Desktop Application
109
+
110
+ ggcode also ships as a native desktop GUI application with visual chat, IM integration, and tool approval dialogs.
111
+
112
+ Download from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
113
+
114
+ | Platform | Asset |
115
+ | --- | --- |
116
+ | macOS (Universal) | `ggcode-desktop_*_darwin_universal.dmg` |
117
+ | Windows | `ggcode-desktop_*_windows_amd64.exe` |
118
+
108
119
  ## Project links
109
120
 
110
121
  - GitHub Releases: https://github.com/topcheer/ggcode/releases
122
+ - Desktop app downloads: available on the same releases page
111
123
  - Repository: https://github.com/topcheer/ggcode
112
124
  - Issues: https://github.com/topcheer/ggcode/issues
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ggcode"
7
- version = "1.2.14"
7
+ version = "1.3.1"
8
8
  description = "Thin Python wrapper that installs the ggcode GitHub Release binary"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes