Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package goose for openSUSE:Factory checked 
in at 2025-12-22 22:51:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goose (Old)
 and      /work/SRC/openSUSE:Factory/.goose.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goose"

Mon Dec 22 22:51:50 2025 rev:5 rq:1324147 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/goose/goose.changes      2025-12-20 
21:47:00.572471439 +0100
+++ /work/SRC/openSUSE:Factory/.goose.new.1928/goose.changes    2025-12-22 
22:55:19.700082133 +0100
@@ -1,0 +2,62 @@
+Mon Dec 22 05:29:42 UTC 2025 - Sai Karthik Karra <[email protected]>
+
+- Drop disable-self-update.patch in favour of compile time feature: 
https://github.com/block/goose/pull/5886
+- Update to version 1.18.0:
+  * Recipe slash command parsing (#6173)
+  * chore(release): release version 1.18.0
+  * fix(code-mode): use MCP structuredContent for proper JS object access 
(#6190)
+  * fix(code-mode): improve tool signatures for LLM discovery (#6177)
+  * chore: cover code mode with end to end provider tests (#6183)
+  * docs: publish MCP elicitation guide (#6182)
+  * docs: mobile access (#6180)
+  * feat: update copilot instructions to correct "Goose" to "goose" in code 
reviews (#6175)
+  * blog: on terminal and mobile (#6174)
+  * Enhanced PostHog Error Tracking with Detailed Messages (#6176)
+  * Clean PR preview sites from gh-pages branch history (#6161)
+  * fix: make goose reviewer less sycophantic (#6171)
+  * revert /reply to previous behavior (replacing session history) when full 
conversation provided (#6058)
+  * chore: manually update version (#6166)
+  * Integrate pricing with canonical model (#6130)
+  * Regenerate canonical models when release branch is created. (#6127)
+  * fix: use correct parameter name in read_module handler (#6148)
+  * docs: blog for code mode MCP (#6126)
+  * test: add ACP integration test (#6150)
+  * docs: auto download updates (#6163)
+  * fix: respect default_enabled value of platform extensions (#6159)
+  * docs: skills (#6062)
+  * fix: add conditional configuration for GOOSE_BIN_DIR in PATH (#5940)
+  * Update dependencies to help in Fedora packaging (#5835)
+  * fix: make goose reviewer less bad (#6154)
+  * docs: create/edit recipe button (#6145)
+  * fix(google): Fix 400 Bad Request error with Gemini 3 thought signatures 
(#6035)
+  * fix: we don't need to warn about tool count when in code mode (#6149)
+  * deps: upgrade agent-client-protocol to 0.9.0 (#6109)
+  * fix(providers): fix for gemini-cli on windows to work around cmd's 
multiline prompt limitations #5911 (#5966)
+  * More slash commands (#5858)
+  * fix: MCP UI not rendering due to CallToolResult structure change (#6143)
+  * fix: display shell output as static text instead of spinner (#6041)
+  * fix : Custom providers with empty API keys show as configured in desktop 
(#6105)
+  * Add .agents/skills and ~/.config/agent/skills to skills discovery paths 
(#6139)
+  * fix: use instructions for system prompt and prompt for user message in 
subagents (#6121)
+  * Fix compaction loop for small models or large input (#5803)
+  * feat: Centralize theme management with ThemeContext (#6137)
+  * OpenRouter & Xai streaming (#5873)
+  * fix: resolve mcp-hermit cleanup path expansion issue (#5953)
+  * feat: add goose PR reviewer workflow (#6124)
+  * perf: Avoid repeated MCP queries during streaming responses (#6138)
+  * Fix YAML serialization for recipes with special characters (#5796)
+  * Add more posthog analytics (privacy aware) (#6122)
+  * docs: add Sugar MCP server to extensions registry (#6077)
+  * Fix tokenState loading on new sessions (#6129)
+  * bump bedrock dep versions (#6090)
+  * Don't persist ephemeral extensions when resuming sessions (#5974)
+  * chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /ui/desktop 
(#5939)
+  * chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /documentation (#5898)
+  * Add Scorecard supply-chain security workflow (#5810)
+  * Don't show subagent tool when we're a subagent (#6125)
+  * Fix keyboard shortcut conflict for Focus Goose Window (#5809)
+  * feat(goose-cli): add feature to disable update (#5886)
+  * workflow: enable docs-update-recipe-ref (#6132)
+  * fix: filter tools in Ollama streaming when chat mode is enabled (#6118)
+
+-------------------------------------------------------------------

Old:
----
  disable-self-update.patch
  goose-1.17.0.tar.zst

New:
----
  goose-1.18.0.tar.zst

----------(Old B)----------
  Old:
- Drop disable-self-update.patch in favour of compile time feature: 
https://github.com/block/goose/pull/5886
- Update to version 1.18.0:
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ goose.spec ++++++
--- /var/tmp/diff_new_pack.a3CiGS/_old  2025-12-22 22:55:32.084592883 +0100
+++ /var/tmp/diff_new_pack.a3CiGS/_new  2025-12-22 22:55:32.084592883 +0100
@@ -17,14 +17,13 @@
 
 
 Name:           goose
-Version:        1.17.0
+Version:        1.18.0
 Release:        0
 Summary:        A local, extensible, open source AI agent that automates 
engineering tasks
 License:        Apache-2.0
 URL:            https://github.com/block/goose
 Source0:        goose-%{version}.tar.zst
 Source1:        vendor.tar.zst
-Patch1:         disable-self-update.patch
 BuildRequires:  cargo
 BuildRequires:  cargo-packaging
 BuildRequires:  libxcb-devel
@@ -43,7 +42,7 @@
 export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
 export CARGO_PROFILE_RELEASE_OPT_LEVEL=z
 
-%{cargo_build} --package goose-cli
+%{cargo_build} --package goose-cli --features disable-update
 
 %install
 mkdir -p %{buildroot}%{_bindir}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.a3CiGS/_old  2025-12-22 22:55:32.128594698 +0100
+++ /var/tmp/diff_new_pack.a3CiGS/_new  2025-12-22 22:55:32.136595028 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/block/goose.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v1.17.0</param>
+    <param name="revision">v1.18.0</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.a3CiGS/_old  2025-12-22 22:55:32.156595852 +0100
+++ /var/tmp/diff_new_pack.a3CiGS/_new  2025-12-22 22:55:32.160596017 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/block/goose.git</param>
-              <param 
name="changesrevision">cace9ac416ca4d65081f3b9b00f3af52a451e427</param></service></servicedata>
+              <param 
name="changesrevision">46699566eb95ec723e2af9eb761533ea43f19394</param></service></servicedata>
 (No newline at EOF)
 

++++++ goose-1.17.0.tar.zst -> goose-1.18.0.tar.zst ++++++
/work/SRC/openSUSE:Factory/goose/goose-1.17.0.tar.zst 
/work/SRC/openSUSE:Factory/.goose.new.1928/goose-1.18.0.tar.zst differ: char 7, 
line 1

++++++ goose.obsinfo ++++++
--- /var/tmp/diff_new_pack.a3CiGS/_old  2025-12-22 22:55:32.204597832 +0100
+++ /var/tmp/diff_new_pack.a3CiGS/_new  2025-12-22 22:55:32.208597997 +0100
@@ -1,5 +1,5 @@
 name: goose
-version: 1.17.0
-mtime: 1766007797
-commit: cace9ac416ca4d65081f3b9b00f3af52a451e427
+version: 1.18.0
+mtime: 1766177767
+commit: 46699566eb95ec723e2af9eb761533ea43f19394
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/goose/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.goose.new.1928/vendor.tar.zst differ: char 7, line 1

Reply via email to