Skip to content

feat: add Microsoft Foundry and Fireworks providers#234

Merged
jcarver989 merged 3 commits into
mainfrom
feat/microsoft-foundry-fireworks
Jul 13, 2026
Merged

feat: add Microsoft Foundry and Fireworks providers#234
jcarver989 merged 3 commits into
mainfrom
feat/microsoft-foundry-fireworks

Conversation

@jcarver989

Copy link
Copy Markdown
Contributor

Summary

  • add Microsoft Foundry and Fireworks AI to the generated model catalog and runtime provider registry
  • support provider-specific request model/deployment targets without changing catalog identity
  • expose request-model overrides through the CLI and document both providers

Review focus

  • validate that catalog-advertised capabilities match the generic Chat Completions transport for the imported Foundry models
  • confirm the provider-level request target is the desired long-term scope for deployment mappings

Testing

  • cargo nextest run -p aether-llm --all-features
  • cargo nextest run -p aether-agent-cli provider_connection_args recommendations --no-tests pass
  • cargo test -p aether-llm-codegen --lib
  • just lint

Preserve catalog model identity while allowing provider-specific deployment
names to be sent on the wire.
@jcarver989
jcarver989 marked this pull request as ready for review July 13, 2026 21:17
@jcarver989
jcarver989 merged commit 94919ba into main Jul 13, 2026
13 checks passed
@jcarver989
jcarver989 deleted the feat/microsoft-foundry-fireworks branch July 13, 2026 21:17
jcarver989 pushed a commit that referenced this pull request Jul 20, 2026
## 🤖 New release

* `aether-auth`: 0.1.7 -> 0.1.8
* `aether-utils`: 0.2.10 -> 0.2.11
* `aether-llm-codegen`: 0.2.15 -> 0.2.16
* `aether-llm`: 0.7.20 -> 0.7.21
* `aether-mcp-utils`: 0.5.25 -> 0.5.26
* `aether-acp-utils`: 0.3.31 -> 0.3.32
* `aether-agent-core`: 0.6.22 -> 0.6.23
* `aether-lspd`: 0.1.23 -> 0.1.24
* `aether-project`: 0.5.22 -> 0.5.23
* `aether-telemetry`: 0.1.2 -> 0.1.3
* `aether-mcp-servers`: 0.4.27 -> 0.4.28
* `aether-tui`: 0.2.17 -> 0.2.18
* `aether-wisp`: 0.4.31 -> 0.4.32
* `aether-agent-cli`: 0.7.24 -> 0.7.25
* `aether-evals`: 0.2.13 -> 0.2.14
* `aether-schemas`: 0.1.8 -> 0.1.9

<details><summary><i><b>Changelog</b></i></summary><p>

## `aether-auth`

<blockquote>

##
[0.1.8](aether-auth-v0.1.7...aether-auth-v0.1.8)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-utils`

<blockquote>

##
[0.2.11](aether-utils-v0.2.10...aether-utils-v0.2.11)
- 2026-07-20

### Added

- *(aether-session-index)* Internal tool for self-improvement
([#240](#240))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-llm-codegen`

<blockquote>

##
[0.2.16](aether-llm-codegen-v0.2.15...aether-llm-codegen-v0.2.16)
- 2026-07-20

### Added

- add Microsoft Foundry and Fireworks providers
([#234](#234))
</blockquote>

## `aether-llm`

<blockquote>

##
[0.7.21](aether-llm-v0.7.20...aether-llm-v0.7.21)
- 2026-07-20

### Added

- add Microsoft Foundry and Fireworks providers
([#234](#234))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- update llm models for kimi k3
([#251](#251))
</blockquote>

## `aether-mcp-utils`

<blockquote>

##
[0.5.26](aether-mcp-utils-v0.5.25...aether-mcp-utils-v0.5.26)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-acp-utils`

<blockquote>

##
[0.3.32](aether-acp-utils-v0.3.31...aether-acp-utils-v0.3.32)
- 2026-07-20

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-agent-core`

<blockquote>

##
[0.6.23](aether-agent-core-v0.6.22...aether-agent-core-v0.6.23)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))
- *(aether-session-index)* Internal tool for self-improvement
([#240](#240))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- scheduled code-cleanup
([#248](#248))
- scheduled code-cleanup
([#243](#243))
- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-lspd`

<blockquote>

##
[0.1.24](aether-lspd-v0.1.23...aether-lspd-v0.1.24)
- 2026-07-20

### Added

- strengthen LSP tool workflows
([#241](#241))
</blockquote>

## `aether-project`

<blockquote>

##
[0.5.23](aether-project-v0.5.22...aether-project-v0.5.23)
- 2026-07-20

### Added

- *(telemetry)* interpolate OTLP header variables
([#238](#238))
</blockquote>

## `aether-telemetry`

<blockquote>

##
[0.1.3](aether-telemetry-v0.1.2...aether-telemetry-v0.1.3)
- 2026-07-20

### Added

- *(telemetry)* interpolate OTLP header variables
([#238](#238))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-mcp-servers`

<blockquote>

##
[0.4.28](aether-mcp-servers-v0.4.27...aether-mcp-servers-v0.4.28)
- 2026-07-20

### Added

- strengthen LSP tool workflows
([#241](#241))

### Fixed

- *(mcp-servers)* Make web search tool retry on rate limit
([#232](#232))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-tui`

<blockquote>

##
[0.2.18](aether-tui-v0.2.17...aether-tui-v0.2.18)
- 2026-07-20

### Fixed

- keep file picker open when pasting
([#250](#250))
</blockquote>

## `aether-wisp`

<blockquote>

##
[0.4.32](aether-wisp-v0.4.31...aether-wisp-v0.4.32)
- 2026-07-20

### Added

- stage and unstage directories in the git diff file tree
([#249](#249))
- *(wisp)* add staged/unstaged/both scope toggle to git diff mode
([#237](#237))

### Fixed

- keep file picker open when pasting
([#250](#250))
- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- scheduled code-cleanup
([#246](#246))
- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-agent-cli`

<blockquote>

##
[0.7.25](aether-agent-cli-v0.7.24...aether-agent-cli-v0.7.25)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))
- *(aether-session-index)* Internal tool for self-improvement
([#240](#240))
- *(telemetry)* interpolate OTLP header variables
([#238](#238))
- add Microsoft Foundry and Fireworks providers
([#234](#234))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-evals`

<blockquote>

##
[0.2.14](aether-evals-v0.2.13...aether-evals-v0.2.14)
- 2026-07-20

### Other

- scheduled code-cleanup
([#246](#246))
</blockquote>

## `aether-schemas`

<blockquote>

##
[0.1.9](aether-schemas-v0.1.8...aether-schemas-v0.1.9)
- 2026-07-20

### Other

- updated the following local packages: aether-utils, aether-agent-core,
aether-project, aether-agent-cli, aether-evals
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: contextbridge-pr-automation[bot] <259134118+contextbridge-pr-automation[bot]@users.noreply.github.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.

1 participant