chore(gastown): stage release updates#3353
Open
jrf0110 wants to merge 8 commits into
Open
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
…rm (#3372) Bug 1: @kilocode/cli@7.2.14 doesn't read KILO_AUTH_CONTENT, causing all kilo serve session-ingest to silently no-op. Bumped to 7.3.1 which has the feature. Verified KILO_AUTH_CONTENT present in binary strings. Bug 2: buildPrewarmEnv didn't set KILO_AUTH_CONTENT, KILO_PLATFORM, or KILO_ORG_ID, so mayor sessions (which go through prewarm) were invisible. Extracted buildKiloAuthEnv helper from buildAgentEnv and used it in both buildAgentEnv and buildPrewarmEnv. Refs #3307 Co-authored-by: John Fawcett <john@kilcoode.ai>
* perf(gastown): shorten mayor cold start path * fix(gastown): address mayor latency review feedback * fix(gastown): remove stale mayor setup parameter * fix(gastown): remove stale mayor setup comment
* feat(cloud-agent): add Gastown filter option to ChatSidebar and mobile modal * fix(cloud-agent-next): remove stale comment in default branch handling --------- Co-authored-by: John Fawcett <john@kilcoode.ai>
Make worktree creation tolerate an existing local branch with a missing worktree directory, and allow internal @kilocode package updates to bypass release-age delays.
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.
Summary
gastown-stagingtomain.TownContainerDOand hydrate runtime town, rig, agent, token, and auth configuration through control-server/container dispatch requests instead; boot logs now use the dynamic town id from the hydrated runtime config.@kilocode/clito7.3.1, extract shared Kilo auth env construction, and passKILO_AUTH_CONTENT,KILO_PLATFORM, andKILO_ORG_IDthrough the prewarm path.fatal: a branch named '<branch>' already existsafter partial setup or cleanup.@kilocode/*packages from the pnpm minimum-release-age delay so coordinated internal package bumps can be installed during release work.Verification
N/A for this release-rollup PR. See the constituent PRs linked above for change-specific verification notes.
Visual Changes
N/A
Reviewer Notes
This PR is intended to stay open as the ongoing Gastown staging-to-main release vehicle; more commits may be added over time. Direct commits on
gastown-stagingcurrently include the container env-var cleanup/hydration fixes, dynamic town id boot logs, resource bump, worktree branch reuse fix, and pnpm release-age exception. Constituent PRs merged into the staging branch include #3372, #3369, and #3426.