[package]
edition = "2021"
rust-version = "1.87"
name = "abstractcode"
version = "0.5.0"
authors = ["Laurent-Philippe Albou <contact@abstractframework.ai>"]
build = false
include = [
"/src/**/*.rs",
"/tests/*.rs",
"/tests/fixtures/**",
"/examples/*.rs",
"/Cargo.toml",
"/README.md",
"/LICENSE",
"/CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A reactive terminal client for AbstractGateway: durable coding-agent runs with live activity, tool approvals, steering, and sessions — rendered by AbstractTUI."
homepage = "https://github.com/lpalbou/abstractcode"
readme = "README.md"
keywords = [
"tui",
"agent",
"llm",
"terminal",
"gateway",
]
categories = [
"command-line-interface",
"development-tools",
]
license = "MIT"
repository = "https://github.com/lpalbou/abstractcode"
[lib]
name = "abstractcode"
path = "src/lib.rs"
[[bin]]
name = "abstractcode"
path = "src/main.rs"
[[example]]
name = "animation"
path = "examples/animation.rs"
[[example]]
name = "splash"
path = "examples/splash.rs"
[[example]]
name = "stance"
path = "examples/stance.rs"
[[test]]
name = "chrome_width_torture"
path = "tests/chrome_width_torture.rs"
[[test]]
name = "entity_flow"
path = "tests/entity_flow.rs"
[[test]]
name = "exec_policy"
path = "tests/exec_policy.rs"
[[test]]
name = "failed_agent_subrun"
path = "tests/failed_agent_subrun.rs"
[[test]]
name = "headless_ui"
path = "tests/headless_ui.rs"
[[test]]
name = "history_bundle_restore"
path = "tests/history_bundle_restore.rs"
[[test]]
name = "image_pipeline"
path = "tests/image_pipeline.rs"
[[test]]
name = "live_discovery_tiers"
path = "tests/live_discovery_tiers.rs"
[[test]]
name = "live_doorcheck_gate"
path = "tests/live_doorcheck_gate.rs"
[[test]]
name = "prefs_migration"
path = "tests/prefs_migration.rs"
[[test]]
name = "run_tree_replay"
path = "tests/run_tree_replay.rs"
[[test]]
name = "stance"
path = "tests/stance.rs"
[[test]]
name = "theme_contrast_audit"
path = "tests/theme_contrast_audit.rs"
[dependencies.abstracttui]
version = "0.6.0"
[dependencies.serde_json]
version = "1"
[dependencies.ureq]
version = "2.12"
features = [
"tls",
"gzip",
]
default-features = false