Skip to content

goose->goose-ai in install instructions#7

Merged
baxen merged 1 commit intoaaif-goose:mainfrom
shepwalker:patch-1
Aug 25, 2024
Merged

goose->goose-ai in install instructions#7
baxen merged 1 commit intoaaif-goose:mainfrom
shepwalker:patch-1

Conversation

@shepwalker
Copy link
Copy Markdown
Contributor

@shepwalker shepwalker commented Aug 24, 2024

Per the tin. Goose appears to be publishing as goose-ai on pypi. Fixes #6

Copy link
Copy Markdown
Collaborator

@baxen baxen left a comment

Choose a reason for hiding this comment

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

Thank you!

@baxen baxen merged commit 6626041 into aaif-goose:main Aug 25, 2024
@michaelneale
Copy link
Copy Markdown
Collaborator

good catch

ahau-square pushed a commit that referenced this pull request May 2, 2025
ahau-square pushed a commit that referenced this pull request May 2, 2025
ahau-square pushed a commit that referenced this pull request May 2, 2025
* main:
  feat: add goose configure flow for adjusting amt of tool output shown (#1048)
  docs: fixing exchange url to public version (#67)
  docs: Update CONTRIBUTING.md (#69)
  goose->goose-ai in install instructions (#7)
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Oct 9, 2025
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/devtools-hub-poc/qs-6.14.2

Bump qs from 6.14.1 to 6.14.2 in /research/prototypes/devtools-hub-poc
jamadeo pushed a commit that referenced this pull request Apr 13, 2026
….0 visual match (#7)

* feat: chat experience preparation — UI components, stores, and goose2.0-style chat input

Add chat and agent management UI infrastructure without ACP protocol implementation:
- Rich chat UI: ChatInput (matching goose2.0 design with mode/model/folder pickers),
  MessageBubble, MessageTimeline, StreamingIndicator, ThinkingBlock, ToolCallCard
- Agent/Persona management: PersonaCard, PersonaEditor, PersonaGallery, AgentConfig
- Zustand stores for chat state, agent state, session management
- Rust backend: persona CRUD, session storage, sidecar management commands
- Shared UI primitives: DropdownMenu, Tooltip, Popover (Radix UI)
- Type system for messages (text, images, tool calls, thinking, reasoning)
- Fix Agents page spacing to match Skills page layout

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* style: match goose2.0 visual design — theme colors, message styling, and UI polish

- Update theme colors to pure monochrome (remove blue-gray tint) matching goose2.0
- Restyle MessageBubble: remove bubble backgrounds, right-align user messages,
  smaller avatars, dimmed agent text, hover-reveal actions
- Restyle ToolCallCard as compact inline pills with status colors and elapsed time
- Restyle ThinkingBlock with brain icon circle and left-border content indent
- Fix tab close button right padding (px-3 → pl-3 pr-1.5)
- Replace hardcoded "WB" initials with generic User icon in sidebar

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: resolve Rust fmt and clippy dead_code warnings for CI

Allow dead_code on preparation types/methods that will be wired up
when ACP integration lands.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: use getByPlaceholderText in E2E test for chat input

The placeholder text is an HTML attribute, not visible text content,
so getByText doesn't find it. Switch to getByPlaceholderText.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: use CSS selector for placeholder text in E2E smoke test

getByPlaceholderText is not available in this Playwright version.
Use locator with attribute selector instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.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.

Invalid package name in documentation

3 participants