You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release prep for gobby-core 0.3.0, gcode 0.9.9, ghook 0.4.5, gsqz 0.4.5, gloc 0.1.3, and the first gwiki release (0.2.0).
- gwiki: bump package version 0.1.0 -> 0.2.0 (first public release); Cargo.lock synced.
- gloc: pin gobby-core dep to version = "0.3.0" (keep default-features = false) so the crate is releasable to crates.io, which rejects a path dependency with no version; update the gcore public_boundary test to match the corrected declaration.
- CHANGELOG: reconcile gcode [0.9.9] and gobby-core [0.3.0] against all commits since 2026-05-31 (codewiki generator, LLM outlines, citation provenance, daemon-first embeddings, shared AI clients/probe, etc.), add gloc dep-fix and ghook review entries, and add the new gwiki [0.2.0] section.
- Docs: README now lists five tools incl. gwiki (feature section, version table, install, links); release-guide and guides index include gwiki and document the gloc dep rule.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
<palign="center">
9
9
<strong>Rust CLI tools for AI-assisted development.</strong><br>
10
-
Code search, symbol navigation, output compression, and local LLM launching — all from the terminal.
10
+
Code search, symbol navigation, output compression, local LLM launching, and multimodal research vaults — all from the terminal.
11
11
</p>
12
12
13
13
<palign="center">
@@ -21,9 +21,7 @@
21
21
22
22
## What's Inside
23
23
24
-
This workspace ships four Gobby CLI tools plus a shared library. `gobby-wiki`
25
-
is in the workspace, but it is still unreleased and is not part of the current
26
-
release set.
24
+
This workspace ships five Gobby CLI tools plus a shared library.
27
25
28
26
### Current Release Set
29
27
@@ -34,9 +32,7 @@ release set.
34
32
|`gobby-hooks`|`ghook`|`0.4.5`|`ghook-v0.4.5`|
35
33
|`gobby-squeeze`|`gsqz`|`0.4.5`|`gsqz-v0.4.5`|
36
34
|`gobby-local`|`gloc`|`0.1.3`|`gloc-v0.1.3`|
37
-
38
-
`gobby-wiki` / `gwiki` stays at `0.1.0` in-tree and is excluded from this
39
-
release.
35
+
|`gobby-wiki`|`gwiki`|`0.2.0`|`gwiki-v0.2.0`|
40
36
41
37
### gcode — Code Search & Navigation
42
38
@@ -69,6 +65,17 @@ One command to launch Claude Code or Codex against a local LLM backend. Auto-det
69
65
70
66
Sandbox-tolerant hook dispatcher invoked by host AI CLIs (Claude Code, Codex, Gemini CLI, Qwen CLI) on lifecycle and tool-use events. Spools envelopes to `~/.gobby/hooks/inbox/`*before* POSTing to the local Gobby daemon, so the daemon's drain worker can replay any delivery lost to a sandbox FS-read denial, network blip, or daemon restart. You don't usually invoke it directly — Gobby wires it into your AI CLI for you.
0 commit comments