chore(deps): bump the all group across 1 directory with 3 updates#2
Closed
dependabot[bot] wants to merge 35 commits intomainfrom
Closed
chore(deps): bump the all group across 1 directory with 3 updates#2dependabot[bot] wants to merge 35 commits intomainfrom
dependabot[bot] wants to merge 35 commits intomainfrom
Conversation
Adds package.json, tsconfig, bunfig, gitignore, config, preload, agents definition, and tickets directory.
Adds reusable React components: CommandProbe, FeatureEnum, ForEachFeature, GrillMe, Review, ValidationLoop, WriteAPrd.
Adds MDX prompt templates for audit, coverage, feature-enum, grill-me, implement, plan, research, review, ticket, validate, and write-a-prd workflows.
Adds workflow TSX files: audit, debug, feature-enum, grill-me, implement, improve-test-coverage, plan, ralph, research, review, test-first, ticket-create, ticket-implement, and write-a-prd.
Adds PRD, design doc, engineering spec, and feature definitions for the smithers TUI.
…, plans, reviews)
- Create internal/config/defaults.go with SmithersMCPName, DefaultSmithersMCPConfig(), DefaultDisabledTools(), and IsSmithersCLIAvailable() helpers
- Update Config.setDefaults() to inject Smithers MCP with stdio transport pointing to 'smithers --mcp'
- Apply default disabled tools list (sourcegraph) only when user hasn't configured any
- Add comprehensive unit tests for default injection, user override preservation, and disabled tool behavior
- Respects user config: custom command paths, disabled flag, and custom disabled tool lists
Integration flow:
- TUI startup calls Config.Load() which calls setDefaults()
- setDefaults() injects "smithers" MCP entry into config.MCP map
- app.New() calls mcp.Initialize() which discovers tools via stdio handshake
- SetupAgents() runs with Smithers agent allowed access to all Smithers MCP tools (AllowedMCP: {"smithers": nil})
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- TestSmithersMCPDiscoveryFlow: verifies config setup with mock server - TestSmithersMCPDefaultInjectedIntoConfig: confirms agent MCP permissions - TestSmithersMCPToolDiscoveryWithMockServer: end-to-end tool discovery via in-memory transport - TestSmithersMCPStateTransitions: validates state machine constants and representations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- New tape: tests/vhs/mcp-tool-discovery.tape - Records startup with Smithers MCP discovery - Verifies MCP status indicator (connected or error) - Tests agent access to discovered MCP tools - Demonstrates graceful degradation when Smithers CLI unavailable - Updated README with instructions for running the tape Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…at startup - Add PopToRoot() and Root() methods to router for stack management - Enforce single-view minimum (prevents popping root) - Default to uiChat instead of uiLanding in Smithers mode after init - Allow session loading in both uiLanding and uiChat states - Add Esc key handling in uiSmithersView to return to chat console - Update router comments to reflect chat-root design This establishes chat as the default console and base of navigation stack in Smithers mode.
- Add comprehensive router unit tests for Push, Pop, PopToRoot semantics - Add chat-default-console E2E test placeholder (full integration via VHS) - Verify router enforces single-view minimum (chat root protection)
Implement ListWorkflows, GetWorkflowDefinition, RunWorkflow, and
GetWorkflowDAG on the Smithers client with full three-tier transport
(daemon HTTP API → exec CLI fallback). No SQLite fallback since workflows
are filesystem artefacts, not DB rows.
Key design choices:
- WithWorkspaceID() option gates daemon API routes (/api/workspaces/{id}/...)
- ListWorkflows adapts DiscoveredWorkflow CLI output to the canonical Workflow type
- RunWorkflow posts to /api/workspaces/{id}/runs with {workflowId, input?}
- GetWorkflowDAG hits /launch-fields endpoint; falls back to a generic single-field stub
- New apiGetJSON/apiPostJSON/decodeDaemonResponse helpers for plain-JSON daemon responses (distinct from legacy envelope and v1 transports)
- 45 unit tests covering HTTP success, HTTP error codes, malformed JSON, exec fallback, bearer token propagation, empty-ID guards, and parse helpers
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…-client Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…, and time-travel
Bumps the all group with 3 updates in the / directory: [charm.land/catwalk](https://github.com/charmbracelet/catwalk), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `charm.land/catwalk` from 0.33.2 to 0.34.3 - [Release notes](https://github.com/charmbracelet/catwalk/releases) - [Commits](charmbracelet/catwalk@v0.33.2...v0.34.3) Updates `github.com/go-git/go-git/v5` from 5.17.1 to 5.17.2 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.17.1...v5.17.2) Updates `modernc.org/sqlite` from 1.48.0 to 1.48.1 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1) --- updated-dependencies: - dependency-name: charm.land/catwalk dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: modernc.org/sqlite dependency-version: 1.48.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 the all group with 3 updates in the / directory: charm.land/catwalk, github.com/go-git/go-git/v5 and modernc.org/sqlite.
Updates
charm.land/catwalkfrom 0.33.2 to 0.34.3Release notes
Sourced from charm.land/catwalk's releases.
... (truncated)
Commits
e1aead9v0.34.3dcf0898chore: auto-update generated files5611438ci(update): one generator per command, addcontinue-on-error: true5b009a7chore: auto-update generated filesa44074bchore: re-generate copilot004526av0.34.2b735c90chore: new provider: nebius token factory (#227)ff1d3d2v0.34.1b827bdechore: re-generate all93a983dchore: addomitzerotooptionsstructUpdates
github.com/go-git/go-git/v5from 5.17.1 to 5.17.2Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
45ae193Merge pull request #1944 from go-git/fix-permsfda4f74storage: filesystem/dotgit, Skip writing pack files that already exist on disk2212dc7Merge pull request #1941 from go-git/renovate/releases/v5.x-go-github.com-go-...ebb2d7dbuild: Update module github.com/go-git/go-git/v5 to v5.17.1 [SECURITY]Updates
modernc.org/sqlitefrom 1.48.0 to 1.48.1Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
51d1f91CHANGELOG.md: document v1.48.1...50a8b7fCHANGELOG.md: document v1.48.16050024Merge branch 'multi-stmt-double-free' into 'master'ef93ba8improve memory safety of allocs in stmt.query2a97c68add conn.freeAllocsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions