Skip to content

Tags: phainia/agentsdk-go

Tags

v0.1.10

Toggle v0.1.10's commit message
refactor: remove redundant attachment type inference chain

Simplify attachment handling by removing fallback type-guess logic and keeping MIME detection content-header driven. Align failing permission tests with DSL-only configuration and harden async hook test stability.

Made-with: Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.9

Toggle v0.1.9's commit message
feat: finalize permissions DSL runtime flow and upgrade memory search…

… with bleve

Move permission DSL validation to runtime registration flow, wire additionalDirectories into built-in tool sandbox allowlists, and improve deny/ask observability at the executor decision point. Replace custom memory search ranking with Bleve-based retrieval and align memory_search output policy to default top-3 with a max_results cap of 5 while updating README docs and tests to the new behavior.

Made-with: Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.8

Toggle v0.1.8's commit message
feat: add voice pipeline and plain-text TTS output rule

Introduce provider-based ASR/TTS support in the SDK runtime, unify attachment metadata detection across integrations, and enforce plain readable text when TTS is enabled.

Made-with: Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.7

Toggle v0.1.7's commit message
release v0.1.7

v0.1.6

Toggle v0.1.6's commit message
fix: use sentinel error for prompt guard detection

Made-with: Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.5

Toggle v0.1.5's commit message
fix: use sentinel error for prompt guard detection

Made-with: Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.4

Toggle v0.1.4's commit message
fix: keep realtime params unescaped in progress updates

Made-with: Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.3

Toggle v0.1.3's commit message
feat: unify memory write operations and refine flush signaling

Made-with: Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.2

Toggle v0.1.2's commit message
feat: improve memory search and agent skill injection

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.1

Toggle v0.1.1's commit message
feat: inject available skills into every prompt; add ScanSkillsList a…

…nd dynamic SkillTool FS execution

Co-authored-by: Cursor <cursoragent@cursor.com>