chore(deps): bump protobuf from 6.33.4 to 6.33.5 in /uv-global#4
Open
dependabot[bot] wants to merge 663 commits intomainfrom
Open
chore(deps): bump protobuf from 6.33.4 to 6.33.5 in /uv-global#4dependabot[bot] wants to merge 663 commits intomainfrom
dependabot[bot] wants to merge 663 commits intomainfrom
Conversation
- add lgo-z2e device to mbp-m2 and r56 configs - update lgo-z2e with real r56 device ID and tailscale IP - share commonplace and prism-instances folders with lgo-z2e Amp-Thread-ID: https://ampcode.com/threads/T-019b62f8-94e1-759c-ab19-efcf3ab6733e Co-authored-by: Amp <amp@ampcode.com>
wayland-1.24.0 is not available on darwin, causing mbp-m2 builds to fail Amp-Thread-ID: https://ampcode.com/threads/T-019b6300-5c9c-7165-8e88-6e06606b0811 Co-authored-by: Amp <amp@ampcode.com>
environment.darwinConfig is a path, not an attrset
- homeManagerModules → homeModules (nixvim, spicetify, vicinae) - system → nixpkgs.hostPlatform in darwinSystem/nixosSystem calls - initExtra → initContent for zsh config - pkgs.system → pkgs.stdenv.hostPlatform.system in unstable overlay - set programs.zsh.dotDir to XDG config home - remove redundant syncthing extraOptions (mbp-m2) Amp-Thread-ID: https://ampcode.com/threads/T-019b6af5-b09e-7414-baea-b82645c4f924 Co-authored-by: Amp <amp@ampcode.com>
- replace hardcoded tailscale IPs with hostnames across all hosts - prevents connectivity issues when tailscale IPs change - fixes stale htz-relay IP (100.101.195.56 → htz-relay) Amp-Thread-ID: https://ampcode.com/threads/T-019b6ae1-be97-749c-a140-a9225f6f08d0 Co-authored-by: Amp <amp@ampcode.com>
- homeModules → homeManagerModules (these flakes haven't adopted new naming) - services.vicinae.autoStart → systemd.enable + systemd.autoStart (api change) Amp-Thread-ID: https://ampcode.com/threads/T-019b6b21-e511-744a-a64c-f1cf081f3839 Co-authored-by: Amp <amp@ampcode.com>
home-manager's syncthing-init script PATCHes guiAddress after PUTting settings.gui, so settings.gui.address gets overwritten back to 127.0.0.1 Amp-Thread-ID: https://ampcode.com/threads/T-019b6b30-edf5-70ff-b101-839a9db9e645 Co-authored-by: Amp <amp@ampcode.com>
- extract git config to dedicated git.nix - enable pull.rebase and rebase.autoStash for cleaner syncthing workflow - configure delta as pager with explicit nix path - move lazygit, delta, gh, git-filter-repo from dev-tools Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019b6b13-dcb6-764d-8653-272b10fcd080
Amp-Thread-ID: https://ampcode.com/threads/T-019b6b13-dcb6-764d-8653-272b10fcd080 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019b6b7b-8b89-71ab-ac0b-7a00578cf001 Co-authored-by: Amp <amp@ampcode.com>
- add bluetooth device scanning button - add click-outside-to-close via backdrop overlay - add IPC handler for external control (qs ipc call control-center) - add lisgd gesture for 1-finger top-right swipe down - use full nix store path for qs binary in lisgd script - align control center to top edge Amp-Thread-ID: https://ampcode.com/threads/T-019b6ba2-1a1c-70dd-ba4e-d4c5b08cb04d Co-authored-by: Amp <amp@ampcode.com>
spawn-at-startup and keybinds now use explicit paths: - swaybg, quickshell, vicinae, xwayland-satellite, ghostty bare binary names fail when PATH isn't fully inherited (e.g., before home-manager session setup)
- point HISTFILE to commonplace/01_files/.zsh_history - enable SHARE_HISTORY for real-time sync across hosts - enable EXTENDED_HISTORY for timestamps - dedupe with ignoreAllDups (keeps recent, removes old dupes) - 100k history size Amp-Thread-ID: https://ampcode.com/threads/T-019b6bba-11c2-7674-a8cc-ec38ee58ecd4 Co-authored-by: Amp <amp@ampcode.com>
QML files call binaries like bluetoothctl via bare names for hot-reload. spawn-at-startup runs before home-manager sets up PATH, so we wrap quickshell with its runtime deps baked in. single source of truth in user/lib/quickshell.nix: - bluez (bluetoothctl) - networkmanager (nmcli) - brightnessctl contract: if QML calls a binary, add it to runtimeDeps.
pkgs.quickshellWrapped now available via overlay, defined once in overlays/quickshell.nix. modules just use pkgs.quickshellWrapped. - no lib folder - no duplication - standard nix pattern
- zshaddhistory hook records user, host, dir, agent, thread in logfmt - fzf ctrl+r parses metadata, shows readable timestamps - only displays context bracket when agent or different host - truncates long thread IDs as first4...last4 - handles old entries without metadata gracefully Amp-Thread-ID: https://ampcode.com/threads/T-019b6bba-11c2-7674-a8cc-ec38ee58ecd4 Co-authored-by: Amp <amp@ampcode.com>
1-finger swipe up from bottom edge triggers vicinae toggle. lisgd has no bottom-middle zone—triggers from anywhere along bottom.
- user/fzf/history-format.awk: awk script with syntax highlighting - user/fzf/history-widget.zsh: zsh widget with syntax highlighting - user/fzf/default.nix: imports and substitutes paths
keyboard_interactivity = on_demand allows compositor to route clicks outside vicinae, enabling focus-loss detection. default 'exclusive' mode steals all input, preventing dismissal.
fc -rl doesn't include timestamps - only the raw history file has extended format. fc -liD outputs formatted datetime directly, so parse date/time from fields 2-3 instead of epoch timestamp. Amp-Thread-ID: https://ampcode.com/threads/T-019b6c29-1be3-729a-a923-2b1d8a89b644 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c1e18-ce99-77ca-bc2a-3615c7832733 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c1e18-ce99-77ca-bc2a-3615c7832733 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c1e18-ce99-77ca-bc2a-3615c7832733 Co-authored-by: Amp <amp@ampcode.com>
zsh echoes variable assignments when 'local' is used inside a piped while loop. moving all locals to function scope fixes the spurious name=/branch=/head= output. also removes deprecated wt.sh, wts.sh, wt-init.sh (unified into _wt). Amp-Thread-ID: https://ampcode.com/threads/T-019c1e3b-cfb8-7047-a172-faf651b966a2 Co-authored-by: Amp <amp@ampcode.com>
… memory Amp-Thread-ID: https://ampcode.com/threads/T-019c1ecc-df88-7710-938a-7655a5f3e0b8 Co-authored-by: Amp <amp@ampcode.com>
…ts module - config/global-agents.md is source of truth - deleted user/agents/AGENTS.md (was redundant) - moved AGENTS.md symlinks from shell.nix to user/agents/default.nix - consolidated voice, precision, craft, loop, epistemics, memory sections Amp-Thread-ID: https://ampcode.com/threads/T-019c1ecc-df88-7710-938a-7655a5f3e0b8 Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019c1ecc-df88-7710-938a-7655a5f3e0b8
- critique ideas freely, express tradeoffs - be precise and specific; describe, don't emote - avoid hyperbole - be critical of information quality - acknowledge what might not have worked Amp-Thread-ID: https://ampcode.com/threads/T-019c1ecc-df88-7710-938a-7655a5f3e0b8 Co-authored-by: Amp <amp@ampcode.com>
blacklist dangerous git ops (force push, git add -A), allow everything else. enforcement at tool level rather than relying on agent to load skills. Amp-Thread-ID: https://ampcode.com/threads/T-019c1fe3-68a2-75ba-a1aa-b62556f327cd Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c23c0-0fc3-7406-b402-98874d04410b Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c23c0-0fc3-7406-b402-98874d04410b Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c23c0-0fc3-7406-b402-98874d04410b Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c2567-ab06-72d3-a77c-386ad36566d4 Co-authored-by: Amp <amp@ampcode.com>
- rename _wt to wt (no wrapper needed) - remove shell function from shell.nix - remove __WT_CD__ signal from script - user cds manually after worktree creation Amp-Thread-ID: https://ampcode.com/threads/T-019c2567-ab06-72d3-a77c-386ad36566d4 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c2567-ab06-72d3-a77c-386ad36566d4 Co-authored-by: Amp <amp@ampcode.com>
prevents new branches from tracking origin/main, allowing first push to create matching remote branch with proper tracking Amp-Thread-ID: https://ampcode.com/threads/T-019c2dc1-3b64-77aa-8a7b-9f41aaede624 Co-authored-by: Amp <amp@ampcode.com>
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.4 to 6.33.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
56b272f to
477a609
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps protobuf from 6.33.4 to 6.33.5.
Release notes
Sourced from protobuf's releases.
... (truncated)
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.