Skip to content

Conversation

@zanesq
Copy link
Collaborator

@zanesq zanesq commented Jan 13, 2026

Summary

added optional request params and context limit from GOOSE_PREDEFINED_MODELS
verified locally does go up to 1M context limit with the following values
displays limit in front end also

Screenshot 2026-01-13 at 1 40 51 PM
{
        "id": 1,
        "name": "goose-claude-4-5-sonnet",
        "provider": "databricks",
        "alias": "claude-4.5-sonnet (recommended)",
        "subtext": "Anthropic",
        "context_limit": 1000000,
        "request_params": {
            "anthropic_beta": ["context-1m-2025-08-07"]
        }
    },
    {
        "id": 2,
        "name": "goose-claude-4-5-opus",
        "provider": "databricks",
        "alias": "claude-4.5-opus",
        "subtext": "Anthropic",
        "context_limit": 1000000,
        "request_params": {
            "anthropic_beta": ["context-1m-2025-08-07"]
        }
    },

@jamadeo jamadeo force-pushed the zane/models-params branch from 3b39259 to 83b8224 Compare January 15, 2026 19:50
Copy link
Collaborator

@jamadeo jamadeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely something we need to make possible. But I can't help feeling like doing this with the PREDEFINED_MODELS is a bit of a hack, and means our provider/model config is lacking something.

But maybe we solve that another time.

@zanesq
Copy link
Collaborator Author

zanesq commented Jan 15, 2026 via email

* 'main' of github.com:block/goose: (28 commits)
  chore(deps): bump aiohttp from 3.13.0 to 3.13.3 in /scripts/provider-error-proxy (#6539)
  chore(deps): bump brotli from 1.1.0 to 1.2.0 in /scripts/provider-error-proxy (#6538)
  docs: temp correction for agent directory (#6544)
  chore: upgrade rmcp (#6516)
  docs: clarify directory in /documentation readme (#6541)
  Release 1.20.0
  Standalone mcp apps (#6458)
  don't add escaping to the command field (#6519)
  Fix popular topics not starting chat when clicked (#6508)
  fix[desktop]: deeplink ui repeat on refresh (#6469)
  fixed test compilation on main branch (#6512)
  fix: correctly parse extension name from tool call for MCP apps (#6482)
  fixed 0 token in openrouter steaming (#6493)
  feat(goose-acp): enable parallel sessions with isolated agent state (#6392)
  copilot instruction to flag prelease docs (#6504)
  docs: acp mcp support (#6491)
  feat: add flatpak support for linux (#6387)
  fix(code_execution): serialize record_result output as JSON (#6495)
  perf(google): avoid accumulating thoughtSignatures across conversation history (#6462)
  fix(openai): make tool_call arguments optional and fix silent stream termination (#6309)
  ...
@zanesq zanesq merged commit 080a0e0 into main Jan 16, 2026
20 checks passed
@zanesq zanesq deleted the zane/models-params branch January 16, 2026 18:12
fbalicchia pushed a commit to fbalicchia/goose that referenced this pull request Jan 23, 2026
…_MODELS (block#6489)

Signed-off-by: fbalicchia <fbalicchia@cuebiq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants