chore: Configure Renovate - #1
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Nthalk
added a commit
that referenced
this pull request
Aug 2, 2026
The agents pane made a resident child visible; it did not make it REACHABLE. It had no selection, background jobs had no presence at all, and a child's conversation was unreachable by construction. The human could see that a child was spending tokens and could not see what it was doing. The rule that organizes it, and the reason it is worth building this way: `▸` means descendable. Focused, → opens and descends and ← ascends — the same gesture on the collapsed strip, on a row, on a job's output, and on the docs blocks that already worked this way. One affordance, learned once. dun dev ~/src/dun · 12 tools · 2 agents › formalize the jobs table and keyboard nav… ← the last thing you asked ▸ ▸#1 running 2m 6.5kt · ✓#2 idle · ⚙job 3 1m0s ⟩ go test -race ./... Two header lines in steady state, and NEITHER when there is nothing to say, so a session that never delegates loses no space. Collapsed costs one line no matter how many children exist; → expands it to a table capped at 6 rows that scrolls, because children are uncapped and jobs accumulate for the life of the session. Focus is three zones cycled by tab, in screen order from the bottom up. An empty activity zone is SKIPPED rather than focused-but-blank, which is what preserves the two-way tab everyone already has in their fingers. Selection is stored by IDENTITY, not index: rows are rebuilt on every event and a new agent shifts every job down, so an index would silently walk to a different row while you were reading it. Row order is stable for the same reason — sorting by interest would move rows under a selection. Descending into an agent is a SCOPE SWITCH, not an overlay: the task line becomes the child's prompt, the conversation becomes the child's, and the strip becomes a `↰ parent` row that takes you back. The input stays live and routes to that child through the same engine path as agent_monitor(tell:), so there is one definition of what telling a child means. A new human→child channel that children were denied on purpose (they have no ask_user) — accepted, because the human is not the model and the point of the pane is that a child is steerable rather than merely observable. The child's scrollback is PULLED (a new `agent` command → `agent_history` event), not pushed. Its callbacks are nil by design, and un-nil'ing them would mean tagging and forwarding N streams nobody is looking at. Pull also works unchanged for a STOPPED child, whose process is gone but whose transcript is not — which push could not do at all. A reply for an agent we have already left is dropped, or a late response would paste someone else's conversation over this one. Clipping is width-aware and applied to PLAIN text before styling: clipping a string that already carries escape codes counts them as characters and can leave a colour turned on for the rest of the line. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
📚 See our Reading List for relevant documentation you may be interested in reading.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.Detected Package Files
Dockerfile(dockerfile)go.mod(gomod)tools/ttydrive/go.mod(gomod)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.What to Expect
With your current configuration, Renovate will create 7 Pull Requests:
fix(deps): update module github.com/iodesystems/agentkit to v0.4.0
renovate/github.com-iodesystems-agentkit-0.xmainv0.4.0fix(deps): update module golang.org/x/term to v0.45.0
renovate/golang.org-x-term-0.xmainv0.45.0chore(deps): update ubuntu docker tag to v26
renovate/ubuntu-26.xmain26.04fix(deps): update module github.com/charmbracelet/bubbles to v2
renovate/github.com-charmbracelet-bubbles-2.xmainv2.1.1fix(deps): update module github.com/charmbracelet/bubbletea to v2
renovate/github.com-charmbracelet-bubbletea-2.xmainv2.0.8fix(deps): update module github.com/charmbracelet/glamour to v2
renovate/github.com-charmbracelet-glamour-2.xmainv2.0.1fix(deps): update module github.com/charmbracelet/lipgloss to v2
renovate/github.com-charmbracelet-lipgloss-2.xmain733ce53541bb688fd735524b665e0d96e35433bb🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prHourlyLimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.