tpmjs/packages/tools
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
..
create-basic-tools feat: add collection info command and improve CLI discovery 2026-01-23 05:15:38 +10:00
discord-post chore: use workspace references for registry packages 2026-01-25 11:37:59 +10:00
discord-read chore: use workspace references for registry packages 2026-01-25 11:37:59 +10:00
emoji-magic chore: use workspace references for registry packages 2026-01-25 11:37:59 +10:00
hello chore: use workspace references for registry packages 2026-01-25 11:37:59 +10:00
markdown-formatter chore: use workspace references for registry packages 2026-01-25 11:37:59 +10:00
official feat: add Omega Mac native macOS SwiftUI chat app 2026-02-09 21:29:39 +10:00
registryExecute chore: bump registry-search to 0.1.4 and registry-execute to 0.1.5 2026-01-31 00:39:19 +10:00
registrySearch fix(registry-search): remove category filter that causes missed results 2026-01-31 01:37:13 +10:00
search-registry chore: update ai package to 6.0.49 across all packages 2026-01-25 11:33:03 +10:00
src feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00
test-file-writer feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
unsandbox feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
package.json chore: update ai package to 6.0.49 across all packages 2026-01-25 11:33:03 +10:00
tsconfig.json feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00