Skip to content

Releases: tomtev/termlings

v0.3.19

09 Mar 15:49

Choose a tag to compare

v0.3.18

09 Mar 15:27

Choose a tag to compare

Full Changelog: v0.3.17...v0.3.18

v0.3.17

09 Mar 12:17

Choose a tag to compare

Full Changelog: v0.3.16...v0.3.17

v0.3.16

09 Mar 11:49

Choose a tag to compare

Full Changelog: v0.3.15...v0.3.16

v0.3.15

09 Mar 10:24

Choose a tag to compare

Full Changelog: v0.3.14...v0.3.15

v0.3.14

08 Mar 17:52

Choose a tag to compare

What changed

  • fixed top-level termlings --spawn background launch so agents actually start reliably again
  • propagated approved host-native YOLO launches to the real per-agent workers
  • improved the host launch approval screen with resolved routes, muted command previews, and .termlings/spawn.json guidance
  • added managed runtime log files for detached workers to avoid silent failures and improve debugging

Verification

  • bun test
  • bun run web:build
  • bun run desktop:check
  • npm pack --dry-run

v0.3.13

08 Mar 17:26

Choose a tag to compare

Full Changelog: v0.3.12...v0.3.13

v0.3.12

07 Mar 13:47

Choose a tag to compare

Browser stability release.

  • fix browser startup races when many agents open tabs at once
  • refuse default Chrome/Chromium user-data dirs and keep Termlings on its dedicated profile
  • wait for starting browser sessions before agent commands fail fast
  • open new agent tabs in the background instead of stealing focus
  • improve tab identity injection timing and browser presence tracking

v0.3.11

06 Mar 21:27

Choose a tag to compare

  • renames the bundled startup and executive templates to their canonical names
  • adds top-level termlings --spawn --template <name> support on first-run bootstrap
  • updates init/help/docs to use startup-team and executive-team

v0.3.10

06 Mar 21:16

Choose a tag to compare

  • fixes background browser tab ownership with stable Chrome target ids
  • gives agent-owned tabs compact agent-specific SVG favicons and title prefixes
  • restores headed browser commands after the app refactor and adds regression coverage