DBH
c52a9d570e
docs: remove .md extension from internal links ( #319 )
2026-01-06 11:58:39 -06:00
Peter Steinberger
c924550eaa
docs(readme): link docs site + security guide
2026-01-06 18:41:00 +01:00
Shadow
37c5fac623
Changelog: note skipBootstrap
2026-01-06 11:25:27 -06:00
Peter Steinberger
2c586d98c3
docs(docker): align sandbox allowlist
2026-01-06 18:25:00 +01:00
Peter Steinberger
fc6ed1ed0c
docs(security): explain sandboxing options
2026-01-06 18:23:53 +01:00
Peter Steinberger
d5e9f6a6b5
docs(security): document pairing + prompt injection
2026-01-06 18:13:12 +01:00
Peter Steinberger
6160656789
fix(onboard): clarify DM policy keys
2026-01-06 18:09:21 +01:00
Peter Steinberger
cc19ee90ba
docs(security): explain DM pairing
2026-01-06 18:09:21 +01:00
Peter Steinberger
89d15c6995
fix(onboard): configure DM policies
2026-01-06 18:09:21 +01:00
Onur
3e167dcaf8
feat(agent): add skipBootstrap config to skip bootstrap file creation ( #292 )
2026-01-06 11:02:51 -06:00
Shadow
e35cf2d976
Changelog: note README ui install
2026-01-06 10:59:26 -06:00
Hugo Baraúna
b5a37d9fc0
docs: add missing ui:install step to README setup ( #300 )
2026-01-06 10:58:48 -06:00
Peter Steinberger
099651dab5
fix(onboard): explain DM pairing defaults
2026-01-06 17:58:06 +01:00
Muhammed Mukhthar CM
ed4d6d051b
fix(build): import tool-display.json instead of fs.readFileSync ( #312 )
2026-01-06 10:55:02 -06:00
Peter Steinberger
2574b99370
fix(security): lock down inbound DMs by default
2026-01-06 17:51:56 +01:00
Shadow
279acf653e
Changelog: credit favicon PR
2026-01-06 10:49:45 -06:00
Jefferson Nunn
e12116c4f8
feat(ui): add favicon.ico from Mac app icon ( #305 )
2026-01-06 10:41:19 -06:00
Peter Steinberger
df2c790831
Merge pull request #283 from Oncomatic/jarvis/telegram-media-error-notify
...
fix(telegram): notify user when media exceeds size limit
2026-01-06 15:18:52 +00:00
Peter Steinberger
eeed6ca96e
fix(ui): self-heal ui builds
2026-01-06 16:03:04 +01:00
Peter Steinberger
53f9d5b121
test: make test:coverage pass
2026-01-06 15:43:24 +01:00
Peter Steinberger
eedd1e62c4
chore: changelog for #293
2026-01-06 15:32:06 +01:00
Palash Oswal
7e45d2579f
fix(cli): don't force localhost gateway url in remote mode
...
Fixes remote gateway setup (remote mode) by not overriding url; adds regression tests. Thanks @oswalpalash.
2026-01-06 14:30:45 +00:00
Simon Kelly
41467f1fd4
fix(slack): use named import for @slack/bolt App class ( #299 )
...
* fix(slack): use named import for @slack/bolt App class
The default import `import bolt from '@slack/bolt'` followed by
`const { App } = bolt` doesn't work correctly in Bun due to ESM/CJS
interop issues. The default export comes through as a function rather
than the module object.
Switching to a named import `import { App } from '@slack/bolt'`
resolves the issue and allows the Slack provider to start successfully.
* fix(slack): align Bolt mock with named App export
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-01-06 14:22:14 +00:00
Lukáš Loukota
8c0a7b7a59
fix: install Bun in Dockerfile ( #284 )
...
Install Bun in Dockerfile so `pnpm build` can run Bun scripts inside Docker.
Thanks @loukotal.
2026-01-06 14:05:19 +00:00
Peter Steinberger
f6fda75f02
chore(protocol): regenerate GatewayModels.swift
2026-01-06 09:55:58 +01:00
Manuel Hettich
92c83f3b96
fix(telegram): notify user when media exceeds size limit
...
When a file exceeds mediaMaxMb, send a friendly error message
instead of silently dropping the upload.
---
🤖 Authored by Jarvis (AI assistant)
2026-01-06 08:45:07 +00:00
Peter Steinberger
4ed5daf5fe
docs: point docs links to GitHub while docs down
2026-01-06 09:45:03 +01:00
Peter Steinberger
f291a88171
feat: sandbox session tool visibility
2026-01-06 08:40:30 +00:00
Peter Steinberger
67c855b701
docs(changelog): note auth rotation + configure order
2026-01-06 09:25:42 +01:00
Peter Steinberger
ea97da1da9
fix(configure): don’t write auth.order by default
2026-01-06 09:25:36 +01:00
Peter Steinberger
de313957b6
test(auth): stop prioritizing lastGood
2026-01-06 09:25:33 +01:00
Peter Steinberger
f3920c39ec
test(gateway): deflake cron finished event wait
2026-01-06 09:25:31 +01:00
Muhammed Mukhthar CM
4ee1be4cf5
fix(auth): prioritize round-robin over lastGood for multi-account rotation ( #281 )
...
* fix(auth): prioritize round-robin over lastGood for multi-account rotation
When multiple OAuth accounts are configured, the round-robin rotation was
not working because lastGood was always prioritized, defeating the sort by
lastUsed.
Changes:
- Remove lastGood prioritization in resolveAuthProfileOrder
- Always apply orderProfilesByMode (sorts by lastUsed, oldest first)
- Only respect configuredOrder when explicitly set in config
- preferredProfile still takes priority for explicit user choice
Tested with 2 Google Antigravity accounts - verified alternating usage.
Follow-up to PR #269 .
* style: fix formatting
2026-01-06 08:16:35 +00:00
Peter Steinberger
437b6bd6ab
fix: add OpenAI Codex OAuth to configure
2026-01-06 09:13:51 +01:00
Peter Steinberger
ce228e50a8
docs(changelog): note bun UI build
2026-01-06 09:13:51 +01:00
Muhammed Mukhthar CM
5660be8406
fix(cron-tool): use generic object schema for job/patch to fix Claude via Antigravity ( #280 )
2026-01-06 02:13:09 -06:00
Peter Steinberger
67b2f07bfb
build(control-ui): prefer bun for UI build
2026-01-06 09:08:25 +01:00
Peter Steinberger
2560bd9d76
fix(control-ui): pad chat composer in focus mode
2026-01-06 08:59:05 +01:00
Peter Steinberger
b083e7049b
docs: update docs domain + link labels
2026-01-06 08:57:58 +01:00
Peter Steinberger
57fda6df5d
feat: add sessions_spawn sub-agent tool
2026-01-06 08:41:45 +01:00
Peter Steinberger
eedbfa56df
feat(tui): add /elev alias
2026-01-06 08:41:04 +01:00
Peter Steinberger
bb998b2e5a
feat(control-ui): add chat focus mode
2026-01-06 08:16:21 +01:00
Peter Steinberger
86a7ffe438
docs: add changelog entry for bun migration ( #278 )
2026-01-06 08:15:20 +01:00
Peter Steinberger
139ab736b9
docs: prefer bun-first TypeScript execution
2026-01-06 08:15:03 +01:00
Ayaan Zaidi
757c19e6e7
refactor: replace tsx with bun for TypeScript execution ( #278 )
2026-01-06 07:14:08 +00:00
Peter Steinberger
bd26f4e023
chore: update terminal css
2026-01-06 07:58:09 +01:00
Peter Steinberger
45f2e195bf
Merge pull request #274 from kiranjd/fix/chat-scroll-to-bottom
...
fix(ui): scroll chat to bottom on initial load
2026-01-06 06:49:29 +00:00
Peter Steinberger
207220af7b
fix(ui): scroll chat to bottom on initial load
2026-01-06 07:49:12 +01:00
Peter Steinberger
b1558f28e2
feat: unify group policy allowlists
2026-01-06 06:40:42 +00:00
Peter Steinberger
f4fce0e74f
style: normalize type definitions
2026-01-06 07:21:10 +01:00