Andrew Mikofalvy

Results 15 issues of Andrew Mikofalvy

As a rev.ai golang sdk user, I would like to be able to submit transcription for languages other than English. Add support for the new `language` parameter as documented on...

Add new job option `custom_vocabulary_id` to the async api job options as defined by the REST API documentation: https://www.rev.ai/docs#operation/SubmitTranscriptionJob

### 💬 Let us know how we can improve our documentation. On this page https://www.copilotkit.ai/blog/introducing-ag-ui-the-protocol-where-agents-meet-users/ In section "Coding tools (Devin vs. Cursor)" > Throughout the adoption of generative AI, coding...

documentation

## Summary - Fixes CORS preflight failures for auth routes on deployed instances by including both lowercase and uppercase header variants (`content-type`, `Content-Type`, `authorization`, `Authorization`) in `allowHeaders` - Adds `getBaseDomain`...

## Summary - Add a context tracking evaluation system that shows token usage breakdown for each component of the LLM context window in the trace viewer - Uses character-based token...

## Summary Refactored AGENTS.md following [HumanLayer's best practices](https://www.humanlayer.dev/blog/writing-a-good-claude-md) for writing effective AI agent guidance files: - **Reduced AGENTS.md from 442 lines to 96 lines** (was 7x longer than recommended) -...

## Summary Replaces the exposed bypass secret in CopilotChat with a secure server action that fetches temporary JWT tokens, with proper retry behavior and error handling. ## Changes ### New...

## Summary Fixed multiple lint errors that were causing pre-push checks to fail. ## Changes - Fixed template literal usage in format-date.ts - Removed unused imports and state variables in...

## Summary Fixed the issue where data components created during "TRY IT" mode wouldn't render without a page refresh. ## Changes ### 1. Agent Component () - Modified to read...