tpmjs/packages
Thomas Davis 1cd44b4e97 feat: add Omega Mac native macOS SwiftUI chat app
Native macOS counterpart to the web Omega agent, connecting directly
to the OpenAI API and TPMJS tool registry (1M+ AI-ready tools).

- SwiftUI app targeting macOS 15+ with dark theme
- Full agentic loop: auto-discover tools via BM25, stream OpenAI
  responses, execute tools via remote sandbox, loop up to 10x
- SwiftData persistence for conversations, messages, tool runs
- Keychain storage for API keys and environment variables
- SSE streaming via URLSession.bytes with custom parser
- Actor-based services (OpenAIService, TPMJSRegistryService)
- NavigationSplitView layout with sidebar + chat detail
- MarkdownUI for rendering assistant responses
- Settings: API key, model picker, env vars, custom system prompt
- Keyboard shortcuts: Cmd+N new chat, Cmd+, settings, Enter send

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 21:29:39 +10:00
..
bridge feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
cli chore: gitignore symlinked skill dirs and update oclif manifest 2026-02-07 01:01:06 +10:00
config fix: resolve tailwind config import issues 2026-01-20 12:12:16 +10:00
db feat(skills): add RealSkills living endpoint for agent Q&A 2026-01-25 02:37:02 +10:00
env chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
executor-test feat(executor): formalize Executor Protocol v1.0 with compliance testing 2026-02-04 02:09:08 +10:00
mcp-client feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
mocks feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
npm-client feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
package-executor feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
storybook fix: update UI test expectations to match actual component classes 2026-01-20 13:54:25 +10:00
test chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
tool-ideas chore: update ai package to 6.0.49 across all packages 2026-01-25 11:33:03 +10:00
tools feat: add Omega Mac native macOS SwiftUI chat app 2026-02-09 21:29:39 +10:00
types feat: add Slack + Discord tool packages and fix 50 skipped sync packages 2026-02-09 20:41:51 +10:00
ui fix(ui): resolve lint errors to enable CI deployment 2026-02-04 02:52:05 +10:00
utils chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
video feat: add resend tools, MCP collection endpoint, and UI refinements 2026-02-07 00:49:40 +10:00