Skip to content

Implement io.net AI adapter#272

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
op-simoneromeo:codex/ionet-chat-adapter
May 20, 2026
Merged

Implement io.net AI adapter#272
ralyodio merged 1 commit into
profullstack:masterfrom
op-simoneromeo:codex/ionet-chat-adapter

Conversation

@op-simoneromeo
Copy link
Copy Markdown
Contributor

Summary

  • replace the ai-ionet stub with a real IO Intelligence OpenAI-compatible chat-completions adapter
  • use IOINTELLIGENCE_API_KEY, documented io.net base URL, default/example models, dry-run short-circuiting, extra parameter passthrough, usage mapping, and provider error excerpts
  • add focused mocked fetch coverage for dry-run, request shape, response mapping, text-choice fallback, and error handling

Validation

  • corepack pnpm@9.12.0 exec vitest run packages/ai/ionet/src/index.test.ts
  • corepack pnpm@9.12.0 --filter @profullstack/sh1pt-ai-ionet typecheck
  • corepack pnpm@9.12.0 --filter @profullstack/sh1pt-ai-ionet build
  • git diff --check
  • common secret-pattern scan over the changed io.net files

No real io.net API key or production secret was used; tests mock fetch.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

2 similar comments
@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@github-actions
Copy link
Copy Markdown

🤖 Auto-rebase: The branch was rebased successfully locally but could not be pushed to the fork. Please enable 'Allow edits from maintainers' in the PR settings, or rebase manually: git fetch upstream master && git rebase upstream/master.

@ralyodio ralyodio merged commit 57b0c4b into profullstack:master May 20, 2026
4 checks passed
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.

2 participants