check if pyproject has changed before publishing#8
Closed
michaelneale wants to merge 2 commits intomainfrom
Closed
check if pyproject has changed before publishing#8michaelneale wants to merge 2 commits intomainfrom
michaelneale wants to merge 2 commits intomainfrom
Conversation
26 tasks
nkuhn-vmw
pushed a commit
to nkuhn-vmw/goose
that referenced
this pull request
Feb 10, 2026
Implement a first-class provider for Tanzu AI Services, enabling enterprise-managed LLM access through Cloud Foundry service bindings with an OpenAI-compatible API. - Add TanzuAIServicesProvider using OpenAiCompatibleProvider - Support single-model and multi-model credential formats - Support VCAP_SERVICES auto-detection for Cloud Foundry - Implement config_url model discovery and capability filtering - Register as Builtin provider in init.rs - Add 14 unit tests and 10 integration tests (wiremock) - Update providers.md documentation Closes aaif-goose#1, aaif-goose#2, aaif-goose#3, aaif-goose#4, aaif-goose#5, aaif-goose#6, aaif-goose#7, aaif-goose#8, aaif-goose#12, aaif-goose#16 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
craigwalkeruk
added a commit
to craigwalkeruk/custom-goose
that referenced
this pull request
Feb 25, 2026
…n/research/prototypes/figma-connect-v1/vite-6.4.1 Bump vite from 6.3.5 to 6.4.1 in /research/prototypes/figma-connect-v1
jamadeo
pushed a commit
that referenced
this pull request
Apr 13, 2026
… fixes (#8) * feat: personas, skills, and import/export improvements - Rename "Agents" to "Personas" across the UI (sidebar, headings, descriptions) - Load markdown persona files from ~/.goose/agents/ on startup with periodic refresh (60s interval + window focus), parsed from YAML frontmatter + body - Implement persona import/export matching sprout's .persona.json v1 format with export from card menu and import via file picker - Implement "New Skill" creation dialog with kebab-case validation, writing SKILL.md files to ~/.goose/skills/{name}/ - Add backend path traversal protection for skill name validation - Fix persona creation to persist through backend API (was local-only) - Fix import to refresh from backend instead of creating store duplicates - Disable delete button for disk-loaded personas in the UI Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat: add edit, duplicate, export, and import for skills - Add update_skill backend command to edit existing SKILL.md files - Add export_skill command returning sprout-compatible .skill.json format - Add import_skills command with file validation and name collision handling - Convert CreateSkillDialog to support edit mode (read-only name, pre-filled fields) - Add dropdown menu on skill cards with Edit, Duplicate, Export, Delete - Add Import button with file picker on Skills page - Duplicate generates unique {name}-copy suffix Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: make skills and personas pages fill full height with proper scrolling Both pages now use flex column layout with h-full to fill the parent container, and an inner scrollable wrapper with overflow-y-auto for content overflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * style: fix cargo fmt and clippy warnings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: delete persistence, confirmation dialogs, and export notifications - Fix persona deletion to persist via backend API (was local-only) - Add delete confirmation dialog for both personas and skills - Show export notification toast with filename after successful export Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: hide delete option for built-in and disk-loaded personas Instead of showing a disabled delete button, hide it entirely for personas that can't be deleted (built-in and markdown-loaded). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: update PersonaCard test for hidden delete on built-in personas The delete menu item is now hidden (not disabled) for built-in and disk-loaded personas, so the test checks it's absent rather than disabled. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: add comprehensive tests for skills and persona features - CreateSkillDialog: 17 tests (rendering, name validation, edit mode, form submission) - SkillsView: 11 tests (rendering, search, card menu, delete confirmation) - usePersonas hook: 6 tests (loading, CRUD, refresh) - Agents API: 3 tests (export, import, refresh invoke calls) Total test count: 100 → 137 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (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.
When publishing now, it will publish on every push to main, but there is really no point unless the version number (and thus pyproject) has changed