chore(deps): bump postgres from 3.4.7 to 3.4.9 - #4
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [postgres](https://github.com/porsager/postgres) from 3.4.7 to 3.4.9. - [Release notes](https://github.com/porsager/postgres/releases) - [Changelog](https://github.com/porsager/postgres/blob/master/CHANGELOG.md) - [Commits](porsager/postgres@v3.4.7...v3.4.9) --- updated-dependencies: - dependency-name: postgres dependency-version: 3.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
alsterg
added a commit
that referenced
this pull request
Jun 13, 2026
- Gap #2 claimed ShoferIgnoreController is dead code; it is now central and widely used (Task.ts every-task instantiation, code indexer, assistant agent, tree-sitter, ripgrep, context-management). Marked resolved. - PROTECTED_PATTERNS no longer contains .shoferrules* (it's now .shofer/**, .vscode/**, *.code-workspace, .shoferprotected, AGENTS.md, AGENT.md). Reconciled the stale .shoferrules* gaps (#3, #4, #6) and added the missing .shoferprotected row to the write-protected summary table. - Fixed a ghost 'rules-ask/' example (no Ask mode) -> rules-code-search/.
alsterg
added a commit
that referenced
this pull request
Jul 3, 2026
Adds packages/types/src/providers/catalog.ts: STATIC_MODEL_CATALOG collects every statically-known provider's models record + default into one queryable surface (lookupStaticModel / getStaticModelsForProvider / hasStaticCatalog), replacing the pattern of importing each *Models record and switching on provider name. getModelCapabilities normalizes a ModelInfo into the inspectable per-model view §7 wants (vision, prompt-cache, context/limits, pricing, tool include/exclude dialect). Dynamic providers (openrouter/ollama/…) fetch at runtime and are intentionally absent. This is the seam a models.dev-backed source slots into (Part E #4 decision: snapshot vs live vs both) — after which getProviderDefaultModelId and the API handlers' lookups route through it and adding a provider becomes config-only. Tested (6 tests incl. default-in-record invariant); typecheck + lint clean.
alsterg
added a commit
that referenced
this pull request
Jul 3, 2026
Part E #4 decision: bundled snapshot + local overrides now; live models.dev refresh later. Adds lookupModel(provider, modelId, overrides?) which merges a provider→modelId→Partial<ModelInfo> override map over the bundled catalog entry — correcting pricing/limits/capabilities or registering a model the snapshot lacks, without code changes. Documents the catalog + overrides in new-llm-provider.md. 8 catalog tests pass; typecheck + lint clean.
alsterg
added a commit
that referenced
this pull request
Jul 7, 2026
Add an optional private?: boolean to plugin contribution declarations — modes, skills, commands (via the manifest/mode schemas) and plugin-contributed tools (CustomToolDefinition). A private contribution is still registered and invocable by its qualified name (design §14.7 → namespacing composes), but excluded from every user-facing surface (owner directive #4): - modes: hidden from the mode selector/picker (getStateToPostToWebview filters private out); getCustomModes still returns them so switching by qualified slug works. - commands: getCommands (palette / slash menu / autocomplete) filters private; getCommand still resolves them by qualified name. - skills: getSkillsForMode (system prompt, skill tool) and getSkillsMetadata (skills UI) exclude private; getSkillContent resolves them for invocation via a new includePrivate resolution path. - Plugins settings panel: private contributions are excluded from the per-kind contributionCounts. privateNames flow from the manifest through getContributedSkillDirs/CommandDirs to the command/skill scanners. Regenerated shofermodes JSON schema.
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 postgres from 3.4.7 to 3.4.9.
Release notes
Sourced from postgres's releases.
Commits
e7dfa143.4.9cc29931build1e92809Fix porsager/postgres#11435c8135f3.4.8ad24665buildde64f7aPrevent out of bound errors from commit-time failures94b7170fix: use lower max connections in Cloudflare Workers environment7f80980Add support for sslnegotiation=direct - fixes #110436a53f6omit Sql properties absent from TransactionSql3ffc3c4Someones engines are getting pedantic - fixes #1061Dependabot 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 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)