Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
226a0f7
feat(e2e): move CI to Linux by default, keep macOS optional
CodeGhost21 Mar 31, 2026
30d246f
fix(e2e): fix login flow — config.toml injection, state cleanup, port…
CodeGhost21 Mar 31, 2026
fcea05f
fix(e2e): make onboarding walkthrough conditional in all flow specs
CodeGhost21 Mar 31, 2026
fc67275
fix(e2e): fix notion flow — auth assertion and navigation resilience
CodeGhost21 Mar 31, 2026
0f259db
fix(e2e): rewrite auth-access-control spec, add missing mock endpoints
CodeGhost21 Mar 31, 2026
da3c04b
fix(e2e): rewrite card and crypto payment flow specs
CodeGhost21 Mar 31, 2026
f92ec4c
Merge remote-tracking branch 'origin' into feat/e2e-linux-ci-default
CodeGhost21 Mar 31, 2026
9b981f3
fix(e2e): fix prettier formatting and login-flow syntax error
CodeGhost21 Mar 31, 2026
1b0414a
Merge branch 'main' into feat/e2e-linux-ci-default
senamakel Mar 31, 2026
c40af15
fix(e2e): format wdio.conf.ts with prettier
CodeGhost21 Mar 31, 2026
e7c80b0
fix(e2e): fix eslint errors — unused timeout param, unused eslint-dis…
CodeGhost21 Mar 31, 2026
f5d35c8
fix(e2e): add webkit2gtk-driver for tauri-driver on Linux CI
CodeGhost21 Mar 31, 2026
f8eb962
fix(e2e): add build artifact verification step in Linux CI
CodeGhost21 Apr 1, 2026
56b79bc
fix(local-ai): Ollama bootstrap failure UX and auto-recovery (#142)
senamakel Mar 31, 2026
f6a5326
fix(skills): persist OAuth credentials and fix skill auto-start lifec…
senamakel Mar 31, 2026
a01aa30
Update issue templates (#148)
senamakel Apr 1, 2026
82ed6a1
feat(agent): add self-learning subsystem with post-turn reflection (#…
senamakel Apr 1, 2026
8693ab9
feat(auth): Telegram bot registration flow — /auth/telegram endpoint …
senamakel Apr 1, 2026
3c2ff05
feat(webhooks): webhook tunnel routing for skills + remove legacy tun…
senamakel Apr 1, 2026
371e42b
feat(agent): architecture improvements — context guard, cost tracking…
senamakel Apr 1, 2026
f6aed0d
refactor(models): standardize to reasoning-v1, agentic-v1, coding-v1 …
senamakel Apr 1, 2026
9cf27b4
fix(skills): debug infrastructure + disconnect credential cleanup (#154)
senamakel Apr 1, 2026
61baf5d
feat(agent): multi-agent harness with 8 archetypes, DAG planning, and…
senamakel Apr 1, 2026
bcfe91f
chore(release): v0.50.0
github-actions[bot] Apr 1, 2026
2f0ce09
chore(release): disable Windows build notifications in release workflow
senamakel Apr 1, 2026
7aef315
chore(release): v0.50.1
github-actions[bot] Apr 1, 2026
7682a25
chore(release): v0.50.2
github-actions[bot] Apr 1, 2026
932aac3
chore(release): v0.50.3
github-actions[bot] Apr 1, 2026
dd64ea2
fix(e2e): address code review findings
CodeGhost21 Apr 1, 2026
6b460be
fix(e2e): add diagnostic logging for Linux CI session timeout
CodeGhost21 Apr 1, 2026
f4b57d3
fix(e2e): address code review findings
CodeGhost21 Apr 1, 2026
c91749f
fix(e2e): stage sidecar next to app binary for Linux CI
CodeGhost21 Apr 1, 2026
3b31175
fix(e2e): address code review findings
CodeGhost21 Apr 1, 2026
f5d6e9b
fix(e2e): add diagnostic logging for Linux CI session timeout
CodeGhost21 Apr 1, 2026
68a85ba
minor change
CodeGhost21 Apr 1, 2026
8b7711a
fix(e2e): make deep-link register_all non-fatal, add RUST_BACKTRACE
CodeGhost21 Apr 1, 2026
c420587
fix(e2e): JS click fallback for non-interactable elements on tauri-dr…
CodeGhost21 Apr 1, 2026
ee2333e
fix(e2e): scroll element into view before clicking on tauri-driver
CodeGhost21 Apr 1, 2026
c09a70b
fix(e2e): fix textExists and Settings navigation on Linux
CodeGhost21 Apr 1, 2026
9d4dbd1
Merge remote-tracking branch 'origin/main' into feat/e2e-linux-ci-def…
CodeGhost21 Apr 1, 2026
e74346c
fix: prettier formatting
CodeGhost21 Apr 1, 2026
8a198cf
fix(e2e): run Linux CI specs individually without fail-fast
CodeGhost21 Apr 1, 2026
aa34169
fix(e2e): split Linux CI into core and extended specs, skip macOS E2E
CodeGhost21 Apr 1, 2026
fb8ab00
fix(e2e): skip extended specs on Linux CI to avoid timeout
CodeGhost21 Apr 1, 2026
f4fc1a0
Merge remote-tracking branch 'origin/main' into feat/e2e-linux-ci-def…
CodeGhost21 Apr 1, 2026
3201ffb
fix(e2e): overhaul all E2E specs for Linux tauri-driver compatibility
CodeGhost21 Apr 1, 2026
c3a70e9
Merge branch 'main' into feat/e2e-linux-ci-default
CodeGhost21 Apr 1, 2026
ea23d2b
fix(e2e): harden specs with self-contained state, assertions, and dia…
CodeGhost21 Apr 1, 2026
8540ed4
fix(e2e): resolve typecheck failures and apply prettier formatting
CodeGhost21 Apr 1, 2026
6dfebf8
style: format wdio.conf.ts with prettier
CodeGhost21 Apr 1, 2026
8247cc7
fix(e2e): resolve eslint errors — remove unused eslint-disable and de…
CodeGhost21 Apr 1, 2026
5c26bb6
style: format login-flow.spec.ts with prettier
CodeGhost21 Apr 1, 2026
4ffe7fe
fix(e2e): fix CI failures in login-flow error path and onboarding-com…
CodeGhost21 Apr 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into feat/e2e-linux-ci-def…
…ault

# Conflicts:
#	src/openhuman/agent/loop_/context_guard.rs
  • Loading branch information
CodeGhost21 committed Apr 1, 2026
commit 9d4dbd11fa0af0568291461d952f14d01810ca5a
2 changes: 1 addition & 1 deletion src/openhuman/agent/loop_/context_guard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use crate::openhuman::providers::UsageInfo;

/// Threshold (0.0–1.0) at which auto-compaction is triggered.
const COMPACTION_TRIGGER_THRESHOLD: f64 = 0.90;
pub(crate) const COMPACTION_TRIGGER_THRESHOLD: f64 = 0.90;

/// Threshold above which, if compaction is disabled, the guard returns an error.
const HARD_LIMIT_THRESHOLD: f64 = 0.95;
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.